@charset "UTF-8";
/* CSS Document */

body{
	background-image: url(../images/bg001.png);
	background-repeat: repeat-x;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

#backgrouond{
	background-image: url(../images/bg002_2.png);
	background-repeat: no-repeat;
	background-position: center top;
	/*overflow:auto;*/
}

h1{
	font-size: 12px;
	position: absolute;
	top: 4px;
	left: 12px;
}

.widget h3{
	display: none;
}



.container{
	width:960px;
	clear: both;
	margin: 0 auto;
}

#header_wrap{
	background-image: url(../images/header_bg.png);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	
}

#header{
		height:702px;
		position: relative;
}

#header2{
		height:174px;
		position: relative;
}

.headerlogo{
	position: absolute;
	top: 22px;
	left: 7px;
	width: 946px;
}

.headerlogo img{
	margin: 0px;
}

.logo{
	position: relative;
	left: 20px;
}

.cap{
	position: relative;
}

.first{
	position: absolute;
	top: 9px;
	left: 718px;
}

.m1{
	position: absolute;
	left: 450px;
	top: 2px;
	width: 504px;
}

.m1  li{
	list-style: none;
	float: left;
	margin-right: 2px;
}

.m2{
	position: absolute;
	left: 638px;
	top: 42px;
	width: 307px;
}

.m2  li{
	list-style: none;
	float: left;
	margin-right: 0px;
}

#billboard{
	top: 220px;
	position: absolute;
	top: 164px;
	clear: both;
}

#billboard img{
	margin-left: 3px;
}

#branding_area {
position: relative;
top: 0px;
width: 100%;
height: 420px;
}

#branding_area .list {
display: block;
position: relative;
width: 100%;
height: 385px;
overflow: hidden;
}



#sub_nav{
	position: absolute;
	top: 370px;
	left: 160px;
}

.gnav{
	width: 937px;
	position: absolute;
	left: 12px;
	top: 92px;
}

.gnav li{
	float: left;
	list-style: none;
}


	

/*main*/


#main_contents{
	width: 640px;
	float: right;
	overflow: hidden;
	
}

#main_contents h2{
	margin-bottom: 10px;
}

#main_contents p{
	font-size: 12px;
	line-height: 160%;
}

.search{
	border: 1px solid #89311B;
	padding: 8px;
	overflow: auto;
	background-color: #FFF;
	width: 614px;
}

.search p{
	color:#89311B;
	width: 300px;
	float: left;
	line-height: 44px !important;
}

.search form{
	float: right;
}


.search_p{
	background-image: url(../images/main/main1.jpg);
	background-repeat: no-repeat;
	height: 28px;
	text-indent: -99999px;
}

.sale{
	background-image: url(../images/main/main2.jpg);
	background-repeat: no-repeat;
	height: 28px;
	
}

.totosale{
	float:right;
	font-size: 12px;
	margin-top: 6px;
	margin-right: 10px;
	text-decoration: none !important;
	color:#03F !important;
}



.topics{
	background-image: url(../images/main/nain7.jpg);
	background-repeat: no-repeat;
	height: 28px;
	text-indent: -99999px;
}

.boxl{
	width: 310px;
	float: left;
}

.boxl p{
	float: right;
	color: #000;
}

.boxr{
	width: 310px;
	float: right;
}

.boxr p{
	float: right;
	color: #000;
}

.topic_c{
	margin-bottom: 20px;
	border-bottom: dashed #CCCCCC 1px;
	padding-bottom: 6px;
}

.tcate{
	background-color: #000062;
	color: #FFF;
	padding: 2px;
	font-size: 10px;
	margin-left: 10px;
	margin-right: 10px;
}



/*top_tab*/

.tabp{
	padding: 0 !important;	
	
}
.tabNav{
	position:relative;
	z-index:10;
	*zoom:1;
}
.tabNav li{
	float:left;
	margin-right:0.25em;
	font-size: 12px;
	width: 130px;
	text-align: center;
	margin-left: 20px;

}
.tabNav li a{
	color:#3D2414;
	display:block;
	border: 1px solid #B97C67;
	padding:1em 1em;
	background-color:#FBEECB;
	text-decoration:none;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
}
.tabNav li a:hover{
	background-color:#3D2414;
	color: #ffffff;
}
.tabNav li a.active{
	color:#3D2414;
	background-color:#FBEECB;
	border-bottom:1px solid #FBEECB;
	font-weight: bold;
}
.tabContent{
	height: auto;
	background-image: url(../images/others/tabbg.jpg);
	background-repeat:  repeat-x;
	overflow: auto;
	margin-bottom: 20px;
	clear:left;
	font-size: 12px;
	position:relative;
	top:-1px;
	z-index:1;
	border:1px solid #B97C67;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	padding:1em;
}


