@CHARSET "UTF-8";

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

	div.top span.date {
		position: absolute;
		top: 35px;
		left: 215px;
	}
	
	div.top span.title {
		position: absolute;
		top: 60px;
		left: 230px;
	}

#main.blog div.body {
	padding: 5px 10px 5px 15px;
	margin-bottom: 20px;
	width: 515px;
	background-color: #FDE6F2;
	border-left: 4px solid #F668B2;
	line-height: 200%;
}

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

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

#main.blog 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;
	}
