@charset "utf-8";
/* CSS Document */

.info_box{
	margin-bottom: 10px;
	width: 100%;
}
.info_img{
	text-align: center;
	width: 150px;
	padding-right: 10px;
}
.info_img img{
	padding: 3px;
	border: 1px solid #990000;
}
.info_text{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
	vertical-align: top;
}
.info_text2{
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
	vertical-align: top;
}

.info_title{
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CC0000;
	padding-right: 10px;
	margin-right: 10px;
}
.info_title2{
	color: #FFFFFF;
	text-align: center;
	width: 80px;
	height: 20px;
	background-image: url(../img/info_title2.gif);
	background-repeat: no-repeat;
}
.map a{
	background-image: url(../img/map_bg.gif);
	background-repeat: no-repeat;
	display: block;
	height: 20px;
	width: 60px;
	float: right;
}

ol{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
