@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
/*-------------------------------------------------------------------
	.section
-------------------------------------------------------------------*/
#content .section {
	margin:17px 0 40px;
}
#content .mt20 {
	margin-top:20px;
}
#content .section .box {
	margin-bottom: 12px;
	overflow: hidden;
 /zoom: 1;
}
#content .section .imgright {
	margin-bottom:20px;
}

#content .section .imgright p{
	margin-right:220px;
}

#content .section .imgleft {
	margin-bottom: 20px;
}

#content .section .imgleft  p{
	margin-left:220px;
}

#content .section .imgleft  p.blank ,#content .section .imgright  p.blank{
	margin-left:0px;
	margin-right:0px;
}


#content .section .box ul li {
	padding-top:3px;
	margin-bottom:10px;
}
#content .section .box ul a {
	border: 1px solid #B7CADB;
	display: table-cell;
	height:200px;
	text-align: center;
	vertical-align: middle;
	width: 200px;
}
#content .section .att {
	margin-top: 5px;
}
/* --------------------------------------
	table
-------------------------------------- */
#content table th {
	width:169px;
	font-weight:normal;
	padding:2px 0 1px 9px;
}
#content table td {
	padding: 2px 0 1px 9px;
}
