@charset "Shift_Jis";

/* ページ全体 ------------------------------ */
* {
	font-family: Verdana, Osaka, "MS UI Gothic";
	font-size: small;
	margin: 0px;
	padding: 0px;
}
body {
	color: #666666;
	line-height: 140%;
	background-image: url(img/back.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
#MAIN {
	padding: 0px;
	margin: 0px;
	width: 750px;
	height: auto;
}

/* ヘッダー部分 ------------------------------ */
#HEADER {
	width: 550px;
	height: 272px;
	background-image: url(img/head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: -122px;
}
#HEADER h1 {
	font-size: medium;
	padding: 65px 0px 0px 240px;
	text-align: center;
	margin: 0px;
	width: 500px;
	color: #888888;
}

/* メニュー部分 ------------------------------ */
#MENU {
	width: 200px;
	position: absolute;
	z-index: 1;
	top: 287px;
	left: 0px;
	margin-left: 36px;
	background-image: url(img/bg_menu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
}
#MENU ul {
	list-style-type: none;
}
#MENU li {
	display: block;
	list-style-type: none;
	width: 150px;
	height: 48px;
	background-image: url(img/bg_menu.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#MENU li a {
	text-decoration: none;
	color: #888888;
	font-size: x-small;
	display: block;
	text-align: center;
}
#MENU li a:hover {
	color: #FF6685;
	font-weight: bold;
}
#MENU li.on a {
	color: #FF6685;
	font-weight: bold;
}

/* コンテンツ部分 ------------------------------ */
#CONTENTS {
	width: 500px;
	margin: 0px 0px 0px 240px;
	clear: both;
	padding: 0px;
	height: 100%;
}
#CONTENTS h2 {
	font-weight: bold;
	text-indent: 23px;
	width: 550px;
	height: 20px;
	padding: 0px;
	color: #888888;
	background-image: url(img/h2.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#CONTENTS p {
	margin: 0px;
	padding: 5px 10px;
}
#CONTENTS a {
	color: #FF6685;
	text-decoration: none;
}
#CONTENTS a:hover {
	color: #333333;
}
#CONTENTS ol {
	margin-left: 35px;
}
#CONTENTS ul {
	margin-left: 25px;
}
#CONTENTS li a {
	color: #FF6685;
	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{
    color:#999999;
	text-decoration:none;
	font-size: x-small;
}

/* フッター部分 ------------------------------ */
#FOOTER {
	text-align: center;
	clear: both;
	height: 20px;
	margin: 0px 0px 0px 240px;
	padding: 5px 0px;
	width: 500px;
}
#FOOTER ul {
	list-style-type: none;
}
#FOOTER li {
	font-size: x-small;
	display: inline;
}
#FOOTER li a {
	font-size: x-small;
	color: #FF6685;
	text-decoration: none;
}
#FOOTER li a:hover {
	color: #333333;
}
