@charset "shift_jis";


body{
	font-size:80%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #000000;
	margin: 0px;
	padding: 0px;
}
a {
	color: #003333;
	text-decoration: none;
}
a:visited {
	color: #003333;
}
a:hover {
	color: #669900;
}
img{
	border:none;
}
h1,h2,h3,p,ul{
	margin: 0px;
	padding: 0px;
}

.bold {
	font-weight: bold;/*fontstyle*/
}
.small {
	font-size: 85%;/*fontstyle*/
}
.clear{
	clear: both;
	}


#wrapper {
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 800px;
}
#hedder {
	height: 69px;
	width: 800px;
	position: relative;
 	padding-bottom: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #3D6B44;
}
#hedder h1 {
	height: 69px;
	width: 304px;
	position: absolute;
	left: 0px;
}
#hedder #menus {
	width: 120px;
	position: absolute;
	top: 50px;
	left:675px;
}
#menus ul {
	width: 100px;
	list-style-type: none;
}
#menus li {
	background-image: url(../images/icon/sankaku.gif);
	background-repeat: no-repeat;
	background-position: left;
	display: inline;
	padding-left: 13px;
}

#navigation {
	width: 800px;
}


#navigation ul {
	width: 756px;
	list-style-type: none;
	margin: 0 auto;
}
#navigation li {
	float: left;
	width: 126px;
	height: 30px;
}
#content {
	width: 800px;
	position: relative;
	margin-top: 25px;
}
#content #news {
	position: absolute;
	height: 200px;
	width: 190px;
	left: 35px;
	top: 310px;
	background-image: url(../images/background/news_back.jpg);
	background-repeat: repeat-x;
	overflow: auto;
	background-color: #9BB26C;
	scrollbar-base-color: #FFFFFF;
}
#news ul {
	text-align: left;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	list-style-type: none;
}
#news li {
	padding-bottom: 10px;
	font-size:10px;
}

#news .index {
	color: #003300;
	padding-top: 10px;
	padding-left: 10px;
	text-align: left;
	font-size: 16px;
	font-weight:bold;
}
#news a {
	color: #003366;
}

#content #flash {
	height: 510px;
	width: 510px;
	margin-left/**/: 260px;
	_margin-left: 236px;
}

#footter {
	color: #FFFFFF;
	background-color: #02400D;
	width: 794px;
	height: 40px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-top: 15px;
	font-size: 10px;
	line-height: 1.3em;
}
#footter .f_left {
	float: left;
}
#footter .f_right {
	float: right;
	padding-right: 5px;
	padding-top: 27px;
}

#footter a{
	color: #FFFFFF;
}
#footter a:hover{
	color: #FFFF00;
}
