@charset "utf-8";

@import "base.css";

#contents {
	position:relative;
	color:#747474;
	width:614px;
	margin:12px auto;
}

#contents p#contentsHeaderText{
	line-height:167%;
	margin-bottom:20px;
}

.entry{
	clear:both;
	width:100%;
	height:213px;
	margin:0;
	padding-top:13px;
	border-top:1px dotted #858585;
}

.entry h2{
	float:left;
	display:inline;
	width:345px;
	margin:0 0 0 33px;
}

.entry h3,.entry h4,.entry li{
	font-size:83%;
	line-height:140%;
}
.entry h3{
	color:#d96100;
}

#contents #contentsFooterText{
	font-size:83%;
	line-height:140%;
	clear:both;
	width:100%;
	border-top:1px dotted #858585;
	padding-top:6px;
}