@charset "utf-8";
 @import url(reset.css);
@import url(base.css);
@import url(common.css);
#content .first {
	overflow:hidden;
	zoom:1;
	margin-bottom:30px;
}
#content .first div{
margin-right:22px;
	
}
#content .first p{
margin:-4px 0 25px 0;
}

#content .second {
	overflow: hidden;
	zoom: 1;
	margin-bottom: 10px;
}
#content .second dl {
	float: left;
	width: 290px;
	margin:0 20px 13px 0;
}
#content .second dl.last {
	margin-right: 0;
}
#content .second dl dt {
	margin: 5px 0 13px 0;
	color:#333333;
}

#content .second h2{
	margin-bottom: 11px;
	line-height: 1;
	font-size:1.3em;
	font-weight:bold;
	color:#090;
	padding: 10px 0 4px 4px;
	border-top:#CCC dotted 1px;
}

#content .second strong {
	color:#F60;
}