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

/*--------------------------------------------------------------------
common
cssの初期化
--------------------------------------------------------------------*/


* {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0;
	padding: 0;
	color:#333333;
	line-height:1.5em;
	
}


/*bodyのスタイル*/

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color:#FAF5ED;

}

img{
	padding:0px;
	margin:0px;
}


html, body {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0;
	padding: 0;
	font-size: 100%;
}


h2, h3, h4, h5, h6, address, div, blockquote, p, pre, li, dl, dt, dd, hr {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}



table, caption, th, td {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
}

a {
	color: #CC0000;
}

a:hover {
	color:#400000;

}



#top h1{
	background:url(../commonimg/headerimg.jpg) no-repeat 0 0;
	margin:0px 0 10px;
	width:868px;
	height:275px;
	text-indent:-9999px;
}

#company h1{
	background:url(../company/img/headerimg.jpg) no-repeat 0 0;
	margin:0px;
	width:866px;
	height:189px;
	text-indent:-9999px;
}

#howto h1{
	background:url(../howto/img/headerimg.jpg) no-repeat 0 0;
	margin:0px;
	width:866px;
	height:189px;
	text-indent:-9999px;
}

#kiyo h1{
	background:url(../kigyo/img/headerimg.jpg) no-repeat 0 0;
	margin:0px;
	width:866px;
	height:189px;
	text-indent:-9999px;
}

#hachimori h1{
	background:url(../product/img/hachiheaderimg.jpg) no-repeat 0 0;
	margin:0px;
	width:866px;
	height:189px;
	text-indent:-9999px;
}

#tokucyu h1{
	background:url(../product/img/tokuheader.jpg) no-repeat 0 0;
	margin:0px;
	width:866px;
	height:189px;
	text-indent:-9999px;
}

#higawari h1{
	background:url(../product/img/higawariheader.jpg) no-repeat 0 0;
	margin:0px;
	width:866px;
	height:189px;
	text-indent:-9999px;
}

#product h1{
	background:url(../product/img/headerimg.jpg) no-repeat 0 0;
	margin:0px;
	width:866px;
	height:189px;
	text-indent:-9999px;
}

#qa h1{
	background:url(../qa/img/headerimg.jpg) no-repeat 0 0;
	margin:0px;
	width:866px;
	height:189px;
	text-indent:-9999px;
}

#staff h1{
	background:url(../staff/img/headerimg.jpg) no-repeat 0 0;
	margin:0px;
	width:866px;
	height:189px;
	text-indent:-9999px;
}

#voice h1{
	background:url(../voice/img/headerimg.jpg) no-repeat 0 0;
	margin:0px;
	width:866px;
	height:189px;
	text-indent:-9999px;
}

#about h1{
	background:url(../about/img/headerimg.jpg) no-repeat 0 0;
	margin:0px;
	width:866px;
	height:189px;
	text-indent:-9999px;
}

#privacy h1{
	background:url(../privacy/img/headerimg.jpg) no-repeat 0 0;
	margin:0px;
	width:866px;
	height:189px;
	text-indent:-9999px;
}

#contact h1{
	background:url(../contact/img/headerimg.jpg) no-repeat 0 0;
	margin:0px;
	width:866px;
	height:189px;
	text-indent:-9999px;
}

#whatnew h1{
	background:url(../news/img/headerimg.jpg) no-repeat 0 0;
	margin:0px;
	width:866px;
	height:189px;
	text-indent:-9999px;
}

#job h1{
	background:url(../job/img/headerimg.jpg) no-repeat 0 0;
	margin:0px;
	width:866px;
	height:189px;
	text-indent:-9999px;
}

h3{
	margin:0px 0px 15px;
}

h2{
	margin:0px 0px 20px;
}

h4{
	margin:0px 0px 15px;
}

/*--------------------------------------------------------------------
common
ページ共通部分
--------------------------------------------------------------------*/

/*containerのスタイル*/

#container{
	width:900px;
	font-size: 12px;
	line-height: 1.5em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: center;
	background-color:#FFFFFF;
	padding-bottom:10px;
	
}

#wrapper{
	width:868px;
	
	margin:0px auto;
}


