@charset "utf-8";
@import url("common.css");

/*
	contents area
*/

#mainContents h2 {
	padding: 0 0 15px 0;
	font-size: 1.0em;
	font-weight: bold;
	color: #598C0D;
}


#mainContents table {
	border-left: solid 1px #9D9D9D;
	border-top: solid 1px #9D9D9D;
}

#mainContents table th {
	padding: 4px 5px;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	background-color: #F0F0F0;
	border-right: solid 1px #9D9D9D;
	border-bottom: solid 1px #9D9D9D;
}

#mainContents table td {
	width: 96px;
	padding: 4px 5px;
	text-align: right;
	vertical-align: top;
	font-weight: normal;
	border-right: solid 1px #9D9D9D;
	border-bottom: solid 1px #9D9D9D;
}

#mainContents table .th1 {
	width: 96px;
	background-color: #FFFFFF;
}


