@charset "Shift_Jis";

/*ページ全体*/
* {
	font-family: Verdana, Osaka, "MS UI Gothic";
	font-size: small;
	margin: 0px;
	padding: 0px;
}
body {
	color: #999999;
	line-height: 140%;
	background-color: #000000;
	height: 100%;
	background-image: url(img/back.gif);
	background-repeat: repeat-y;
	background-position: 30px 0px;
	margin: 0px;
	padding: 0px;
}
#MAIN {
	padding: 0px;
	margin: 0px 30px 0px 34px;
	height: 100%;
}

/* ヘッダー部分 */
#HEADER {
	margin: 0px 0px -380px;
	padding: 0px;
	background-image: url(img/head.jpg);
	background-repeat: no-repeat;
	background-position: 0px 50px;
	height: 400px;
	width: 200px;
}
#HEADER h1 {
	font-size: medium;
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 200px;
	color: #999999;
	position: absolute;
	z-index: 1;
	top: 360px;
}

/* メニュー部分 */
#MENU {
	margin: 0px;
	padding: 0px;
	width: 200px;
	position: absolute;
	z-index: 1;
	top: 400px;
	left: 34px;
}
#MENU ul {
	list-style-type: none;
}
#MENU li {
	list-style-type: none;
	height: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}
#MENU li a {
	display: block;
	text-decoration: none;
	font-size: x-small;
	text-align: center;
	color: #999999;
	font-weight: bold;
	height: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#MENU li a:hover {
	color: #848ad6;
	font-weight: bold;
}
#MENU li.on a {
	color: #848ad6;
	font-weight: bold;
}

/* コンテンツ部分 */
#CONTENTS {
	padding: 0px 0px 0px 220px;
	margin: 0px;
}
#CONTENTS h2 {
	font-weight: bold;
	text-indent: 35px;
	height: 25px;
	color: #848ad6;
	background-image: url(img/h2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5px;
}
#CONTENTS p {
	margin: 0px;
	padding: 5px 10px;
}
#CONTENTS a {
	color: #848ad6;
	text-decoration: none;
}
#CONTENTS a:hover {
	color: #666666;
	text-decoration: none;
}
#CONTENTS ol {
	margin-left: 35px;
}
#CONTENTS ul {
	margin-left: 25px;
}
#CONTENTS li a {
	color: #848ad6;
	text-decoration: none;
}
#CONTENTS li a:hover {
	color: #666666;
	text-decoration: none;
}
#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: 5px 10px 10px;
	margin: 0px 10px;
}
ul.re{
	list-style-type:none;
	text-align:right;
	margin-top: 10px;
	padding-right: 5px;
}
ul.re li {
	list-style-type:none;
	display:inline;
	padding:0;
	margin: 0px;
}
#CONTENTS ul.re li a {
    color:#666666;
	text-decoration:none;
	font-size: x-small;
}
#CONTENTS ul.re li a:hover {
    color:#666666;
	text-decoration:none;
	font-size: x-small;
	border : none; 
}

/* フッター部分 */
#FOOTER {
	text-align: center;
	clear: both;
	height: 20px;
	margin-left: 210px;
}
#FOOTER ul {
	list-style-type: none;
}
#FOOTER li {
	font-size: x-small;
	display: inline;
}
#FOOTER li a {
	font-size: x-small;
	color: #848ad6;
	text-decoration: none;
}
#FOOTER li a:hover {
	color: #666666;
}
