@charset "utf-8";


/*-----------------------------
	header
------------------------------*/

#header_inner{
	width:100%;
	background:url(images/header_bg.jpg) no-repeat center 161px;
	overflow:hidden;
}



/*-----------------------------
	main
------------------------------*/


/* access_box */
#access_box{
	clear:both;
	overflow:hidden;
	margin-bottom:60px;
}


/*-----------------------------
	index.html
------------------------------*/

#shozaichi{
	float:left;
	width:335px;
}
#shozaichi li {
    background: url("images/li_icon.png") no-repeat scroll left center transparent;
    line-height: 2.0;
    margin-bottom: 20px;
    padding-left: 25px;
}
#map_area{
	float:right;
	width:344px;
}

p.read{
	margin-bottom:40px;
	line-height:2.2;
}
#googlemap{
	background:#fff;
	padding:10px;
	clear:both;
}
#googlemap iframe{
	margin:0;
	padding:0;
}

#car{
	overflow:hidden;
	clear:both;
    margin-bottom: 80px;
}
#car h4 {
    background: url("images/li_icon_car.png") no-repeat scroll left center transparent;
    line-height: 2.0;
    margin-bottom: 10px;
    padding-left: 25px;
	font-size:120%;
}

