﻿body {
	padding: 0px;
	margin: 0px;
	font-size: 62.5%;
	color: #666666;
	text-align: center;
	background-color: #97c758;
	font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", MSPゴシック, sans-serif;
}
* a img {
	border-style: none;
}
#wrapper {
	margin: 30px auto 0px auto;
	text-align: left;
	width: 900px;
	position: relative;
	height: 560px;
	background-color: #FFFFFF;
}
#iine {
	padding: 0px;
	margin: 0px;
	width: 50px;
	position: absolute;
	left: 0px;
	top: -25px;
}
#header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 250px;
	height: 560px;
	font-size: 1.2em;
	margin-bottom: 0px;
}
#header h1 {
	padding: 0px;
	margin: 0px;
	border-style: none;
	position: absolute;
	left: 10px;
	top: 440px;
	background-repeat: no-repeat;
	background-image: url('../image/logo.jpg');
	text-indent: -9999px;
	width: 200px;
	height: 37px;
	overflow: hidden;
	display: block;
}
#header h1 a {
	padding: 0px;
	margin: 0px;
	border-style: none;
	background-repeat: no-repeat;
	background-image: url('../image/logo.jpg');
	text-indent: -9999px;
	width: 200px;
	height: 37px;
	overflow: hidden;
	display: block;
}
#header p {
	position: absolute;
	top: 490px;
	left: 20px;
}
#navi {
	background-image: url('../image/menu-bgi.jpg');
	background-repeat: no-repeat;
	padding: 60px 25px 10px 25px;
	width: 200px;
	margin-top: 0px;
	height: 420px;
	margin-bottom: 0px;
}
#navi ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	line-height: 1.8em;
}
#navi li {
	padding: 0px;
	margin: 0px;
}
#navi a {
	margin: 0px;
	display: block;
	width: 150px;
	padding: 0px 20px 0px 20px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #808000;
	text-decoration: none;
	color: #666666;
}
#navi a:hover {
	color: #FF9900;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF9933;
}
#content {
	padding: 0px;
	margin: 0px 0px 0px 250px;
	height: 560px;
	overflow: auto;
	position: relative;
	width: 650px;
}
#content h3 {
	padding: 0px;
	margin: 0px 0px -10px 0px;
}
#footer {
	padding-top: 0px;
	margin-top: -10px;
}
#content-top {
	position: relative;
	height: 74px;
	width: 610px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	top: 10px;
	left: 20px;
}
#pankuzu {
	font-size: 1.2em;
	position: absolute;
	text-align: right;
	width: 200px;
	height: 20px;
	top: 10px;
	right: 20px;
}
#pankuzu a {
	text-decoration: none;
	color: #666666;
}
#pankuzu a:hover {
	color: #FF9900;
}

