@charset "shift_jis";
#contents {
	width: 750px;
	margin: 20px auto;
}
#contents h1 {
	color: #ff6600;
	height: 45px;
	margin-bottom: 10px;
}
#contents h2 {
	font-size: 120%;
	margin: 0px 0px 20px;
	color: #e80000;
	clear: both;
	padding-top: 30px;
}
#contents ul {
	border-bottom: 1px dotted #FF9900;
	height: 100%;
	overflow: hidden;
}
* +html #contents ul {
	padding-bottom: 20px;
}
* html #contents ul {
	padding-bottom: 20px;
}
#contents li {
	float:left;
	width:250px;
	height:140px;
	line-height:1.1;
	overflow:hidden;
	margin-bottom:5px;
}
#contents li div {
	float:left;
}
#contents li img {
	float:left;
	width:76px;
	height:auto;
	padding-right:5px;
}
#contents li dl {
	display:block;
	float:left;
	width:164px;
	height:auto;
}
#contents li dt {
	font-size:14px;
	color:#FF0000;
}
#contents ul#backnumber {
	border-style: none;
}
#backnumber li {
	float: none;
	margin: 0px;
	width: 100%;
	height:auto;
}

