@charset "utf-8";
@import url("../parts.css");

/* ============================================================================================================
Title:アクセスページ用CSS
Last Update:2011/03/03
============================================================================================================ */

#contentsArea h2 {
	margin-top: 15px;
}

/* mainText
============================================================================================================ */
#mainText {
	margin: 20px 0;
}
#mainText p.notes {
	margin-top: 15px;
	padding: 0.5em;
	background-color: #e85959;
	text-align: center;
	font-size: 117%;
	color: #ffffff;
}

/* box_section
============================================================================================================ */
.box_section{
	padding: 10px 10px 8px 10px;
}
.box_section p.photo {
	margin-bottom: 5px;
	text-align: center;
}


/* text_section
============================================================================================================ */
.text_section {
	padding: 15px 15px 5px;
}
.text_section p,
.text_section ul,
.text_section dd {
	text-align: left;
	margin-bottom: 1.3em;
}


ul#train li {
	list-style-type:disc;
	list-style-position:inside;
}


div.handicapped_gate {
	overflow:hidden;
}

div.handicapped_gate p {
	float:left;
	width:500px;
	text-align:left;
}


.imgR {
	float:right;
}