﻿@charset "utf-8";

.sbox { margin:0 auto; text-align:center; background:#fff; }
h1.stext { font-size:8pt; color:#666; margin:0; }
.summry { font-size:8pt; color:#666; }
.storong { font-weight:normal; }
.em { font-style:normal; }


/*ブラウザスタイルの初期化*/

body,div,h1,h2,h3,h4,h5,h6,
p,blockquote,pre,address,
ul,ol,li,dl,dt,dd,
table,th,td,
fieldset,form,legend {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka",Verdana,"ＭＳ Ｐゴシック","MS P Gothic",Arial,Helvetica,sans-serif;
}

/*dt,th,*/
h1,h2,h3,h4,h5,h6 {
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka",Verdana,"ＭＳ Ｐゴシック","MS P Gothic",Arial,Helvetica,sans-serif;
}

.sbox{
width:800px;
}

html{
overflow-x:hidden;
}


/*font-size初期化*/

body {
	font-size: 10px;
	_font-size:62.5%;/*IE6*/
	line-height:1.6;
		color: #333;
}



/*border初期化*/
/*margin　paddingプロパティ追加*/

img,object {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align:bottom;
}




/*table設定*/

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*テキスト設定*/

p {
	text-align: justify;
	text-justify: distribute;
}

/*clearfix*/
/*height0.1px font-size0.1em追加*/

.clearfix:after, div:after {
    content: "."; 
    display: block; 
	height: 0px;  
	font-size: 0em;  
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-block;
}/*IE7用*/

.clear {
	clear:both;
}
/* Hides from IE-mac \*/
* html .clearfix { height:1%;}
.clearfix { display:block;}
/* End hide from IE-mac */



ul,
li,
ol {
	list-style:none;
}

a {
	text-decoration:underline;
	cursor: pointer;
} 

img {
	vertical-align: bottom;
}

a:link {
	color: #67C4AF;
}

a:visited {
	color: #67C4AF;
}

a:hover {
	color: #38927D;
}

a:active {
	color: #67C4AF;
}
/*		share
-----------------------------------------------------------------*/
.RGHT {
	text-align:right;
}
.floatL {
	float:left;
}
.floatR {
	float:right;
}
p.txt {
	padding-left:10px;
}
p.top {
	text-align:right;
	clear:both;
}
p.top a {
	color:#5134E1;
	padding:0 0 0px 20px;
	text-decoration:underline;
	line-height:2;
}
p.top a:hover {
	color:#5134E1;
}

/*		全体構造
-----------------------------------------------------------------*/

div#wrapper{
	width:806px;
	padding-left:3px;
	padding-right:3px;
	margin:0 auto;
	background:url(../images/wrapperbg.jpg) repeat-y;
	}

div#head{
	width:800px;
	background:url(../images/headbg.jpg) repeat-x;
	height:90px;
	
	}

div#container{
	width:800px;
	background:url(../images/container_bg.gif) repeat-y;
	padding-top:10px;
	}

div#right{
	width:575px;
	float:right;
	padding-right:10px;
	}

div#left{
	width:183px;
	float:left;
	padding-left:8px;
	padding-right:9px;
	}
	
div#footer{
	width:800px;
	clear:both;
	}
	
/*		head
-----------------------------------------------------------------*/

div#head h2{
	padding-left:18px;
	padding-top:26px;
	float:left;
	line-height:0;
}

*html div#head h1{
	padding-left:18px;
	padding-top:25px;
	float:left;
	line-height:0;
}

div#head h1{
	padding-left:18px;
	padding-top:26px;
	float:left;
	line-height:0;
}

div#head div.headbox{
	width:456px;
	float:right;
	padding-top:6px;
	position:relative;
	height:84px;
}

div#head div.headbox p.headtext{
	font-size:1.2em;
	text-align:right;
	padding-right:10px;
	padding-bottom:16px;
}

div#head div.headbox p.telfax{
	text-align:right;
	padding-right:10px;	
}

div#head div.headbox ul{
	position:absolute;
	right:0px;
	bottom:0px;
	}

div#head div.headbox ul li{
	display:inline;
}

/*		left
-----------------------------------------------------------------*/
div#left ul li{
	margin-bottom:10px;
}

div#left ul li.last{
	margin-bottom:20px;
}

