@charset "utf-8";

h2 {
	width: 610px;
	padding: 5px 20px 0 0;
	float: right;
}

/* content設定 */
#content {
	width: 610px;
	padding: 0 20px 40px 0;
	background: transparent url(../img/bg_content.jpg) repeat-y;
	float: right;
}

/* contentn内設定 */
ul#box-fontsize {
	width: 140px;
	height: 20px;
	padding: 0 0 0 455px;
	clear: both;
}
ul#box-fontsize li {
	width: 20px;
	height: 20px;
	padding-right: 1px;
	float: left;
	list-style-type: none;
	overflow: hidden;
}
ul#box-fontsize li#fontsize {
	width: 63px;
	height: 20px;
	padding-right: 5px;
}
ul#box-fontsize li#font-s {
	background: transparent url(../img/bg_font_s.gif) no-repeat;
}
ul#box-fontsize li#font-m {
	background: transparent url(../img/bg_font_m.gif) no-repeat;
}
ul#box-fontsize li#font-l {
	background: transparent url(../img/bg_font_l.gif) no-repeat;
}

#content p.txt-top {
	margin: 0 40px;
	padding-bottom: 20px;
	clear: both;
	border-bottom: 1px solid #130611;
	line-height: 1.5;
	color: #130611;
	font-weight: bold;
}

div.box-content {
	padding: 20px 40px 0 40px;
	clear: both;
}
div.box-content ul li {
	list-style-type: none;
	line-height: 2.0;
	color: #130611;
}

div#box-map {
	clear: both;
	margin: 20px auto 0 auto;
	padding: 10px;
	width: 530px;
	background-color: #ffffff;
}

p.btn-access {
	padding-top: 20px;
	margin: 0 auto;
	width: 242px;
}

