@CHARSET "UTF-8";

#main.uminchi div.banner{
	margin-bottom: 15px;
	border-bottom: 1px dotted black; 
	padding: 80px 20px 0;
	width: 505px;
	background: url(../img/uminchi_banner.jpg) top center no-repeat transparent; 
	font-size: smaller;
}

#main.uminchi div.top{
	margin: 20px 0 20px;
	position: relative;
	height: 78px;
	background-image: url('../img/uminchi_top.gif');
	background-repeat: no-repeat;
}

	div.top span.date {
		position: absolute;
		bottom: 20px;
		right: 5px;
		color: #00868D;
		font-size: x-small;
	}
	
	div.top span.title {
		position: absolute;
		top: 15px;
		left: 150px;
		color: #00968D;
		font-size: larger;
		font-weight: bold;
	}

#main.uminchi div.body{
	margin:0 auto 20px;
	width: 90%;
	line-height: 200%;
	border-bottom: 1px dotted black; 
}

	#main.guide div.body p{
		margin-bottom: 2em;
	}

	#main.uminchi div.body img.photo {
		margin: 0 auto;
		display: block;
	}

#main.uminchi dl#bn{
	margin-bottom: 15px;
	border-bottom: 1px dotted black; 
	padding: 40px 0 1em 30px;
	width: 515px;
	background: url(../img/guide_backnumber.gif) top center no-repeat transparent;
}

	dl#bn dt{
		clear:left;
		float:left;
		display:inline;
		width:130px;
	}
	
	dl#bn dd{
		margin:0 0 0.5em 130px;
	}