div#left dl.add{
	background:#FFF;
	width:180px;
	font-size:1.2em;
	line-height:1.4;
	padding-top:6px;
	padding-left:3px;
	padding-bottom:6px;
}
div#left dl.add dd.last{
	padding-bottom:10px;
	}


div#left dl.add dt.second{
	padding-bottom:0px;
	}

div#left dl.add dt{
	padding-bottom:10px;	
}

/*		footer
-----------------------------------------------------------------*/
div#footer div.footerbox{
	background:url(../images/container_bg.gif) repeat-y;
	padding-top:40px;
	width:800px;
	}
	
div#footer div.footerbox ul{
	font-size:1.2em;
	text-align:right;
	margin-bottom:7px;
	padding-right:20px;
	}

div#footer div.footerbox ul li{
	display:inline;
	padding-left:15px;
	padding-right:10px;
	border-right:1px solid #333;
	}
	
div#footer div.footerbox ul li.none{
	display:inline;
	padding-left:15px;
	padding-right:10px;
	border-right:none;
	}
	
div#footer div.footerbox ul li a{
	color:#333333;
	text-decoration:underline;
}

div#footer div.footerbox ul li a:hover{
	text-decoration:none;
}
	
address{
	background-color:#CBEDCB;
	text-align:center;
	color:#4D783D;
	font-size:1.2em;
	clear:both;
	font-style:normal;
	}
	
/*		index
-----------------------------------------------------------------*/

div.index p.intro{
	font-size:1.2em;
	border-left:1px solid #305C33;
	border-right:1px solid #305C33;
	color:#506541;
	padding-left:10px;
	margin-bottom:30px;
	padding-right:10px;
	}
	
div.index h3{
	padding-bottom:5px;
	clear:both;
}

div.index h3.bar1{
	padding-bottom:18px;
	}

div.index div.newsbox{
	border:1px solid #405F3F;
	padding-left:3px;
	padding-right:3px;
	padding-top:5px;
	padding-bottom:5px;
	font-size:1.2em;
	height:1%;
	margin-bottom:40px;
	}
	
div.index div.newsbox dl{
	width:563px;
	margin-bottom:5px;
}
	
div.index div.newsbox dt{
	float:left;
	clear:both;
	width:100px;
	}
	
div.index div.newsbox dd{
	margin-left:100px;
	height:1%;
	}
	
div.index div.orcbox{
	width:555px;
	padding:0px 10px 20px 10px;
}

div.index div.orcbox p.photo{
	float:left;
	
}


div.index div.orcbox2{
	width:310px;
	float:right;
	font-size:1.2em;
}

div.index div.orcbox2 h4{
	color:#004500;
	border-left:3px solid #004500;
	border-bottom:1px solid #004500;
	padding-left:3px;
	margin-bottom:5px;
	font-size:1.0em;
}

div.index div.orcbox2 dt{
	padding-bottom:10px;
}

div.index div.orcbox2 dl dd{
	padding-bottom:10px;
	}
	
div.index div.orcbox2 dl dd span{
	color:#C00;
	}

div.index div.index_nagarebox h4{
	background:url(../images/index_nagareline.gif) left bottom no-repeat;
	font-size:1.2em;
	color:#004500;
	font-weight:bold;
	margin-bottom:7px;
	}
	
div.index div.index_nagarebox dl.nagare{
	width:230px;
	float:left;
	padding-left:8px;
	font-size:1.2em;
	line-height:1.4;
	padding-bottom:10px;
	}

div.index div.index_nagarebox dl.nagare dt{
	font-weight:bold;
	color:#661700;
	padding-bottom:5px;
	}
	
div.index div.index_nagarebox p.nagarephoto{
	float:right;
	padding-right:8px;
	padding-bottom:10px;
	}

div.index div.index_nagarebox p.nagarephoto img{
	padding:1px;
	border:1px solid #ccc
}

div.index div.index_nagarebox table.nagaretbl1{
	clear:both;
	width:575px;
	font-size:1.2em;
	margin-bottom:10px;
	}
	
	
div.index div.index_nagarebox table.nagaretbl1 td.td1{
	border-bottom:1px solid #004500;
	border-right:1px solid #004500;
	border-left:1px solid #004500;
	vertical-align:top;
	padding-left:3px;
	padding-right:3px;
	width:267px;
	}
	
