@charset "Shift_Jis";

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






/* ヘッダー部分 ------------------------------ */




#HEADER {
	margin: 0px;
	padding: 0px;
	width: 730px;
	height: 125px;
	background-image: url(http://le-plus.chu.jp/house00.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#HEADER h1 {
	font-size: medium;
	padding: 70px 0px 0px;
	margin: 0px 0px 0px 280px;
	text-align: center;
	width: 450px;
	color: #8B5A2B;
}






/* メニュー部分 ------------------------------ */
#MENU {
	margin: 0px 0px 0px 284px;
	padding: 0px;
	position: absolute;
	z-index: 1;
	width: 450px;
	top: 180px;
}
#MENU ul {
	list-style-type: none;
}
#MENU li {
	display: block;
	list-style-type: none;
	float: left;
	height: 30px;
}
#MENU li a {
	text-decoration: none;
	color: #999999;
	font-size: x-small;
	width: 90px;
	height: 20px;
	display: block;
	float: left;
	background-image: url(http://le-plus.jp/asikata1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 22px;
}
#MENU li a:hover {
	background-image: url(http://le-plus.jp/asikata4.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#MENU li.on a {
	background-image: url(http://le-plus.jp/asikata4.gif);
	background-repeat: no-repeat;
	background-position: left center;
}





/* コンテンツ部分 ------------------------------ */
#CONTENTS {
	width: 730px;
	padding-top: 10px;
}
#CONTENTS h2 {
	font-weight: bold;
	text-indent: 5px;
	height: 25px;
	padding: 0px;
	color: #cdc673;
	background-position: left bottom;
	background-repeat: no-repeat;
	background-image: url(http://le-plus.jp/h2.gif);
	width: 730px;
}
#CONTENTS p {
	margin: 0px;
	padding: 5px 10px;
}
#CONTENTS a {
	color: #998d9f;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #998d9f;
}
#CONTENTS a:hover {
	color: #8B4C39;
	border: none;
}
#CONTENTS ol {
	margin-left: 35px;
}
#CONTENTS ul {
	margin-left: 25px;
}
#CONTENTS li a {
	color: #998d9f;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #998d9f;
}
#CONTENTS li a:hover {
	color: #8B4C39;
	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;
	height: 20px;
	padding: 5px 0px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #ffffff;
	width: 730px;
	margin-right: auto;
	margin-left: auto;

}
#FOOTER ul {
	list-style-type: none;
}
#FOOTER li {
	font-size: x-small;
	display: inline;
}
#FOOTER li a {
	font-size: x-small;
	color: #998d9f;   
	text-decoration: none;
	border: none;
}
#FOOTER li a:hover {
	color: #8B4C39;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #8B4C39;
}