@charset "Shift_JIS";
/* ===================================================================
CSS information

 File Name  : contents.css
 Author     : Your Name (admin)
 Style Info : コンテンツ内のスタイル
=================================================================== */

/* トップページ要素		index.html
----------------------------------------------------------------- */

#contents .topics	{
	width: 100%;
	margin-bottom: 15px;
}
#contents .topics li	{
	width: 285px;
	float: left;
	margin-bottom: 12px;
}
#contents .topics li dl	{
background:url(../images/top_contents_bg.gif) repeat-x bottom #FFF;
border: 1px solid #ccbd9e;
min-height: 106px;
}
#contents .topics li dt	{
	background: url(../images/topics_dt.jpg) no-repeat bottom;
	font-size: 116.6%;
	font-weight: bold;
	padding: 4px 5px 3px 23px;
}
#contents .topics li dd	{
	padding: 5px 5px 5px 15px;
}
#contents .topics li dd	p	{
	margin-bottom: 0;
}
#contents .topics li.odd	{
	margin-right: 12px;
}
#contents .topics ul	{ margin-bottom: 2px; background: none; }
#contents .topics ul li	{ width: 230px; float: none; margin:0; background: none; }
#contents .topics ul li.odd	{ margin:0;}

/* その他の要素
----------------------------------------------------------------- */


/* clearfix */
#contents .topics:after	{	height:	0;	visibility: hidden;	content: ".";	display: block;	clear: both;}