@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: #ffffff;
background-attachment:fixed;
background-image:url(img/sora.jpg);
background-repeat:repeat-x;
background-position:top;}
#MAIN {
	padding: 0px;
	width: 502px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*ヘッダー部分*/
#HEADER {
	margin: 0px;
	padding: 0px;
	width: 500px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	background-image: url(img/head.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 100px;
	background-color: #FFFFFF;
}
#HEADER h1 {
	font-size: medium;
	color: #303030;
	padding: 40px 0px 0px;
	margin: 0px;
	text-align: center;
}

/*メニュー部分*/
#MENU {
	margin: 0px;
	padding: 0px;
	width: 500px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	height: 23px;
	background-color: #FFFFFF;
}
#MENU ul {
	list-style-type: none;
}
#MENU li {
	display: block;
	list-style-type: none;
	float: left;
}
#MENU li a {
	display: block;
	padding-top: 2px;
	padding-bottom: 3px;
	text-decoration: none;
	color: #c7c7c7;
	float: left;
	text-align: center;
	font-size: x-small;
	width: 100px;
	background-color: #303030;
}
#MENU li a:hover {
	color: #303030;
	background-color: #c7c7c7;
}
#MENU li.on a {
	color: #303030;
	background-color: #c7c7c7;
}

/*コンテンツ部分*/
#CONTENTS {
	width: 500px;
	background-image: url(img/cat.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	padding-top: 10px;
	background-color: #FFFFFF;
}
#CONTENTS h2 {
	font-weight: bold;
	width: 480px;
	text-indent: 20px;
	padding-top: 1px;
	padding-bottom: 2px;
	color: #303030;
	border-bottom: 1px dashed #333333;
	margin-right: 10px;
	margin-left: 10px;
	background-image: url(img/icon.gif);
	background-repeat: no-repeat;
	background-position: 2px;
}
#CONTENTS p {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}
#CONTENTS a {
	color: #a1a1a1;
	text-decoration: none;
}
#CONTENTS a:hover {
	color: #303030;
}
#CONTENTS ol {
	margin-left: 35px;
}
#CONTENTS ul {
	margin-left: 25px;
}
#CONTENTS li a {
	color: #a1a1a1;
	text-decoration: none;
}
#CONTENTS li a:hover {
	color: #303030;
}
#CONTENTS dl {
	margin-right: 10px;
	margin-left: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#CONTENTS dt {
	width: 460px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
}
#CONTENTS dd {
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.text {
	padding: 10px;
	margin: 0px;
}
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;
}

/*フッター部分*/
#FOOTER {
	text-align: center;
	width: auto;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #c7c7c7;
	background-color: #303030;
}
#FOOTER ul {
	list-style-type: none;
}
#FOOTER li {
	font-size: x-small;
	display: inline;
}
#FOOTER li a {
	font-size: x-small;
	color: #a1a1a1;
	text-decoration: none;
}
#FOOTER li a:hover {
	color: #c7c7c7;
}
