@charset "UTF-8";

@import url(../common/layout.css);
@import url(../common/default.css);
@import url(../common/common.css);
@import url(../header/header.css);
@import url(../footer/footer.css);
@import url(../menu/menu.css);
@import url(../contact_us/contact_us.css);

#info_table{
	width:540px;
	margin:0 0 0 15px;
	font-size:0.9em;
	line-height:1.5em;
}
#info_table th{
	width:155px;
	text-align:left;
	font-weight:normal;
	background:url(../common/blue_dot_line.gif) repeat-x bottom;
	padding:15px 0 10px 10px ;
	vertical-align:top;
}
#info_table td{
	background:url(../common/blue_dot_line.gif) repeat-x bottom;
	padding:15px 0 10px 0 ;
}
#info_table td dd{
	margin:0 0 5px 1.2em;
	font-size:0.95em;
}
#access_title{
	margin:35px 15px 15px 15px ;
}
#access_point{
	font-size:0.9em;
	line-height:1.5em;
	margin:0 15px;
}
#map{
	margin:20px 15px 0 15px ;
	width:538px;
	height:378px;
	border:#ccc solid 1px;
}
