﻿@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-position: 0px 0px;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
	height: 100%;
}
#MAIN {
	width: 765px;
	background-image: url(img/back.jpg);
	background-repeat: repeat-y;
	height: 100%;
	min-height: 100%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

/* ヘッダー部分 ------------------------------ */
#HEADER {
	margin: 0px 0px -25px;
	padding: 0px;
	background-image: url(img/head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 765px;
	height: 250px;
}
#HEADER h1 {
	font-size: medium;
	color: #440b00;
	position: absolute;
	z-index: 1;
	top: 0px;
	padding-top: 90px;
	padding-left: 15px;
}
.discription {
	width: 470px;
	padding-top: 95px;
	padding-right: 15px;
	padding-left: 15px;
}

/* メニュー部分 ------------------------------ */
#MENU {
	margin: 260px 0px 0px 540px;
	padding: 0px;
	position: absolute;
	z-index: 1;
	top: 10px;
	width: 260px;
}
#MENU ul {
	list-style-type: none;
	display: inline;
}
#MENU li {
	list-style-type: none;
	height: 20px;
	float: left;
	display: block;
	width: 250px;
	margin-bottom: 10px;
}
#MENU li a {
	display: block;
	text-decoration: none;
	color: #999999;
	font-size: x-small;
	background-image: url(img/footmark.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 25px;
	height: 20px;
}
#MENU li a:hover {
	color: #666666;
	background-image: url(img/footmark_on.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#MENU li.on a {
	background-image: url(img/footmark_on.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	color: #666666;
}

/* コンテンツ部分 ------------------------------ */
#CONTENTS {
	width: 500px;
	margin: 0px 0px 0px 2px;
	padding: 0px;
}
#CONTENTS h2 {
	font-weight: bold;
	text-indent: 10px;
	color: #440b00;
}
#CONTENTS p {
	margin: 0px;
	padding: 5px 10px;
}
#CONTENTS a {
	color: #8a1600;
	text-decoration: none;
}
#CONTENTS a:hover {
	color: #333333;
	border: none;
}
#CONTENTS ol {
	margin-left: 35px;
}
#CONTENTS ul {
	margin-left: 25px;
}
#CONTENTS li a {
	color: #8a1600;
	text-decoration: none;
}
#CONTENTS li a:hover {
	color: #333333;
	border: none;
}
#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;
	border: none;
	color: #999999;
}

/* フッター部分 ------------------------------ */
#FOOTER {
	text-align: center;
	width: 765px;
	background-image: url(img/bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px auto;
	padding: 20px 0px 0px;
	height: 20px;
}
#FOOTER ul {
	list-style-type: none;
}
#FOOTER li {
	font-size: x-small;
	display: inline;
}
#FOOTER li a {
	font-size: x-small;
	color: #8a1600;
	text-decoration: none;
}
#FOOTER li a:hover {
	color: #333333;
}