/*headerのスタイル*/

#header {
	width: 868px;
	padding: 0px;
	margin: 0px;
	height:108px;

}

#hright {
	float: right;
	margin:0px;
	text-align:right;
}

#hleft {
	float: left;
	padding:10px 0px 0px;
	text-align:left;
	margin:0px 150px 0px 0px;
}


#navi{
	height:60px;
	margin:0px;}

#main{	
	margin:0px;
	text-align:left;}


#left{
	width:608px;
	float:left;
	text-align:left;
	margin:9px 0px 0px;
	}
#left p {
	margin-top: 10px;
	margin-bottom: 10px;
}

	
#top h2{
	margin:0px;
}

.lineupbg{
	background:url(../commonimg/lineupm.jpg);
	background-repeat:repeat-y;
	padding:0px 18px;
	color:#A06B36;
}

.lineupbg p{
	color:#A06B36;
}

.lineupbg a{
	color:#CC0000;
}

.lineupbg a:hover{
	color:#400000;
}

.toptokuchu{
	float:left;
	width:365px;
	margin:24px 0px 0px;
}

.tophachimori{
	float:left;
	width:365px;
	margin:48px 0px 0px;
}

.tophigawari{
	float:left;
	width:358px;
	margin:19px 0px 0px;
}

#right{
	width:231px;
	float:right;
	text-align:left;
	margin:10px 0px 0px;
}

#right li{
	margin:0px 0px 10px;
	list-style:none;
}

#right .topics{
	margin:0px 0px 17px;
}

#right .qa{
	background:url(../commonimg/rightqabg.jpg) no-repeat;
	background-position:right;
	color:#0099CC;
	margin:0px 0px 20px;
}

#right .qa td{
	padding:3px 0px;
	vertical-align:top;
	color:#0099CC;
}

#right .qa a{
	color:#0099CC;
}

#right .qa a:hover{
	color:#006666;
}



/*footerのスタイル*/

#footer {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:0px;
	font-size: 11px;
}

#footerl{
	float:left;
	margin:0px;
}

#footerr{
	width:731px;
	float:right;
	margin:29px 0px 0px;
	background:url(../commonimg/footerright.jpg) no-repeat 0 0;
	text-align:right;
	height:107px;
}


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

#footer a:hover{
	color:#000000;
	text-decoration:none;
}


#footer p{
	margin:0px 10px 0px 0px;
	color:#FFFFFF;
}

#footer1 {
	width:100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:0px;
	font-size: 12px;
	background:url(../commonimg/footerbg.jpg) no-repeat 0 0;
	background-repeat:repeat-x;
	padding:20px 0px 0px;
}
#footer1 li {
	display: inline;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A06B36;
	padding-right: 5px;
	padding-left: 5px;
}
#footer1 ul {
	list-style-image: none;
	list-style-type: none;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin:0 0 10px;
	font-size:12px;
}

#footer1 a {
	text-decoration: none;
	color: #A06B36;
}

#footer1 a:hover {
	text-decoration: none;
	color: #A6150A;
}

#footer1 .noline {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.topnewsb{
	width:600px;
	margin:0 auto;}

#left .topnewsb h2{
	margin:0px 0px 10px;}

/*company*/

.tdl1{
	padding:12px 20px 8px;
	background:url(../company/img/tdl.gif);
	background-repeat:repeat-x;
}

.tdr1{
	padding:12px 20px 8px;
	background:url(../company/img/tdr.gif);
	background-repeat:repeat-x;
}



.tdl2{
	padding:12px 20px 9px;
	background:url(../company/img/tdl2.gif);
	background-repeat:repeat-x;
}

.tdr3{
	padding:10px 20px 5px;
	background:url(../company/img/tdr.gif);
	background-repeat:repeat-x;
}

.tdr2{
	padding:12px 20px 9px;
	background:url(../company/img/tdr2.gif);
	background-repeat:repeat-x;
}

.tdr3{
	padding:0px 20px 10px;
	background:url(../company/img/tdr.gif);
	background-repeat:repeat-x;
}


/*about*/
#rekishi{
	background:url(../about/img/rekishi.jpg) no-repeat;
	background-position:right;
}