div.index div.index_nagarebox table.nagaretbl1 td.td2{
	border-top:1px solid #004500;
	border-right:1px solid #004500;
	border-left:1px solid #004500;
	background:url(../images/index_tablebg.gif) repeat-x;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	vertical-align:top;
	padding-top:1px;
	width:267px;
	}
	
div.index div.index_nagarebox p.contactL{
	text-align:right;
	clear:both;
	padding-bottom:30px;
	margin-bottom:20px;
	background:url(../images/contact_b_line.gif) left bottom no-repeat;	
}

div.index div.index_nagarebox p.contactL a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
	}


div.index div.index_nagarebox p.contactLn{
	text-align:right;
	clear:both;
	margin-bottom:10px;
}

div.index div.index_nagarebox p.contactLn a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
	}
	
/*		car
-----------------------------------------------------------------*/

div.car h3{
	padding-bottom:10px;
	clear:both;	
	}
	
div.car p.carphoto1{
	float:left;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:60px;
	}

div.car p.cartxt1{
	font-size:1.2em;
	line-height:1.5;
	padding-right:10px;
	padding-bottom:60px;
}

div.car div.carbox{
	width:310px;
	background:url(../images/car_photo2.jpg) left top no-repeat;
	font-size:1.2em;
	padding-left:239px;
	height:165px;
}

/*		company
-----------------------------------------------------------------*/

div.company h2{
	padding-bottom:17px;	
}

div.company table{
	width:406px;
	font-size:1.2em;
	border-top:1px solid #333333;
	border-left:1px solid #333333;
	margin-left:10px;
	margin-bottom:20px;
}

div.company table th{
	border-bottom:1px solid #333333;
	border-right:1px solid #333333;
	font-weight:normal;
	width:92px;
	text-align:left;
	padding-left:13px;
	padding-top:3px;
	padding-bottom:3px;
	background:#E6F7E6;
}

div.company table td{
	border-bottom:1px solid #333333;
	border-right:1px solid #333333;
	padding-left:13px;
	padding-top:3px;
	padding-bottom:3px;
}

div.company div#map{
	width:575;
	height:383px;
}

/*		refresh
-----------------------------------------------------------------*/

div.refresh h3{
	padding-bottom:10px;
	clear:both;	
	}
	
div.refresh p.refphoto1{
	float:left;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:40px;
	}

div.refresh p.reftxt1{
	font-size:1.2em;
	line-height:1.5;
	padding-right:10px;
	padding-bottom:40px;
}

/*		contact
-----------------------------------------------------------------*/

div.contact h2{
	padding-bottom:18px;	
}

div.contact div.contform{
	padding-left:10px;
	}
	
div.contact div.contform table{
	width:553px;
	border-top:1px solid #333333;
	border-left:1px solid #333333;
	font-size:1.2em;
	margin-bottom:20px;
}

div.contact div.contform table th{
	width:137px;
	border-bottom:1px solid #333333;
	border-right:1px solid #333333;
	padding-left:10px;
	text-align:left;
	padding-top:3px;
	padding-bottom:3px;
	font-weight:normal;
	background-color:#E6F7E6;
}

div.contact div.contform table th span{
	color:#C00;
	
	}

div.contact div.contform table td{
	width:395px;
	padding-left:10px;
	border-bottom:1px solid #333333;
	border-right:1px solid #333333;
	padding-top:3px;
	padding-bottom:3px;
}

div.contact div.contform table input{
	border:1px solid #666;
	width:375px;
}

div.contact div.contform table input.ip1{
	border:1px solid #666;
	width:250px;
}

div.contact div.contform table textarea{
	border:1px solid #666;
	width:375px;
	height:110px;
}

div.contact p.sousin{
	text-align:center;
	margin-bottom:45px;
}

div.contact dl{
	font-size:1.2em;
	padding-right:10px;
}

div.contact dt{
	color:#990000;
}

div.contact dd{
	padding-bottom:13px;
}

/*		cyuko
-----------------------------------------------------------------*/

div.cyuko h2{
	margin:0px;
	padding:0px;
	}
	
div.cyuko ul{
	padding-right:0px;
	margin-right:0px;
	font-size:0;
	text-align:left;
	width:575;
	
}
	
