﻿body {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	background-image: url('img/bg.gif');
	background-repeat: repeat-x;

}

h1 {
	font-size: 12px;
	font-style: normal;
	color:#FFFFFF;
}

h2 {
	font-size: 14px;
	font-style: normal;
	color:#333333;
	width:700px;
	padding:0px;
	margin:0px;
}

h3 {
	font-size: 12px;
	font-style: normal;
	color:#333333;
	width:700px;
	padding:0px;
	margin:0px;
	background-image:url('img/h3_bg.gif');	
}

h4 {
	font-size: 12px;
	font-style: normal;
	color:#333333;
	width:700px;
	padding:0px;
	margin:0px;
}


dl{
	width:700px;
	padding: 0px;
	margin: 0px;

}
.SiteFormat {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;

}

.PageFormat {
	padding: 0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	text-align: center;
	width: 1004px;
	height: 100%;

}
.Top {
	background-image: url('img/TOP.jpg');
	padding: 0px;
	margin: 0px;
	width: 1004px;
	height: 300px;
}
.Home {
	padding: 0px;
	margin: 0px;
	width: 1004px;
	height: 47px;
}

.Menu {
	text-align: left;
	padding: 0px;
	margin: 0px;
	width: 200px;
	Height:100%;
	float: left;
	background-repeat: repeat-y;
	height: 100%;
	background-image: url('img/menubg.gif');
}
.TextFormat {
	text-align: left;
	padding: 0px;
	margin: 0px;
	width: 804px;
	float: left;
	background-color: #FFFFFF;
}
.FooterFormat{
	padding: 0px;
	margin: 0px;
	width: 1004px;
	height: 30px;
	clear: left;
}

/* TopPage */
/* News Area */
.News{
	margin: 0px auto 0px 0px;
	height: 200px;
	border: 1px #999999 solid;
	width:700px;
	overflow:scroll;
}

.newsdate {
	font-size: 12px;
	color: #007D28;
	font-weight: bold;
	padding: 5px;
}

.newstxt {
	font-size: 12px;
	color: #6E6E6E;
	padding: 5px;
	
}

.newshr {
	border-style: dotted none none none;
	border-top-width: 1px;
	border-top-color: #007D28;
	height: 1px; 
}

.bunner{
	margin-left: auto;
	margin-right: auto;
	width: 728px;
	height: 90px;

}

