@charset "Shift_Jis";

/* ページ全体 ------------------------------ */
* {
	font-family: Verdana, Osaka, "MS UI Gothic";
	font-size: small;
	margin: 0px;
	padding: 0px;
}
body {
	color: #666666;
	line-height: 140%;
	margin: 0px;
	padding: 0px;
	background-image : url(topline.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	text-align: center;
	font-size: small;
}
#MAIN {
	padding: 0px;
	width: 700px;
	margin: 0px auto;
	text-align: left;
	font-size: small;
}

/* ヘッダー部分 ------------------------------ */
#HEADER {
	margin: 0px;
	padding: 0px;
	font-size: small;
}
#HEADER h1 {
	font-size: medium;
	padding: 20px 0px 0px;
	margin: 0px;
	text-align: left;
	font-size: small;
}

/* メニュー部分 ------------------------------ */
#MENU {
	margin: 45px 0px 0px 60px;
	padding: 0px;
font-size: small;	
text-align: center;
	position: relative;
}
#MENU #MENU01 {
	background-image : url(m1.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 130px;
	width: 100px;
font-size: small;
}
#MENU #MENU02 {
	background-image : url(m2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 130px;
	width: 100px;
font-size: small;
}
#MENU #MENU03 {
	background-image : url(m3.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 130px;
	width: 100px;
font-size: small;
}
#MENU #MENU04 {
	background-image : url(m4.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 130px;
	width: 100px;
font-size: small;
}
#MENU #MENU05 {
	background-image : url(m5.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 130px;
	width: 100px;
font-size: small;
}
#MENU ul {
	list-style-type: none;
}
#MENU li {
	display: block;
	list-style-type: none;
	float: left;
	text-align: center;
	margin-right: 20px;
font-size: small;}
#MENU li a {
	display: block;
	text-decoration: none;
	color: #666666;
	text-align: center;
	font-size: x-small;
	height: 20px;
	width: 100px;
	float: left;
	padding-top: 105px;
}
#MENU li a:hover {
	color: #666666;
	background-image: none;
	font-weight: bold;
font-size: x-small;
}
#MENU li.on a {
	font-weight: bold;
font-size: x-small;
}

/* コンテンツ部分 ------------------------------ */
#CONTENTS {
	width: 700px;
	clear: both;
}
#CONTENTS h2 {
	font-weight: bold;
	text-indent: 27px;
	color: #c0919f;
	height: 20px;
	background-image : url(h2.gif);
	background-repeat: no-repeat;
	background-position: left center;
font-size: small;
}
#CONTENTS p {
	margin: 0px;
	padding: 5px 10px;
font-size: small;
}
#CONTENTS a {
	color: #88CABE;
	text-decoration: none;
font-size: small;
}
#CONTENTS a:hover {
	color: #333333;
font-size: small;
}
#CONTENTS ol {
	padding: 0px;
	margin: 0px 0px 0px 35px;
font-size: small;
}
#CONTENTS ul {
	padding: 0px;
	margin: 0px 0px 0px 25px;
font-size: small;
}
#CONTENTS li a {
	color: #88CABE;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
font-size: small;
}
#CONTENTS li a:hover {
	color: #333333;
font-size: small;
}
#CONTENTS dl {
	padding: 0px;
	margin: 0px 10px;
font-size: small;
}
#CONTENTS dt {
	width: 460px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	font-size: small;
}
#CONTENTS dd {
	padding: 0px;
	margin: 0px 5px 0px 10px;
	font-size: small;
}
.text {
	padding: 10px;
	margin: 0px;
	font-size: small;
}
ul.re{
	padding:0 5px 0px 0;
	list-style-type:none;
	text-align:right;
	font-size: small;
}
ul.re li{
	list-style-type:none;
	display:inline;
	padding:0;
	margin: 0px;
	font-size: small;
}
#CONTENTS ul.re li a {
	text-decoration:none;
	font-size: x-small;
	color: #999999;
}

/* フッター部分 ------------------------------ */
#FOOTER {
	background-image : url(bottomline.gif);
	background-repeat: repeat-x;
	text-align: center;
	width: 100%;
	background-position: left top;
	padding-top: 15px;
	padding-bottom: 10px;
	font-size: small;}
#FOOTER ul {
	list-style-type: none;
	font-size: small;}
#FOOTER li {
	font-size: x-small;
	display: inline;
}
#FOOTER li a {
	font-size: x-small;
	color: #88CABE;
	text-decoration: none;
}
#FOOTER li a:hover {
	color: #333333;
	font-size: x-small;
}

/* CSSハック ------------------------------ */
html>/**/body #CONTENTS {
	width: 700px;
	clear: both;
	padding-top: 35px;
	font-size: x-small;
}
