@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);



/*-------------------------------------------------------------------
	 .list
-------------------------------------------------------------------*/
#content ul.list{
	margin-bottom:35px;
	overflow: hidden;
	/zoom: 1;
}


#content ul.list li{
	width:270px;
	float:left;
	margin:0 0 5px 20px;
	padding:0px 0px 0px 30px;
	background:url(../image/c_link_bg.jpg) left 1px no-repeat;
	line-height:1.6;
}


/*-------------------------------------------------------------------
	#content .catbox
-------------------------------------------------------------------*/

#content .catbox {
	margin-bottom: 40px;
}


#content .catbox .box {
	margin-bottom: 20px;
	padding-bottom:13px;
	border-bottom:#D7CABD 1px dashed;
	overflow: hidden;
	/zoom: 1;
}


#content .catbox .box .image {
	float: left;
}

#content .catbox .box .image a{
	width: 200px;
	height: 50px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}


#content .catbox .box .text {
	margin-left: 220px;
}


#content .catbox .box dl dt{
	line-height:1.6;
}


#content .catbox .box dl dd{
	padding-right:20px;
}


#content .catbox .box .text dd{
	padding-right:10px;
}
/*-------------------------------------------------------------------
	.topics
-------------------------------------------------------------------*/

.topics {
	border: 1px solid #D7CABD;
	line-height: 1.6;
	overflow-y: scroll;
}


.topics dl.even {
	background: #EFEAE4;
}


#side .topics {
	height: 300px;
	font-size:1.4em;
}

#side .topics dl {
	padding: 4px 0 5px 13px;
}
