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

.section01{
	background-color:#FFFFFF;
	margin:0 0 20px;
	padding:0 0 40px;
	width:700px;
}

.section01 h2{
	margin-bottom:20px;
}


div#bottom_btn{
	margin:20px 140px 0;
}

/*---- index ----*/
#index{
}

#index .section01 dl{
	margin:0 20px 50px;
}

#index .section01 dl dt{
	border-bottom:1px #A39D85 dotted;
	padding:2px 0 7px 3px;
}

#index .section01 dd{
	margin:10px 20px 10px;
}

#index .section01 dd img{
	display:inline;
}



/*---- access ----*/
#access{
}

#access .section01 img{
	margin:0 auto;
}

#access .section01 p{
	width:570px;
	margin:0 auto 30px;
}

#access .section01 p img#map02{
	margin:30px auto 75px;
}

#access .section01 h3{
	background-image:url(../../common/img/headbox_bottom.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-bottom:5px;
	width:670px;
	margin:0 auto 15px;
}

#access .section01 h3 span{
	background-color:#666;
	color:#fff;
	font-weight:700;
	font-size:1.2em;
	display:block;
	padding-left:15px;
}


/*---- company ----*/
#company .section01 table{
	margin:15px 25px 30px;
}

#company .section01 table tbody th{
	background-color:#666;
	border:1px #999 solid;
	color:#fff;
	font-weight:700;
	padding:7px 15px;
	vertical-align:top;
	width:130px;
}

#company .section01 table tbody td{
	border:1px #999 solid;
	padding:5px 10px;
	width:470px;
}

#company .section01 table tbody td span{
	margin-left:10px;
}

#company .section01 table tbody td span img{
	display:inline;
	vertical-align:top;
}




/*---- showroom ----*/
#showroom .section01{
	margin-bottom:100px;
	padding-bottom:30px;
}

#showroom .section01 p{
	margin:0 auto 20px;
	width:590px;
}

#showroom .section01 #imgbox:after {
	clear:both;
	content:" ";
	display:block;
	height:0;
	visibility:hidden;
}

#showroom .section01 #imgbox {
	width:590px;
	margin:0 auto;
	
}

#showroom .section01 #imgbox p{
	width:290px;
	float:left;
}

#showroom .section01 #imgbox p.limg{
	margin-right:10px;
}

#showroom .section01 #imgbox p img{
}

#showroom .section01 #imgbox p span{
	display:block;
	width:290px;
	text-align:left;
}



