﻿@charset "UTF-8";

/* ページ全体 ------------------------------ */
* {
	font-family: Verdana, Osaka, "MS UI Gothic";
	font-size: small;
	margin: 0px;
	padding: 0px;
}
html {
	height: 100px;
}
body {
	color: #B3BFAC;
	line-height: 140%;
	margin: 0px;
	padding: 0px;
	height: 100%;
	text-align: center;
}
#MAIN {
	background-image: url(img/back.jpg);
	background-repeat: repeat-y;
	width: 682px;
	padding: 0px;
	margin: 0px auto;
	height: 100%;
	text-align: left;
}
body > #MAIN {
    height: auto;
}

/* ヘッダー部分 ------------------------------ */
#HEADER {
	background-image: url(img/head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 300px;
	width: 682px;
}
#HEADER h1 {
	font-size: medium;
	height: 20px;
	padding-top: 20px;
	padding-left: 15px;
	color: #132e05;
}

/* メニュー部分 ------------------------------ */
#MENU {
	margin: 0px 0px 0px 534px;
	padding: 7px 0px;
	width: 140px;
	height: 20px;
	top: 300px;
	position: absolute;
}
#MENU ul {
	list-style-type: none;
	height: 20px;
	width: 550px;
}
#MENU li {
	display: block;
	list-style-type: none;
	height: 32px;
	width: 125px;line-height:1em
}
#MENU li a {
	display: block;
	text-decoration: none;
	color: #B3BFAC;
	font-size: x-small;
	text-align: center;
}
#MENU li a:hover {
	color: #AAF080;
}
#MENU li.on a {
	color: #AAF080;
}

/* コンテンツ部分 ------------------------------ */
#CONTENTS {
	padding: 10px 0px 0px;
	height: 100%;
	min-height: 100%;
	width: 500px;
	margin: 0px 174px 0px 8px;
}
#CONTENTS h2 {
	font-weight: bold;
	background-image: url(img/h2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 20px;
	color: #347A0E;
	text-indent: 21px;
	margin-left: 5px;
}
#CONTENTS p {
	margin: 0px;
	padding: 5px 10px;
}
#CONTENTS a {
	color: #AAF080;
	text-decoration: none;
}
#CONTENTS a:hover {
	color: #B3BFAC;
}
#CONTENTS ol {
	margin-left: 35px;
}
#CONTENTS ul {
	margin-left: 25px;
}
#CONTENTS li a {
	color: #AAF080;
	text-decoration: none;
}
#CONTENTS li a:hover {
	color: #B3BFAC;
}
#CONTENTS dl {
	padding: 0px;
	margin: 0px 10px;
}
#CONTENTS dt {
	width: 460px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
}
#CONTENTS dd {
	padding: 0px;
	margin: 0px 5px 0px 10px;
}
.text {
	padding: 10px;
	margin: 0px;
}
ul.re{
	padding:0 5px 0px 0;
	list-style-type:none;
	text-align:right;
	margin-top: 10px;
}
ul.re li{
	list-style-type:none;
	display:inline;
	padding:0;
	margin: 0px;
}
#CONTENTS ul.re li a{
	text-decoration:none;
	font-size: x-small;
	color: #B3BFAC;
}

/* フッター部分 ------------------------------ */
#FOOTER {
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	width: 500px;
	height: 20px;
	margin-left: 8px;
}
#FOOTER ul {
	list-style-type: none;
	height: 20px;
}
#FOOTER li {
	font-size: x-small;
	display: inline;
}
#FOOTER li a {
	font-size: x-small;
	color: #AAF080;
	text-decoration: none;
}
#FOOTER li a:hover {
	color: #B3BFAC;
}
