

div#contents div.article h2 {
	width: 520px;
	height: 51px;/*38+(960-520-182)/2*/
	background: transparent url('../img/title_area.gif') no-repeat scroll left top;
	text-indent: -1000px;
	overflow: hidden;
}

div#contents div.article p.map {
	margin: 0 0 2em;
	width: 520px;
	height: 370px;
	background: transparent url('../img/banner_area_map.gif') no-repeat scroll left top;
	text-indent: -520px;
	overflow: hidden;
}

div#contents div.article dl {
	margin: 0 0 2em;
	width: 520px;
	border-top: 1px solid #cc7f91;
}

div#contents div.article dl dt,
div#contents div.article dl dd {
	display: inline-block;
	height: 30px;
	line-height: 32px;
	border-bottom: 1px solid #cc7f91;
	white-space: nowrap;
	overflow: hidden;
}

div#contents div.article dl dt {
	width: 140px;
}

div#contents div.article dl dd {
	width: 380px;
}




