@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
}
html{
	height: 100%;
}
body{
	height: 100%;
}

.clear {
	clear: both;
}
.green_b {
	font-weight: bold;
	color: #009933;
}
#base {
	margin-right: auto;
	margin-left: auto;
	width: 810px;
	background-image: url(../images/base.gif);
	background-repeat: repeat-y;
	background-position: center center;
}
body > #base{
height:auto;
}
#header {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#base h1 {
	background-image: url(../images/header.jpg);
	height: 50px;
	text-indent: -9999px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #009933;
}
#base h2 {
	background-image: url(../images/header_22.jpg);
	height: 156px;
	font-size: 1px;
	text-indent: -9999px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #009933;
}


#contents {
	font-size: 85%;
	line-height: 180%;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#right {
	width: 780px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
#base h3 {
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #009933;
	margin-bottom: 15px;
	text-indent: 5px;
	padding: 1px;
	margin-top: 10px;
}
#base h4 {
	text-indent: 8px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
	font-size: 1em;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #009933;
}
#base h5 {
	color: #7B5300;
	font-size: 1em;
}
.txt li {
	list-style-type: none;
	text-indent: 15px;
}
.txt {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
.txt table {
	width: 98%;
	background-color: #F0FAF1;
	font-size: 1em;
	margin-bottom: 15px;
}
.txt td {
	text-indent: 8px;
}
.txt th {
	background-color: #A6E1AD;
	width: 80px;
}
#footer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#for_con01 {
	background-color: #009933;
	color: #FFFFFF;
	text-align: center;
	font-size: 75%;
	padding: 3px;
	margin-bottom: 5px;
}
#fot_con02 {
	text-align: center;
	padding-bottom: 10px;
	font-size: 80%;
}
