#content{
	padding-top: 30px;
	padding-bottom: 30px;
}

#content h1{
	margin: 0 auto;
	width: 304px;
	height: 0;
	padding-top: 320px;
	font-size: 0.1em;
	overflow: hidden;
	background: url(../images/top_06.gif) no-repeat center top;
}

#content h2{
	margin: 0 0 10px 0;
	text-align: center;
}

#content .intro{
	padding: 15px 35px;
	background: #c99264;
	color: #fff;
	font-size: 1.2em;
	line-height: 1.8em;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
}
#content .detail{
	margin-top: 5px;
	padding: 15px 10px 15px 35px;
}
#content .detail dl{
	float: left;
	width: 320px;
}
#content .detail dt{
	width: 4em;
	float: left;
}
#content .detail dd{
	margin-left: 5em;
}
#content .detail dt,
#content .detail dd{
	font-size: 1.2em;
	line-height: 1.8em;
}
#content .detail dd strong{
	color: #e21913;
}
#content .detail .map{
	float: right;
	width: 150px;
	text-align: center;
	font-size: 1.2em;
	line-height: 1.8em;
}
#content .detail .map img{
	border: solid 1px #ccc;
}