@charset "utf-8";

/*　
------------------------------------------------------------ */

h2#img_top {
	width: 580px;
	height: 120px;
	background: url(../common/images/img_info.jpg) no-repeat;
	text-indent: -9999em;
	margin-bottom: 10px;
}

.box01_in {
	padding:20px;
}

.box01_in h3{
	margin-bottom: 10px;
}

.box_info {
	background: url(../common/images/bg_map.gif) left bottom no-repeat #000;
	border: 1px solid #999;
	overflow: hidden;
	height: 100%;
}
.box_info img {
	border-left: 1px solid #999;
	_text-align: right;
	
}
.box_info dl {
	float: left;
	width: 198px;
	_width: 195px;
	
}

.box_info dl dt {
	background: #333;
	font-weight: bold;
	padding: 2px 0 0 5px;
}
	
.box_info dl dd {
	padding: 5px;
}
	