@charset "utf-8";
/* CSS Document */
html {
	overflow-y: scroll;
	}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #D7D7D7;
}
p {
	margin: 0;
	padding-bottom: 20px;
}
#content ul {
 	margin: 0;
	padding: 0 0 20px 20px;
	text-align: left;
	list-style: none;	
}
#content ul li {
	list-style-image: url(../images/listdot-red.gif);
}
#content ul li ul {
 	margin: 0;
	padding: 0 0 0 38px;
}
#content ul li ul li {
	list-style-image: url(../images/listdot-grey.gif);
}
table tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
}
a:link {
	color: #063;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #063;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #063;
	text-decoration: none;
	font-weight: bold;
}
#mainnavi ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#mainnavi li {
	list-style: none;
	padding: 0;
	margin: 0;
}
#mainnavi li a {
	display: block;
	line-height: 26px;
	font-size: 14px;
	margin-bottom: 1px;
	text-align: right;
	padding-right: 25px;
	text-decoration: none;
	letter-spacing: 1px;
	background-color:#7B8759;
	color: #FFF;
	font-weight: normal;
}
#mainnavi li a:hover {
	background-color:#97A374;
	color: #FFF;
	border-left: 1px solid #174c2e;
	font-weight: normal;
}
#mainnavi li a.activ, #mainnavi li a:visited.activ, #mainnavi li a:active.activ {
	background-color:#97A374;
	color: #FFF;
	border-left: 1px solid #174c2e;
	font-weight: normal;
}
#subnavi {
	position: absolute;
	left: 410px;
	top: 163px;
	width: 495px;
	height: 23px;
	line-height: 23px;
	overflow: hidden;
	z-index: 1;
}
#subnavi a.activ, #subnavi a:visited.activ, #subnavi a:active.activ {
	color: #000;
	text-decoration: underline;
}
#wrapper {
	position: relative;
	width: 950px;
	margin: auto;
	background-image: url(../images/content.jpg);
}
#header {
	width: 950px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}
#footer {
	width: 950px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#content {
	padding-top: 210px;
	padding-bottom: 10px;
	margin-left: 410px;
	width: 495px;
	/**/text-align: justify;
	line-height: 18px;
}
#footercontent {
	width: 905px;
	height: 70px;
}
#mainnavi {
	position:absolute;
	left:76px;
	top:330px;
	width:307px;
	z-index:1;
}
#footernaviimpress {
	margin-top: 5px;
	margin-left: 77px;
	width: 305px;
	text-align: center;
	color: #FFF;
}
#footernaviimpress a {
	color: #CCC;
	font-weight: normal;
}
#footernaviimpress a:visited {
	color: #CCC;
	font-weight: normal;
}
#footernaviimpress a:hover {
	color: #FFF;
	font-weight: normal;
}
#footernaviimpress a:active {
	color: #CCC;
	font-weight: normal;
}
h1#maintitle {
	position:absolute;
	left:383px;
	top:126px;
	margin: 0;
	height:34px;
	padding-left: 27px;
	padding-right: 27px;
	line-height: 34px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	background-color: #7B8759;
	color: #FFF;
	z-index:1;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding-top: 0;
	padding-bottom: 12px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding-top: 15px;
	padding-bottom: 12px;
}
.clearall {
	clear: both;
}
.clearall24 {
	clear: both;
	height: 24px;
}
.clearall15 {
 	clear: both;
	height: 15px;
}
