@charset "utf-8";

/*======================================

	1.each

=======================================*/
/* local navi image
-------------------------------------------------------------------------- */
div#localNaviImage {
	background-image: url(../images/localNavi_image.png);
}



/*======================================

	2.contents

=======================================*/
div#contents h3 {
	margin-bottom:24px;
}

div#contents div.clearFix {
	margin-bottom:35px;
}

div#map {
	width:431px;
	float:left;
	background:url(../images/map_bg_top.gif) no-repeat #f7f1e3;
}
div#map div.inner {
	padding:10px 10px 5px 10px;
	background:url(../images/map_bg_bottom.gif) no-repeat left bottom;
	zoom:1;
}
div#map p{
	margin-bottom:24px;
}
div#map ul{
	padding-left:2px;
	zoom:1;
}
div#map ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
div#map li{
	float:left;
	margin-right:25px;
}

dl#traffic {
	width:365px;
	float:right;
}
dl#traffic dt {
	margin:15px 0 5px;
	background:url(../images/title_bg.png) no-repeat;
	line-height:22px;
	text-indent:12px;
	color:#ffffff;
}
dl#traffic dd {
	margin:0 0 5px 12px;
	line-height:1.5;
}

div#contact{
	margin:10px 0 50px;
	background:url(../../common/images/common/line_common.jpg) no-repeat center top;
}
div#contact div.inner {
	background:url(../../common/images/common/line_common.jpg) no-repeat center bottom;
	padding:15px 25px 6px 20px;
	zoom:1;
}
div#contact div.inner:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
div#contact dl {
	width:530px;
	float: right;
	line-height:2;
}
div#contact dl dt {
	margin:15px 0 5px;
	font-weight:bold;
}
div#contact dl dd {
	margin-left:2px;
}
div#contact dl dd img {
	vertical-align:middle;
}
div#contact p.photo {
	float: left;
	margin:0;
}

