#contents {
	margin-bottom: 20px;
}
#contents_header {
	background-image: url(../img/contents_header.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 15px;
	width: 780px;
}
#contents_footer {
	background-image: url(../img/contents_footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 5px;
	width: 780px;
	clear: both;
}
#contents_inner {
	padding-right: 12px;
	padding-left: 9px;
	background-color: #F6F6F6;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E3E3E3;
	border-left-color: #E3E3E3;
	padding-bottom: 8px;
}
#title {
	padding-bottom: 8px;
	padding-top: 9px;
}
#title_image {
	float: left;
	height: 164px;
	width: 110px;
	padding-bottom: 10px;
}
#title_txt {
	float: right;
	width: 596px;
}
#title_txt p {
	padding-left: 16px;
	padding-top: 12px;
}
.article {
	clear: both;
	padding-top: 10px;
}
.article_txt {
	float: right;
	width: 303px;
	padding-right: 12px;
}
.map {
	float: left;
}
.inner_txt {
	width: 303px;
	clear: both;
	padding-bottom: 20px;
}
.route_image {
	float: left;
	width: 70px;
}
.route_txt {
	float: right;
	width: 220px;
}
.boldy {
	font-weight: bold;
	color: #000000;
}
.boldy dt {
	float: left;
	width: 20px;
}
.boldy dd {
	float: right;
	width: 280px;
}
.red {
}
.red dt {
	font-size: 14px;
	line-height: 120%;
	font-weight: bold;
	color: #FF0000;
	background-image: url(../img/list_red_circle.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 5px;
	margin-top: 10px;
}
.red dd {
	padding-left: 20px;
}
