@charset "Shift_JIS";

@import url(../../css/category.css);


.contentList {
 margin-top:18px;
}
.contentListOdd,.contentListEven {
 width:353px;
}

.contentListOdd {
 float:left;
}
.contentListEven {
 float:right;
}

.contentList dt {
 float:left;
	width:90px;
}
.contentList dd {
 float:right;
	width:255px;
}

p.read {
 margin-top:12px !important;
 padding:2px;
	background-color:#F2E7D9;
}



#content .contentList dd h2 {
 border-bottom:1px solid #CCCCCC;
	margin-top:0;
	padding-bottom:5px;
}
#content .contentList dd p {
	margin-top:5px;
}

#contentRelated {
 border:1px dotted #CCCCCC;
	margin-top:25px;
	padding:0 5px;
}
#contentRelated ul{
	margin:0 !important;
}
#contentRelated li {
 float:left;
	padding:5px 10px 5px 0;
}
#contentRelated li a {
 padding-left:15px;
 background:url(../image/related_icon.gif) left center no-repeat;
 white-space:nowrap;
}


#content h2 {
 margin-bottom:1.5em;
}