#rekishi td{
	padding:10px 5px;
}

.td70{
	width:70px;
	vertical-align:top;
}

.right28{
	float:right;
	margin:0px 0px 20px 28px;
}


/*howto*/
#order ul{
	padding:0px 0px 0px 20px;
	margin:0px 0px 60px;
}

#order li{
	margin:0px 0px 10px;
}


/*qa*/

.q{
	background:url(../qa/img/q.jpg) no-repeat 0 0;
	padding:0px 0px 0px 30px;
	color:#CC6600;
}

.q a{
	color:#CC6600;
	text-decoration:none;
}

.a{
	background:url(../qa/img/a.jpg) no-repeat 0 0;
	padding:0px 0px 0px 30px;
	margin:0px 0px 40px;
}

/*tokuchu*/

.tokuchubg{
	background:url(../product/img/bg.jpg) no-repeat;
	background-position:right;
}

.hachimoribg{
	background:url(../product/img/hachimoribg.jpg) no-repeat;
	background-position:right;
}


.w230r{
	float:right;
	width:230px;
	padding:65px 0px 0px;
}


.w405l{
	width:405px;
	float:left;
}

.m18p{
	padding:18px 0px 0px;
	float:left;
	
	text-align:left;
}

.bgpink{
	background:#F8F0E9;
	padding:0px 15px;
}

.bentol{
	width:300px;
	float:left;}

.bentol p{
	margin:5px 0;}
	
.bentor{
	width:300px;
	float:right;
}

.bentor p{
	margin:5px 0;}

