@charset "shift_jis";

/*
Information CSS
*/

#contents {
	_height: 1040px;
	min-height: 1000px;
	padding-right: 190px;
}
h2 {
	background-image: url(/img/h2_topics.jpg);
}
#bloglist h2 {
	background-image: url(/img/cmenu_blog.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 170px;
	overflow: hidden;
}
/* Contents */

h3 {
	width: 540px;
	padding: 5px 0px 2px 0px;
	margin-bottom: 10px;
	font-size: 100%;
	font-weight: bold;
	clear: both;
	border-bottom: 4px solid #000;
	background-color: #FFF;
	color: #000;
}
p.date {
	text-align: right;
	color: #666;
}
#contents li#next a {
	float: right;
	background-image: url(/img/arrow_r.gif);
	background-position: right center;
}
#contents li#prev a {
	float: left;
	background-image: url(/img/arrow_l.gif);
	background-position: left center;
}
#contents p {
	width: 540px;
}
.EntryBody p img {
	margin-bottom: 10px;
}
