@charset"utf-8";
@import url("../common/css/base.css");
@import url("../common/css/header.css");
@import url("../common/css/sub.css");
@import url("../common/css/footer.css");
@import url("../common/css/main.css");

/* tel */
#container #main p.tel_last{
	margin-top:7px;
	margin-bottom:25px;
}

/* map */
#container #main p.map_last{
X	margin-bottom:20px;
}
#container #main div#map{
	width: 555px;
	height:396px;
	border:#979797 1px solid;
	margin-bottom:10px;
}

/* access */
#container #main div#contactus_access{
	width:280px;
	background:url(img/bg_access.gif) left top repeat-y;
}
#container #main div#contactus_access_bgbtm{
	padding-left:10px;
	padding-bottom:5px;
	background:url(img/bg_accessbtm.gif) left bottom no-repeat;
}
#container #main div#contactus_access h3{
	font-weight:bold;
	padding-top:10px;
}
#container #main div#contactus_access p{
	margin-left:10px;
	margin-top:5px;
	margin-bottom:5px;
}