@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.gif);
	background-repeat: repeat-x;
	text-align: center;
}
#MAIN {
	padding: 0px;
	margin: 63px auto 0px;
	width: 750px;
	height: auto;
	top: 0px;
	text-align: left;
}

/* ヘッダー部分 ------------------------------ */
#HEADER {
	margin: 0px 0px 0px 200px;
	padding: 9px;
	width: 530px;
	height: 145px;
	background-image: url(img/head.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
#HEADER h1 {
	font-size: small;
	width: 180px;
	position: absolute;
	z-index: 1;
	top: 75px;
	left:120px
}

/* メニュー部分 ------------------------------ */
#MENU {
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 1;
	top: 157px;
	width: 200px;
}
#MENU ul {
	list-style-type: none;
}
#MENU li {
	display: block;
	list-style-type: none;
	float: left;
	height: 20px;
	margin-bottom: 10px;
	width: 195px;
	margin-left: 5px;
}
#MENU li a {
	text-decoration: none;
	color: #999999;
	font-size: x-small;
	width: 195px;
	height: 17px;
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(img/menu_back.gif);
	padding-top: 3px;
	padding-left: 60px;
}
#MENU li a:hover {
	font-weight: bold;
	background-image: url(img/menu_on.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#MENU li.on a {
	font-weight: bold;
	background-image: url(img/menu_on.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

/* IE6.0と7.0のためのCSSハック ------------------------------ */ 
* html body #MENU {
	margin: 0px 0px 0px -200px;
	padding: 0px;
	position: absolute;
	z-index: 1;
	top: 157px;
	width: 200px;
}
*+html body #MENU {
	margin: 0px 0px 0px -200px;
	padding: 0px;
	position: absolute;
	z-index: 1;
	top: 157px;
	width: 200px;
}

/* コンテンツ部分 ------------------------------ */
#CONTENTS {
	width: 550px;
	margin: 0px 0px 0px 200px;
	clear: both;
	padding: 15px 0px 0px;
}
#CONTENTS h2 {
	font-weight: bold;
	text-indent: 13px;
	width: 550px;
	height: 20px;
	color: #b6d01c;
	background-image: url(img/h2.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#CONTENTS p {
	margin: 0px;
	padding: 5px 10px;
}
#CONTENTS a {
	color: #999999;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
#CONTENTS a:hover {
	color: #333333;
	border: none;
}
#CONTENTS ol {
	margin-left: 35px;
}
#CONTENTS ul {
	margin-left: 25px;
}
#CONTENTS li a {
	color: #999999;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
#CONTENTS li a:hover {
	color: #333333;
	border: 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: 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;
	border: none;
}

/* フッター部分 ------------------------------ */
#FOOTER {
	text-align: center;
	clear: both;
	height: 20px;
	margin: 0px 0px 0px 200px;
	padding: 5px 0px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
	width: 550px;
}
#FOOTER ul {
	list-style-type: none;
}
#FOOTER li {
	font-size: x-small;
	display: inline;
}
#FOOTER li a {
	font-size: x-small;
	color: #999999;
	text-decoration: none;
	border: none;
}
#FOOTER li a:hover {
	color: #333333;
}
 
