body {
	background-color: #EEF8EA;
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	color: #000000;
	margin: 0.5em;
}

a:link {
	color: #74B95F;
}

a:hover {
	color: #B7DCAA;
}

a:visited {
	color: #B4AE94;
}

a:visited:hover {
	color: #DBD8C7;
}

#contain {
	position: relative;
	margin: 0 auto;
	width: 819px;
}

#head {
	float: left;
	clear: both;
	width: 100%;
	height: 130px;
	margin: 0;
}

#headL {
	float: left;
	margin: 0;
	width: 819px;
	height: 130px;
	background-image: url(images/head.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#body {
	float: left;
	clear: both;
	margin: 0 auto;
	width: 100%;
	background-image: url(images/contentBG.png);
	background-repeat: repeat-y;
	background-position: top;
	position: relative;
}

#menuContain {
	float: left;
	margin-left: 14px;
	width: 150px;
	min-height: 250px;
	background-image: url(images/menuBG.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 40px;
	position: relative;
}

#menu {
	position: relative;
	display: block;
	margin-top: 1em;
	z-index: 100;
}

#content {
	float: left;
	margin: 12px;
	width: 626px;
	font-size: small;
	position: relative;
}

#footer {
	clear: both;
	margin: 0 auto;
	width: 100%;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#footertext {
	margin-right: 12px;
	padding-bottom: 10px;
	font-size: x-small;
	color: #999999;
	text-align: right;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu li {
margin: 0;
padding: 0;
	position: relative;
	display: block;
	font-size: larger;
	font-weight: normal;
	margin-left: 0;
	margin-bottom: 0.6em;
}

#menu li a:link,
#menu li a:visited {
	text-decoration: none;
	color: #000000;
	padding-left: 20px;
}

#menu li a:hover,
#menu li a:visited:hover {
	text-decoration: none;
	color: #539540;
	padding-left: 20px;
	background-image: url(images/hover.gif);
	background-repeat: repeat-y;
	background-position: left;
}

h1 {
	display: block;
	font-size: x-large;
	font-weight: normal;
	color: #74B95F;
	margin: 0px;
}

h2 {
	display: block;
	font-size: larger;
	font-weight: bold;
	color: #74B95F;
	margin: 0px;
}

h3 {
	display: block;
	font-size: medium;
	font-weight: bold;
	color: #74B95F;
	margin: 0px;
}

h4,
h5,
h6 {
	display: block;
	font-size: small;
	font-weight: bold;
	color: #000000;
	margin: 0px;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

p {
	margin: 0px;
}
