@charset "utf-8";

#headerSubMenu {
	background-color: #9C0;
}

#headerSubMenu ul li a:link {
	color: #FFF;
}

#headerSubMenu ul li a:visited {
	color: #FFF;
}

#headerSubMenu ul li a:hover {
	color: #FF0;
}

#headerSubMenu ul li a:active {
	color: #FFF;
}

#mainContent {
	float: right;
	width: 730px;
}

h1 {
	margin-bottom: 20px;
}
h2 {
	font-size: 90%;
	line-height: 180%;
	color: #333;
	font-weight: normal;
	margin-bottom: 30px;
	margin-left: 10px;
}


h3 {
	clear: both;
	margin: 0px;
	padding: 0px;
}
.mainText {

}
.attentionText {
	margin-bottom: 40px;
}

.docText {
	font-size: 90%;
	margin-left: 23px;
	font-weight: bold;
	margin-bottom: 18px;
}
.docJimushoLead {
	font-weight: bold;
	color: #660;
	font-size: 110%;
}
.docJimushoText {
	margin-left: 75px;
	font-size: 75%;
	line-height: 180%;
}
.docLead {
	margin-bottom: 16px;
}
.docSubLead {
	font-size: 90%;
	font-weight: bold;
	margin-bottom: 3px;
	margin-left: 5px;
}
table {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
	margin-bottom: 15px;
}
table tr td {
	font-size: 75%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	line-height: 200%;
	vertical-align: top;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.backGreen {
	background-color: #E7F0B9;
}
.backGray {
	background-color: #EEE;
}
.backOrange {
	background-color: #FC9;
}

.width230 {
	width: 230px;
}
.width110 {
	width: 110px;
}
.width25 {
	width: 25px;
}
.width312 {
	width: 312px;
}

.totalText {
	font-weight: bold;
	font-size: 140%;
}
.number {
	font-size: 90%;
}
.greeLine {
	margin-bottom: 16px;
}

.laergeText {
	font-size: 120%;
}
.GrayArea {
	background-color: #F9F9EE;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 80px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}
.vAlignCenter {
	vertical-align: middle;
}