.tabContent li{
	float: left;
	margin-left: 10px;
	margin-bottom: 15px;
	text-decoration: none;
	background-image: url(images/liarrow.gif);
	background-repeat: no-repeat;
	text-indent: 10px;
	line-height: 10px;
}

.tabContent li a:link{
	color: #630;
	text-decoration: none;
}

.tabContent li a:visited{
	color: #630;
}

.tabContent li a:hover{
	color: #F90;
}


/*side*/
#side{
	width: 300px;
	float: left;
}


#side img{
	margin-bottom: 10px;
}

/*イメージ*/
a:hover img{
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
background: #fff;
}

/*お客様の声*/

.sidec{
	font-size: 10px; 
	margin-bottom: 6px; 
	background-color: #DFDFD0;
	color: #fff; 
	margin-right: 6px;
	text-align: center;
}

.sidec a:link,a:visited{
	text-decoration: none;

}


.customer_voice{
	border: solid 2px #D8B980;
	background-color: #F8F2E4;
	overflow: auto;
	width: 296px;
	margin-bottom: 10px;
	overflow: auto;

}

.customer_voice_suma{
	font-size: 10px;
	text-align:right;
	color:#03C;
	margin-right: 10px;
}

.customer_voice_exp {
	clear: both;
	overflow: auto;
}

.customer_voice_exp img{
	float: left;
	margin-left: 8px;
	
}


.customer_voice_exp h4{
	font-size: 12px;
	color: #630;
	margin-left: 6px;
	clear: right;
	width: 186px;
	float: right;
	
}

.customer_voice_exp p{
	font-size: 10px;
	color:#630;
	margin-left: 6px;
	clear: right;
	width: 186px;
	float: right;
	
}

.customer_voice_exp p a:link,a:visited{
	color:#630 ;
	}

/*footer*/

#totop_wrap{
	clear: both;
}

#totop img{
	float: right;
	clear: both;
}



#footer_wrap{
	background-color: #FFAD03;
	width: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: auto;
}

#footer{
	color: #ffffff;
	font-size: 12px;
}



#footer h4{
	background-image: url(../images/footer/arrow.gif);
	background-repeat: no-repeat;
	text-indent: 1.5em;
	line-height: 15px;
	clear:both;
	margin-bottom: 8px;
}


#footer li{
	float: left;
	list-style: none;
	margin-right: 15px;
}

#footer a:link{
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:visited{
	color: #FFFFFF;
}

#footer a:hover{
	color: #930;
}

.flist1{
	margin-bottom: 20px;
	overflow: auto;
}

.flist1 a:link{
	color: #FFFFFF;
}

.flist1 a:visited{
	color: #FFFFFF;
}

.flist1 a:hover{
	color: #930;
}



.boxl2{
	width: 460px;
	float: left;
}

.boxl2 h3{
	background-color: #FFF;
	color: #FFAD03;
	font-size: 16px;
	text-align: center;
	padding: 4px;
}

.boxl2 p{
	color: #ffffff;
}

.boxr2{
	width: 460px;
	float: right;
}

.boxr2 h3{
	background-color: #FFF;
	color: #FFAD03;
	font-size: 16px;
	text-align: center;
	padding: 4px;
}

.boxr2 p{
	color: #ffffff;
}

#footer_wrap2{
	background-color: #ffffff;
	width: auto;
	padding-top: 20px;
	overflow: auto;
}

#footer2{
	color: #000000;
	font-size: 12px;
	position: relative;
}

#footer2 p{
	font-size: 12px;
	text-align: center;
}

.fadres{
	position: absolute;
	left: 378px;
	font-size: 12px;
	top: 10px;
}

.flist{
	width: 156px;
	float: left;
	margin-right: 4px;
	font-size: 11px;
}

.arrow2{
	background-image: url(../images/footer/arrow2.gif);
	background-repeat: no-repeat;
	text-indent: 1.2em;
	line-height:12px;
	margin-bottom: 4px;
}

.pmark{
	position: absolute;
	left: 835px;
	top: -5px;
}

.ind{
	text-indent: 1.5em;
	line-height:12px;
	margin-bottom: 4px;
}
	



/*調整用*/
.right{
	float: right;
}

.left{
	float: left;
}

.mb10{
	margin-bottom: 10px;
}

.mb20{
	margin-bottom: 20px;
}

.mt20{
	margin-top: 20px;
}

.mr10{
	margin-right: 10px;
}

.clear{
	clear: both;
}

.bw1{
	border: 1px solid #ffffff;
}

.small{
	font-size: 10px !important;
