@import url("common.css");

#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: auto;
}

* +html #contents ul {
padding-bottom: 20px;
}

* html #contents ul {
padding-bottom: 20px;
}

#contents li {
float: left;
width: 250px;
margin-bottom: 20px;
}

#contents li img {
float: left;
margin-right: 5px;
}

#contents li dt {
font-size: 15px;
color: #FF0000;
}

#contents dl {
font-size: 14px;
}

#contents ul#backnumber {
border-style: none;
}

#backnumber li {
float: none;
margin: 0px;
width: 100%;
}
