/* ページレイアウト */
*{
	margin:0;
	padding:0;
	border:none;
	line-height:150%;
}

body {
	width : 100%;
	background-color: #FFFFFF;
	color: #333333;
}
#body {
	margin : 0 auto;
	width : 760px;
	background-image: url(../img/site_bg.gif);
	background-repeat: repeat-y;
}
#header {
	width : 750px;
	background-color: #FFFFFF;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-left: 5px;
	height: 82px;
}
#header h1 {
	float: left;
}
#header div {
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	padding: 3px 10px 0px 0px;
}
#main {
	font-size: 12px;
	width: 100%;
	clear: both;
	margin: 1px 0px 40px;
}
#navigation {
	float : left;
	width : 750px;
	padding: 0px 5px;
}
#contents {
	text-align: center;
	width: 100%;
}
#footer {
	width : 100%;
	clear : both;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	background-color: #017603;
	background-image: url(../img/footer_bg.jpg);
	background-repeat: no-repeat;
	padding: 4px 0px 11px;
	color: #FFFFFF;
}
.clear {
	clear: both;
}


/* リンク */
#body a {
	text-decoration: none;
}
a:link { color: #008200; } 
a:visited { color: #006600; } 
a:hover { color: #00AE00; } 
a:active { color: #00AE00; }

#footer a {
	color: #FFFFFF;
}
/*#footer a:visited { color: #FFFFFF; } 
#footer a:hover { color: #FFFFFF; } 
#footer a:active { color: #FFFFFF; }*/


/* サイドメニュー */
.sidemenu {
	margin: 0;
	padding :0;
	list-style-type : none;
	width:100%;
	font-size:12px;
}
.sidemenu li{
	display : inline;
	padding :0;
	margin:0px;
	float: left;
}
.sidemenu .menu a {
	text-align: center;
	padding:5px 0px;
	width:125px;
	height: 20px;
	display:block;
	background-color: #007500;
	color: #E6ECDB;
	background-image: url(../img/menu_bg.gif);
}
.sidemenu .menu a:hover{
	background-image: url(../img/menu_on.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
}


/* フォント */
h1,h2,h3,h4,h5 {
	padding:0;
	margin:0;
	font-weight:normal;
	font-size:12px;
}
#font_10px{
	font-size:10px;
}
#font_12px{
	font-size:12px;
}
#font_14px{
	font-size:14px;
}
#font_16px{
	font-size:16px;
}
#font_18px{
	font-size:18px;
}
#font_red {color: #CC0000}


/* コピーライト */
.copy_right {
	font-size: 11px;
	text-align: right;
	padding: 3px;
	width: 99%;
	background-color: #FFFFFF;
}
.copy_right a {
	color: #333333;
	text-decoration: none;
}
.copy_right a:visited { color: #333333; } 
.copy_right a:hover { color: #333333; } 
.copy_right a:active { color: #333333; }

#map {
	margin:0 auto;
	width: 500px;
	height: 350px;
}