@charset "utf-8";
body {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height: 120%;
	padding: 0px;
	width: 960px;
	margin: auto;
	background-image: url(../img/bg-body.jpg);
	background-repeat: repeat;
	font-size: small;
}




/*part6 : メイン設定ここから*/
.main{
	padding: 0px;
	background-color: #FFF;
	margin-top: 10px;
	float: left;
	margin-left: 10px;
	width: 730px;
	
	}

.title{
	background-image: url(img/showroom/title.jpg);
	width: 730px;
	height: 100px;
	margin-bottom: 10px;
}	
	

	
.title em{position:absolute;
	left:-9999px;
} 
.acs{
	width: 710px;
	}

.map{
	padding: 10px;
	margin-bottom: 30px;
}


.car{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
	clear: both;
}



.train{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
	clear: both;
}


.img-map{
	float:right;
	padding: 5px;
}
	
.table{
	width: 710px;
	float: left;
	padding: 10px;
	line-height: 150%;
	color: #333;
	text-align: left;
	margin: 0px;
}	





.table th {
	width: 170px;
	background-color: #900;
	color: #FFF;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #333;
	padding: 5px;
}

.table td {border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}


h4{
	padding: 5px;
	margin-left: 10px;
	border: 1px solid #900;
	color: #333;
	clear: both;
	margin-right: 5px;
	font-size: 14px;
	}	
.img{
	float: left;
	margin: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
.text-map{
	line-height: 150%;
	text-indent: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
	}		


/*part6 : メイン設定ここまで*/
	
