@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
.box {
	margin-bottom:20px
}
.box ul {
	margin-bottom:5px;
}
.box ul li a {
	border: 1px solid #CCCCCC;
	width: 198px;
	height: 198px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}


#content table th {
	background: #FFFFFF;
	font-weight: normal;
	text-align: left;
	width:436px;
}
#content table td {
	background: #E9E9E9;
	text-align:right;
}