@charset "utf-8";

#top_lead{}
#top_lead ul{
	list-style-type: none;
	margin-top: 0px;
}
#top_lead li{
	padding-left: 20px;
	font-weight: bold;
	color: #333;
	padding-bottom: 10px;
	background-image: url(../img/icon_arrow01.png);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}

/*実績スライドギャラリー*/
    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			
	#slider_waku{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:600px;
		background:#fff;		
		margin-bottom:2em;
		}	
	#slider_img_waku{
		position:relative;
		}			

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:600px;
		height:240px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:600px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{
	display:block;
	position:relative;
	width:30px;
	height:77px;
	background-image: url(../../img/btn_prev.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
		}	
	#nextBtn a, #slider1next a{
	background-image: url(../../img/btn_next.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

#ba_temp a{
	text-indent:-9999px;
	text-decoration:none;
	width: 325px;
	height: 190px;
	background-image: url(../../img/ba_temp.jpg);
	background-position: left top;
	margin-bottom: 10px;
	display: block;
	float: left;
	margin-right: 20px;
}


#ba_temp a:hover {
	background-position: bottom;
	background-image: url(../../img/ba_temp.jpg);
}
#ba_original a{
	display:block;
	text-indent:-9999px;
	text-decoration:none;
	width: 325px;
	height: 190px;
	background-image: url(../../img/ba_original.jpg);
	background-position: left top;
	margin-bottom: 10px;
	float: right;
}


#ba_original a:hover {
	background-position: bottom;
	background-image: url(../../img/ba_original.jpg);
}



/*更新履歴*/
#wnew{
	padding-right: 10px;
	padding-left: 10px;
}
#wnew a{
	color: #933;
	text-decoration: underline;
}
#wnew h3{
	background-image: url(../../img/wnew_bg.gif);
	height: 35px;
	padding-top: 5px;
	padding-left: 35px;
}
#wnew p{
	padding-left: 35px;
	padding-bottom: 20px;
}


#blog_list {
	line-height: 1.6;
}
/*ブログ読み込み*/
#blog_list li.blog_list_title {
	background-image: url(../../img/icon_blog01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CFDF6E;
	padding-left: 20px;
}

#blog_list li.blog_list_title a {
	color: #C36;
	font-weight: bold;
	margin-bottom: 10px;
}
#blog_list li.blog_list_title a:hover {
	color: #666;
	font-weight: bold;
	margin-bottom: 10px;
}

#blog_list ul {
	margin: 0px;
	padding: 0px;
}

#blog_list li.blog_list_day {
	color: #9C0;
	font-weight: bold;
}


#blog_list li.blog_list_text {
	margin: 10px;
}
/*会社概要*/
.table-b {
	border-collapse: collapse;
	width: 600px;
	font-size: 12px;
	margin: 20px;
	text-align: left;
	border: 1px solid #CCC;
}

.table-b th    {
	color: #666;
	background-color: #FCC;
	font-weight: bold;
	padding: 10px;
	border-bottom: 1px solid #CCC;
}
.table-b td    {
padding: 10px;
color: #666;
border-bottom: 1px solid #CCC;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 05.contact style                                                      */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#contact_box {
	padding: 5px;
	width: 650px!important;
	width/**/: 600px;
	background-color: #FFFFFF;
}
div#contact_box p {
	padding: 0px 10px 0px 10px;
	font-size: 12px;
	line-height: 1.5em;
}


div#thanks {
	padding: 40px 0px 40px 0px;
	text-align: center;
}
div#thanks p {
	font-size: 16px;
}
div#thanks p strong {
	font-size: 18px;
	color: #CC0000;
}
/*FAQ*/
#question{
}
#question h3{
	background-image: url(../../faq/img/question.jpg);
	background-repeat: no-repeat;
	height: 45px;
	padding-left: 100px;
	font-weight: bold;
	padding-top: 15px;
	color: #666;
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 670px;
}
.anser{
	background-image: url(../../faq/img/answer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFF;
	border: 1px dashed #CCC;
	padding: 20px 20px 20px 80px;
	margin-right: 20px;
	margin-left: 10px;
}
/*-----------ホームページ制作--------------*/
.step_tit{
	font-size: 14px;
	font-weight: bold;
	color: #C36;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #D1979B;
	margin-left: 140px;
}
.step_txt{
	padding-left: 140px;
}
/* テンプレートリスト*/
.temp_list{
	overflow:hidden;}
.box{
	float: left;
	width: 200px;
	line-height: 1.2;
	margin-top: 10px;
	margin-bottom: 50px;
	padding-left: 15px;
	padding-right: 15px;
}

.box_img{
padding: 0px 0px 10px 0px;
}

.last{margin-right:0;}


/* ボタン */
#temp_list p {
padding: 0px 15px 15px 20px;
}
p.button{
	text-align: center;
	font-weight: bold;
	width: 155px;
	margin-right: auto;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	float: left;
}

p.button a{
	display:block;
	line-height: 32px;
	margin: 0 -20px;
	background-color: #ffffff;
	background-image: url(../../hp/temp_plan/img/button.png);
	background-repeat: no-repeat;
}

p.button a{
	color:#C36;
}
p.button a:hover{color:#fff;}

p.button a:hover{
cursor:pointer;
background-position: 0 -32px;
}
/*オリジナルプラン価格表注意書き*/
.hp_price_att{
	margin: 20px 20px 30px;
	background-color: #FEF8E2;
	padding: 10px;
	border: 1px dashed #CCC;
}
.hp_price_att p{
	font-size: 16px;
	font-weight: bold;
	color: #900;
}

/*サイトマップリスト*/
.maplist01 li {
	background-image:url(../../sitemap/img/sitemap_li01.gif);
	background-repeat:no-repeat;
	text-align:left;
	background-position:left top;
	margin:10 0;
	padding:3px 0 10px 35px;
}

.maplist02 li {
	background-image:url(../img/fnavi_listmark.gif);
	background-repeat:no-repeat;
	text-align:left;
	background-position:left;
	margin:10px 0 0;
	padding:5px 0 5px 15px;
}
.maplist03 li {
	background-image:url(../img/fnavi_listmark.gif);
	background-repeat:no-repeat;
	text-align:left;
	background-position:left;
	margin:10px 0 0;
	padding:5px 0 5px 50px;
}

.maplist01 ul,.maplist02 ul {
list-style:none;
margin:5px;
padding:0;
}

/*お客様の声*/
.voice_img {
    float: left;
    width: 230px;
}
.voice_txt {
    float: left;
    width: 440px;
}
.voice_box{
	margin: 15px;
}