div.cyuko ul.cyuko li{
	float:left;
	zoom:1;
	font-size:0;
	padding-right:0px;
	margin-right:0px;
}

div.cyuko ul.cyuko li a{
	padding-right:0px;
	margin-right:0px;	
	}

div.cyuko h3{
	clear:both;
	margin-bottom:18px;
	padding-top:30px;
}

div.cyuko table{
	width:575px;
	font-size:1.2em;
	border-top:1px solid #333333;
	border-left:1px solid #333333;
	margin-bottom:10px;
	
}

div.cyuko table th{
	text-align:center;
	border-bottom:1px solid #333333;
	border-right:1px solid #333333;
	padding-top:2px;
	padding-bottom:2px;
	background-color:#F4F8F3;
	font-weight:normal;
}

div.cyuko table th.th1{
width:147px;
	}

div.cyuko table th.th2{
width:70px;
	}

div.cyuko table td{
	text-align:center;	
	border-bottom:1px solid #333333;
	border-right:1px solid #333333;
	padding-top:10px;
	padding-bottom:10px;
}

div.cyuko table td p{
	text-align:center;
	
	}
	
div.cyuko table td span{
	font-size:1.4em;
	color:#C00;
	font-weight:bold;
	
	}
	
div.cyuko table td dd a{
		color:#0000FF;
		text-decoration:none;
	}

div.cyuko table td dd a:hover{
		color:#0000FF;
		text-decoration:underline;
}

div.cyuko dt img{
	border:1px solid #666666;
	text-align:center;
	
}

/*		syousai
-----------------------------------------------------------------*/

div.syousai h2{
	background:#003300;
	line-height:1.8;
	font-size:1.2em;
	font-weight:bold;
	color:#FFF;
	padding-left:10px;
	margin-bottom:17px;
}

div.syousai div.syousaibox{
	width:535px;
	padding-left:20px;
	padding-right:20px;
}

div.syousai div.syousaibox p{
	float:left;
}

div.syousai div.thumb{
	width:120px;
	float:right;
}

div.syousai div.thumb p{
	margin-bottom:15px;
	}
	
div.syousai div.thumb p.last{
	margin-bottom:0px;
}

div.syousai dl.nedan{
	font-size:1.2em;
	font-weight:bold;
	border-bottom:1px dotted #999;
	width:300px;
	}

div.syousai dl.nedan dt{
	display:inline;
	}
	
div.syousai dl.nedan dd{
	display:inline;
}

div.syousai dl.nedan dd span{
	font-size:2.0em;
	}
	
div.syousai dl.nedan dd span.red{
	color:#C00;
	}
	
div.syousai div.nedan{
	clear:both;
	}
	
div.syousai div.nedan div.nedanbox{
	width:300px;
	float:left;
	margin-bottom:40px;
	}

div.syousai div.nedan p.btn{
	float:right;
	padding-top:30px;
	margin-bottom:40px;
	}
	
div.syousai h3{
	margin:0px;
	padding:0px;
	clear:both;
	margin-bottom:20px;
}

div.syousai table.tbl1{
	font-size:1.2em;
	width:575px;
	border-top:1px solid #666;
	border-left:1px solid #666;
	margin-bottom:40px;
}

div.syousai table.tbl1 th{
	font-weight:normal;
	background:#F2F2F2;
	border-bottom:1px solid #666;
	border-right:1px solid #666;
	padding-top:2px;
	padding-bottom:2px;
	width:142px;
}

div.syousai table.tbl1 td{
	text-align:center;
	border-bottom:1px solid #666;
	border-right:1px solid #666;
	padding-top:2px;
	padding-bottom:2px;
	width:142px;
	
	}
	
	
	
div.syousai table.tbl2{
	font-size:1.2em;
	width:575px;
	border-top:1px solid #666;
	border-left:1px solid #666;
	margin-bottom:40px;
}

div.syousai table.tbl2 th{
	font-weight:normal;
	background:#F2F2F2;
	border-bottom:1px solid #666;
	border-right:1px solid #666;
	padding-top:2px;
	padding-bottom:2px;
	width:111px;
}

div.syousai table.tbl2 td{
	text-align:center;
	border-bottom:1px solid #666;
	border-right:1px solid #666;
	padding-top:2px;
	padding-bottom:2px;
	width:30px;
	text-align:center;
	
	}






