@charset "utf-8";

#main strong{
	font-weight:normal;
}
#main p.txt_area{
	margin:10px 0 20px;
}
#banner_area{
	width:580px;
	margin-bottom:20px;
}
#banner_area div.area{
	float:left;
	width:290px;
	height:130px;
}
#banner_area div.area p{
	margin-top:5px;
	width:270px;
}
#site_info,#blog_info{
	width: 580px;
	height:300px;
	overflow:auto;
	background-color:#eeeeee;
}
#site_info{
	margin-bottom:30px;
}
#site_info dl dt,#blog_info dl dt{
	padding: 5px 0 5px 5px;
	font-weight: bold;
	color: #cd9303;
}
#site_info dl dd,#blog_info dl dd{
	padding: 5px 5px 5px 150px;
	margin-top: -2.1em;
	margin-bottom: -1px;
	line-height: 1.4em;
	border-bottom: 1px dotted #999999;
}
#site_info div.pastlog{
	clear:both;
	padding:5px;
	font-weight: bold;
	color:#cd9303;
}
#site_info div.pastlog a{
	color:#1b1e53;
	font-weight: normal;
	text-decoration:underline;
}
#site_info div.pastlog a:hover{
	color:#cd9303;
	font-weight: normal;
	text-decoration:none;
}
#blog_info dl dd p{
	margin-bottom:5px;
	font-weight:bold;
}
#main p.blog_txt{
	margin-bottom:5px;
}

