@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
/*-------------------------------------------------------------------
	.section
-------------------------------------------------------------------*/
#content .section {
	margin-bottom: 34px;
}
#content .section .box {
	margin:-4px 0 12px;
	overflow: hidden;
	/zoom: 1;
}
#content .section .box ul {
	margin:0 0 14px 20px;
}
#content .section .box ul a {
    display: table-cell;
    height: 240px;
    text-align: center;
    vertical-align: middle;
    width: 240px;
}
#content .section .att {
	margin-top: 5px;
	font-size:0.95em;
	line-height:1.6;
}


/* --------------------------------------
	table
-------------------------------------- */
#content table th{
  width:150px;
  font-weight:normal;
  padding: 2px 9px 1px 9px;
}
#content table td{
  padding: 2px 9px 1px 9px;
}