@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

#content table {
width:100%;
margin:4px 0 20px 0;
}
#content table th{
	background-color:#F2FAFD;
	width:159px;
	text-align: left;
}
#content table td,#content table th{
border:1px solid #CCCCCC;
font-weight:normal;
padding: 4px 0 2px 10px;
}
.second{
margin-top:1px;
}
.second p {
	margin-bottom:21px;
	font-size:0.8em;
}
.second p.last {
	margin-bottom:26px;
}