.bor_top{ border-top: solid 1px #F8F0E9;}
.bor_bot{ border-bottom: solid 1px #F8F0E9;}


/*contact*/

.txtsize{
	width:360px;
	border:#DAB48F 1px solid;
	background:#F7F0E8;
}

.input1{
	border:#DAB48F 1px solid;
	background:#F7F0E8;
	height:20px;
}

.input2{
	border:#DAB48F 1px solid;
	height:20px;
}

select {
border: 1px #DAB48F solid;
} 

/*voice*/

.comment1{
	background:#F0E1D2;
	padding:5px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.comment2{
	color:#993300;
	margin:0px 0px 0px 5px;
}

.w140{
	width:140px;
	margin: 0 auto;
}

.w180l{
	width:180px;
	float:left;
}


.w200{
	width:200px;
	margin: 0 auto;
}

.w200l{
	width:200px;
	float:left;
}

.w240r{
	width:240px;
	float:right;
	color:#993300;
	font-weight:bold;
	text-align:right;
}

.w350l{
	width:350px;
	float:left;
	color:#993300;
	font-weight:bold;
}

.w380l{
	width:380px;
	float:left;
	color:#993300;
	font-weight:bold;
}

.w380l2{
	width:380px;
	float:left;
}

.w410l{
	width:410px;
	float:left;
	color:#993300;
	font-weight:bold;
}

.w510l{
	width:510px;
	color:#993300;
	font-weight:bold;
	float:left;
}

.w190r{
	width:190px;
	float:right;
	text-align:right;
	color:#993300;
	font-weight:bold;
}


.tbrown{
	color:#993300;
	font-weight:bold;
	float:right;
	width:70px;
}

.brownrr{
	color:#993300;
	font-weight:bold;
	text-align:right;
}


.tbrownr{
	color:#993300;
	font-weight:bold;
	text-align:right;
	margin:5px 0px 0px;
	float:right;
}

.kaitou{
	background:url(../voice/img/kaitou.jpg) no-repeat;
	background-position:right;
	height:143px;
	width:608px;
	position:relative;
}

.kaitou2{
	color:#FFFFFF;
	width:320px;
	position:absolute;
	top:35px;
	left:162px;

}

.kaitou2r{
	color:#FFFFFF;
	width:100px;
	text-align:right;
	position:relative;
	top:70px;
	left:380px;
}
	




/*otherのスタイル*/

.nolist{
	list-style:none;
}

.fleft{
	float:left;
	text-align:left;
}

.fright{
	float:right;
}

.tcenter{
	text-align:center;
}

.tright{
	text-align:right;
}

.tleft{
	text-align:left;
}

.txtred{
	color:#CC0000;
}

.txtredb{
	color:#CC0000;
	font-weight:bold;
}

.txtb{
	font-weight:bold;
}

.txtbrown{
	color:#960;}

.txt14{
	font-size:14px;
	color:#CC0000;
}

.txt14brown{
	font-size:14px;
	color:#960;
}

.txt1{ font-size:1px;}
.txt2{ font-size:2px;}


.txt14red{
	font-size:14px;
	color:#CC0000;
	text-align:right;
	margin:10px 0px 0px;
}

.lh100{ line-height:1em;}
.lh120{ line-height:1.2em;}

.pagetop{
	margin:30px 0px 20px 5px;

}

.toppage{
	margin:30px 0px 200px;
	text-align:right;
}

.clear{
	clear:both;
}

.clearfix:after {
content: ".";
height: 0;
clear: both;
display: block;
visibility: hidden;
}

.clearfix {
display: inline-block;
/*\*//*/
overflow: hidden;
/**/
}

.em2{
	line-height:2em;
}


.w80r{
	width:80px;
	float:right;
	text-align:right;
	color:#993300;
	font-weight:bold;
}

.w70l{
	width:70px;
	float:left;
}

.w130r{
	width:130px;
	float:right;}
.w144r{
	width:144px;
	float:right;
	padding:5px 0px 0px;
}

.w190l{
	width:190px;
	float:left;
	margin:0px 20px 0px 0px;
}



.w220mr{
	width:220px;
	float:right;
	margin:15px 0px 0px;
	color:#660000;
	line-height:200%;
}

.w220r{
	width:220px;
	float:right;
	margin:0px 0px 10px;
	color:#660000;
	line-height:200%;
}

.w295l{
	width:295px;
	float:left;
}

.w280l{
	width:280px;
	float:left;
}

.w280r{
	width:280px;
	float:right;
}

.w295l{
	width:295px;
	float:left;
}

.w285r{
	width:285px;
	float:right;
}

.w300l{
	width:300px;
	float:left;}
	
.w300r{
	width:300px;
	float:right;
}

.w390r{
	width:390px;
	float:right;
	
}

.w500{
	width:500px;
	margin:0px 50px;
}


.w600{
	width:600px;
	margin:0px 0px 20px 8px;
	text-align:left;
}

.w608{
	width:608px;
	margin:0px auto 20px;
	text-align:left;
}


.w566{
	width:566px;
	margin:0px auto;
}

.mt10{
	margin:10px 0px 0px;
}

.mt20{
	margin:20px 0px 0px;
}

.mu5{
	margin:0px 0px 5px;
}

.mu10{
	margin:0px 0px 10px;
}

.mu15{
	margin:0px 0px 15px;
}

.mu20{
	margin:0px 0px 20px;
}

.mt50{
	margin:50px 0px 0px;
}

.mt40{
	margin:40px 0px 0px;
}

.mtu30{
	margin:30px 0px 30px;
}


.mu25{
	margin:0px 0px 25px;
}
.mu60ml5 {
	margin-bottom: 60px;
	margin-left: 5px;
}


.mu30{
	margin:0px 0px 30px;
}

.mu35{
	margin:0px 0px 35px;
}

.mu40{
	margin:0px 0px 40px;
}

.mtu20{
	margin:20px 0px 20px;
}

.mu45{
	margin:0px 0px 45px;
}

.mtu45{
	margin:45px 0px 45px;
}

.mu60{
	margin:0px 0px 60px;
}

.mt10u20{
	margin:10px 0px 20px;
}

.td20{
	width:20px;
}

.td200{
	width:150px;
	padding:10px 0px 0px;
}

.td100{
	width:100px;
	padding:5px 0px 0px;
}

.m20l{
	margin:10px 0px 0px 70px;
	color:#660000;
}

.ml5{
	margin:0px 0px 0px 5px;
}

.ml15{ margin:0px 0px 0px 15px;}

.fla_gray {
	padding: 10px;
	border: 1px solid #999999;
}

.ml80{
	margin:0px 0 15px 80px;}
.p15{ padding: 15px;}
.pl15{ padding-left: 15px;}
