@charset "utf-8";

@import url(reset.css);
@import url(base.css);
@import url(common.css);

	
#content .box{
	margin-bottom:25px;
}

#content .box ul{
	zoom:1;
	overflow:hidden;
	margin-bottom:20px;
}

#content .box ul li{
	float:left;
	width:178px;
	padding:5px;
	border:#E8EAD4 solid 1px;
	background-color:#FBFBF0;
	margin-right:20px;
}

#content .box ul li.last{
	margin-right:0;
	}
	

#content table{
	margin-bottom:20px;
	}
	
#content th{
	width:148px;
	}
	
#content th,
#content td{
	padding:3px 11px 2px 9px;
	}
	
#content .box p{
	padding-top:7px;
}

#content td span{
	color:#CC5238;
}