@charset "Shift_Jis";

/*ページ全体*/
* {
	font-family: Verdana, Osaka, "MS UI Gothic";
	font-size: small;
	margin: 0px;
	padding: 0px;
}
body {
	color: #666666;
	line-height: 140%;
	background-color: #808080;
	background-image: url(img/slash.gif);
	background-repeat: repeat;
}
#MAIN {
	width: 470px;
	padding: 0px;
	margin: 0px auto;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
	background-color: #FFFFFF;
}

/*ヘッダー部分*/
#HEADER {
	margin: 0px;
	padding: 0px;
	width: 470px;
	background-image: url(img/head.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 310px;
	float: left;
}
#HEADER h1 {
	padding-top: 20px;
	padding-left: 20px;
	font-size: medium;
	color: #FFFFFF;
}

/*メニュー部分*/
#MENU {
	margin: 0px 10px 15px;
	padding: 0px;
	width: 450px;
	height: 20px;
	clear: both;
}
#MENU ul {
	list-style-type: none;
}
#MENU li {
	display: block;
	list-style-type: none;
	float: left;
	width: 90px;
}
#MENU li a {
	display: block;
	width: 90px;
	text-decoration: none;
	color: #FFFFFF;
	float: left;
	font-size: x-small;
	text-align: center;
	height: 20px;
	background-color: #333333;
}
#MENU li a:hover {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #4B4B4B;
}
#MENU li.on a {
	color: #FFFFFF;
	font-weight: bold;
	float: left;
	background-color: #4b4b4b;
}

/*コンテンツ部分*/
#CONTENTS {
	width: 450px;
	margin: 0px;
	padding: 0px 0px 5px;
	clear: both;
}
#CONTENTS h2 {
	font-weight: bold;
	width: 450px;
	color: #333333;
	margin-right: 10px;
	margin-left: 10px;
	text-indent: 18px;
	height: 20px;
	background-image: url(img/h2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #333333;
}
#CONTENTS p {
	margin: 0px;
	padding: 5px 10px;
}
#CONTENTS a {
	color: #333333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
}
#CONTENTS a:hover {
	border: none;
}
#CONTENTS ol {
	margin-left: 35px;
}
#CONTENTS ul {
	margin-left: 25px;
}
#CONTENTS li a {
	color: #333333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
}
#CONTENTS li a:hover {
	border: none;
}
#CONTENTS dl {
	padding: 0px;
	margin: 0px 10px;
}
#CONTENTS dt {
	width: 360px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
}
#CONTENTS dd {
	padding: 0px;
	margin: 0px 5px 0px 10px;
}
.text {
	padding: 10px;
	margin: 0px;
	width: 450px;
}
ul.re{
	padding:0 5px 0px 0;
	list-style-type:none;
	text-align:right;
}
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;
}
#CONTENTS ul.re li a:hover {
	border: none;
}

/*フッター部分*/
#FOOTER {
	text-align: center;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #333333;
	width: 450px;
	margin-right: 10px;
	margin-left: 10px;
	clear: both;
	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: #333333;
	text-decoration: none;
	border: none;
}
#FOOTER li a:hover {
	color: #333333;
}
