@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

#content h3.spa{
	margin-bottom: 15px;
}
/*-------------------------------------------------------------------
	.fir
-------------------------------------------------------------------*/
#content ul.fir{
	overflow:hidden;
	zoom:1;
	clear:both;
	margin-bottom: 14px;
}
#content ul.fir li{
	float:left;
	font-size:0.86em;
	margin: 0 42px 15px 0;
}
#content ul.fir.ev{
	margin-bottom: 30px;
}

/*-------------------------------------------------------------------
	#link
-------------------------------------------------------------------*/
#link h4 {
	margin-bottom: 15px;
	font-size: 1.15em;
	color: #F9F8EE;
	background:#000;
	font-size:1em;
	padding: 2px 0 0 10px;
	font-weight:normal;
}
#link{
	padding-bottom: 18px;
}
#link .catbox {
	margin-bottom: 32px;
}
#link .box {
	margin-bottom: 18px;
	overflow: hidden;
	/zoom: 1;
	padding-bottom:12px;
	border-bottom: 1px solid #DFDFDF;
}
#link .box .image {
	float: left;
	width: 200px;
	padding-top:4px;
	text-align: center;
}
#link .box .text {
	margin-left: 220px;
}
#link .box.noimg .text {
	margin-left: 0;
}
#link .box .text dd{
	margin: 3px 30px 0 0;
}




