﻿@charset "Shift_Jis";

/* ページ全体 */
* {
	font-family: Verdana, Osaka, "MS UI Gothic";
	font-size: small;
	margin: 0px;
	padding: 0px;
}
body {
	color: #666666;
	line-height: 140%;
	margin: 0px;
	padding: 0px;
	background-image: url(img/back.gif);
	background-repeat: repeat-y;
	background-position: 95px 0px;
}
#MAIN {
	padding: 0px;
	margin: 50px 50px 0px;
}

/* ヘッダー部分 */
#HEADER {
	margin: 0px 0px -320px;
	padding: 5px;
	width: 200px;
	height: 320px;
	background-image: url(img/head.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
#HEADER h1 {
	font-size: small;
	text-align: center;
	padding: 250px 0px 0px;
	width: 200px;
	color: #aaa;
}

/* メニュー部分 */
#MENU {
	margin: 0px;
	padding: 0px;
	width: 120px;
	float: left;
	position: absolute;
	z-index: 1;
	top: 390px;
	left: 95px;
}
#MENU ul {
	list-style-type: none;
}
#MENU li {
	list-style-type: none;
	display: block;
}
#MENU li a {
	height: 25px;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-size: x-small;
	width: 122px;
	text-align: center;
}
#MENU li a:hover {
	color: #5F8059;
	font-weight: bold;
}
#MENU li.on a {
	color: #5F8059;
	font-weight: bold;
}

/* コンテンツ部分 */
#CONTENTS {
	margin: 0px;
	padding: 0px 0px 0px 230px;
	clear: both;
}
#CONTENTS h2 {
	font-weight: bold;
	color: #79c06e;
	text-indent: 27px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	background-image: url(img/h2.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#CONTENTS p {
	margin: 0px;
	padding: 5px 10px;
}
#CONTENTS a {
	color: #79c06e;
	text-decoration: none;
}
#CONTENTS a:hover {
	color: #333333;
}
#CONTENTS ol {
	margin-left: 35px;
}
#CONTENTS ul {
	margin-left: 25px;
}
#CONTENTS li a {
	color: #79c06e;
	text-decoration: none;
}
#CONTENTS li a:hover {
	color: #333333;
}
#CONTENTS dl {
	padding: 0px;
	margin: 0px 10px;
}
#CONTENTS dt {
	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: #999999;
}
#CONTENTS ul.re li a:hover{
	border: none;
}

/* フッター部分 */
#FOOTER {
	text-align: center;
	clear: both;
	margin: 0px 0px 0px 230px;
	padding: 0px;
	height: 20px;
}
#FOOTER ul {
	list-style-type: none;
	font-size: x-small;
}
#FOOTER li {
	font-size: x-small;
	display: inline;
}
#FOOTER li a {
	font-size: x-small;
	color: #79c06e;
	text-decoration: none;
}
#FOOTER li a:hover {
	color: #333333;
}
