.header {
	background-color: #598527;
	height: 80px;
	width: 780px;
	padding-top: 5px;
	float: none;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	padding-right: 10px;
}
.header img {
	float: left;
}
.header a:link {
	color: #FFFFFF;
}
.header a:visited {
	color: #FFFFFF;
}
.header a:hover {
	color: #FFF799;
}
.header a:active {
	color: #FFF799;
}

h1 {
	font-size: 10px;
	height: 10px;
	width: 780px;
	margin: 0px;


}
.h1text {
	height: 10px;
	width: 780px;
}
.contents {
	width: 780px;
	padding-bottom: 10px;
	font-size: 12px;


}
.menu {
	float: left;
	width: 200px;
	font-size: 12px;
	margin-top: 10px;
	padding-bottom: 10px;
}

.menu a:link {
	color: #000000;
}
.menu a:visited {
	color: #000000;
}
.menu a:hover {
	color: #FF0000;
	background-color: #FFFFFF;
}
.menu a:active {
	color: #FF0000;
}
.menu ul{
	list-style-image: url(./images/menu_icon.jpg);
	list-style-type: circle;
	margin-left: 15px;
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	padding-left: 18px;
	line-height: 22px;
	background-color: #F8FAE8;
	border: 1px solid #669933;
	margin-right: 10px;
	background-image: url(images/menu_t.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 23px;
	padding-bottom: 16px;

}

.submenu {
	margin-left: 15px;
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	/*padding-left: 18px;*/
	line-height: 22px;
}

.main {
	float: right;
	width: 580px;
	padding-top: 10px;
}
.mainImg {
	background-color: #00CC00;
	width: 580px;
}
.newitems {
	width: 580px;
	font-size: 12px;
	min-height: 1em;
	display: inline-table;

}
.newitems:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;

}

.topics {
	line-height: 18px;
	background-color: #FFFF66;
	border: 5px solid #197B30;
	width: 580px;
	padding: 1em;
	font-size: 12px;
}

.topics ul{
	list-style-type: square;
	margin: 0px 0px 0px 10px;

}
.footer {
	clear: both;
	font-size: 12px;
	height: 45px;
	width: 780px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006600;
	padding-top: 5px;

}

.footer a {
	text-decoration: none;
}
.footer a:link {
	color: #000000;
}
.footer a:visited {
	color: #000000;
}
.footer a:hover {
	color: #FF0000;
	background-color: #F8FAE8;
}
.footer a:active {
	color: #FF0000;
}

.copyright {
	font-size: 10px;
	text-align: right;
}
.tpdate {
	font-size: 8px;
	float: right;
}

.subTitle {
	background-image: url(images/subtitle_bk.jpg);
	background-color: #009900;
	height: 20px;
	width: 580px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFF00;
	padding-top: 4px;
	padding-left: 25px;
	vertical-align: middle;
}

.hmenu {
	font-size: 10px;
	background-color: #58A82F;
	color: #FFFFFF;
	text-align: right;
	padding-right: 5px;
	height: 18px;
	width: 425px;
	padding-top: 2px;
}

.hmenu a:link {
	color: #FFFFFF;
}
.hmenu a:visited {
	color: #FFFFFF;
}
.hmenu a:hover {
	color: #FFF799;
}
.hmenu a:active {
	color: #FFF799;
}
h2 {
	font-size: 12px;
	height: 16px;
	width: 580px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #669933;
	border-left-color: #669933;
}
.tbl {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006600;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #006600;
}
.tbl td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006600;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #006600;
	font-size: 12px;
}


