@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	line-height: 1.3;
	color: #333333;
	background-color: #E7CEB6;
	background-image: url(../image/bg.gif);
	background-repeat: repeat;
	background-position: center top;
	font-size: 90%;
	background-attachment: fixed;
}

ul {
	list-style: none;
}

a img {
	border: none;
}

.clear {
	clear: both;
}

a:link {
	color: #663300;
	text-decoration: none;
}

a:visited {
	color: #663300;
	text-decoration: none;
}

a:hover {
	color: #FF6600;
	text-decoration: underline;
}

a:active {
	color: #FF6600;
	text-decoration: underline;
}

div#container {
	width: 820px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

div#pageWrapper {
	background-image: url(../image/bg_contents.gif);
	background-color: #CC9966;
	text-align: left;
}

/*========================▼▼▼ヘッダー▼▼▼===========================*/

div#header {
	width: 820px;
	height: 69px;
	background-image: url(../image/bg_header.gif);
}

div#header h1 {
	float: left;
	margin-top: 8px;
	margin-left: 5px;
}

div#header h2 {
	float: right;
	margin-top: 15px;
	margin-right: 9px;
}

div#mainImgbox {
	width: 820px;
	height: 305px;
	background-image: url(../image/bg_mainimg.gif);
	text-align: center;
}

div#mainImgbox img {
	margin-top: 3px;
}

div#subImgbox {
	width: 820px;
	height: 105px;
	background-image: url(../image/bg_mainimg.gif);
	text-align: center;
	background-position: center top;
}

div#subImgbox img {
	margin-top: 3px;
}

/*========================▼▼▼メニュー▼▼▼===========================*/

div#menu {
	width: 800px;
	height: 44px;
	background-image: url(../image/bg_button.jpg);
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 14px;
}

div#menu ul {
	margin-left: 168px;
}

div#menu li {
	float: left;
}

.link01 a {
	display: block;
	width: 115px;
	height: 44px;
	background: url(../image/button01_on.jpg) 0 0 no-repeat;
}

.link01 a:hover img {
	visibility: hidden;
}

.link02 a {
	display: block;
	width: 115px;
	height: 44px;
	background: url(../image/button02_on.jpg) 0 0 no-repeat;
}

.link02 a:hover img {
	visibility: hidden;
}

.link03 a {
	display: block;
	width: 115px;
	height: 44px;
	background: url(../image/button03_on.jpg) 0 0 no-repeat;
}

.link03 a:hover img {
	visibility: hidden;
}

.link04 a {
	display: block;
	width: 115px;
	height: 44px;
	background: url(../image/button04_on.jpg) 0 0 no-repeat;
}

.link04 a:hover img {
	visibility: hidden;
}

/*========================▼▼▼コンテンツ▼▼▼===========================*/

div#contentsWrapper {
	width: 820px;
	text-align: left;
}

div#sideWrapper {
	width: 206px;
	margin-left: 15px;
	float: left;
	display: inline;
}

.link05 a {
	display: block;
	width: 206px;
	height: 186px;
	background: url(../image/schedule_on.gif) 0 0 no-repeat;
}

.link05 a:hover img {
	visibility: hidden;
}

.link06 a {
	display: block;
	width: 184px;
	height: 35px;
	background: url(../image/mail_on.gif) 0 0 no-repeat;
}

.link06 a:hover img {
	visibility: hidden;
}

.link07 a {
	display: block;
	width: 206px;
	height: 50px;
	background: url(../image/bana_ecoon.gif) 0 0 no-repeat;
}

.link07 a:hover img {
	visibility: hidden;
}

.link08 a {
	display: block;
	width: 60px;
	height: 20px;
	background: url(../image/moreon.gif) 0 0 no-repeat;
	margin-left: 10px;
}

.link08 a:hover img {
	visibility: hidden;
}


div#sideMenu {
	width: 184px;
	border: 1px solid #D5BF95;
	padding: 10px;
	margin-top: 5px;
}

div#sideMenu h2 {
	background-image: url(../image/ico01.gif);
	background-repeat: no-repeat;
	font-size: 14px;
	padding-left: 20px;
	margin-bottom: 5px;
	background-position: left center;
	color: #663300;
}

.sMenu {
	font-size: 14px;
	padding-left: 25px;
	color: #663300;
}

div#mainContents {
	width: 570px;
	float: right;
	margin-right: 15px;
	display: inline;
	margin-left: 5px;
}

.txtBoxsekou {
	width: 565px;
	padding-top: 10px;
	padding-left: 5px;
	padding-bottom: 10px;
}

.txtBoxsekou h3 {
	font-size: 16px;
	color: #660000;
	border-bottom-width: 1px;
	border-left-width: 8px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #660000;
	border-left-color: #660000;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-bottom: 5px;
}

.txtBoxsekou P {
	margin-left: 10px;
}

.imgList {
	text-align: center;
	font-size: 12px;
	float: left;
	width: 280px;
	margin-left: 5px;
	margin-bottom: 10px;
	display: inline;
}

.imgList img {
	margin-bottom: 5px;
}

.bgImg {
	width: 570px;
	height: 150px;
	background-image: url(../image/sumpleimg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.topicsBox {
	width: 560px;
	margin-top: 7px;
	margin-bottom: 10px;
	line-height: 1.6;
	margin-left: 10px;
}

.topicsBox dt {
	text-indent: 1em;
}

.topicsBox dd {
	width: 550px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	text-indent: 1em;
	margin-bottom: 5px;
}

.txtBox {
	line-height: 1.6;
	overflow: auto;
	margin-top: 5px;
}

.txtBox dt {
	clear: left;
	float: left;
	width: 7.5em;
	padding-left: 5px;
	color: #000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	border-bottom-width: 1px;
	border-left-width: 8px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCC;
	padding-bottom: 2px;
}

.txtBox dd {
	margin-bottom: 1em;
	margin-left: 7.5em;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.aisatu {
	width: 510px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	border: 1px dashed #98643D;
	padding-top: 10px;
	padding-right: 25px;
	padding-left: 10px;
	float: left;
	font-size: 12px;
	line-height: 1.6;
}

.imgLeft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 1px solid #000000;
	padding: 2px;
}

.txtRight {
	text-align: right;
	margin-top: 10px;
	padding-bottom: 10px;
}

.topSpace {
	padding-top: 5px;
}

.txt14a {
	font-size: 14px;
	color: #660000;
	padding-top: 5px;
	padding-bottom: 5px;
}

.txt14 {
	font-size: 14px;
}

.txt14r {
	font-size: 14px;
	color: #FF0000;
	padding-left: 30px;
	padding-top: 5px;
}

.txtRight {
	text-align: right;
}

.more {
	text-align: right;
}

/*============▼テーブル▼===================*/

.otoiawase table {
	width: 560px;
	margin-left: 5px;
	margin-top: 20px;
	font-size: 12px;
}

.otoiawase th {
	width: 130px;
	padding: 8px;
	background-color: #E7CEB6;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #663300;
	border-left-color: #663300;
	text-align: left;
}

.otoiawase td {
	padding:8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #663300;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #663300;
}

.sousin {
	margin-left: 170px;
	margin-top: 10px;
}

.schedule table {
	border-spacing: 10px;
	font-size: 12px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}

.schedule table tr {
	vertical-align: top;
}

.schedule table th {
	text-align: left;
	font-size: 14px;
	background-color: #FFFFCC;
}

.tableTxt01 {
	color: #FF6600;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
	padding-left: 5px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}


/*========================▼コンテンツ下メニュー▼===========================*/

div#contentsFooter {
	width: 800px;
	height: 33px;
	text-align: right;
	background-image: url(../image/bg_contentsfooter.gif);
	padding-right: 20px;
}

div#contentsFooter li a {
	font-size: 0.8em;
}

div#contentsFooter li {
	display: inline;
	border-left: solid 1px #660000;
	margin-left: 15px;
	padding-left: 15px;
}

div#contentsFooter li.first {
	border-left: none;
	margin-left: 0px;
	padding-left: 0px;
}

/*========================▲コンテンツ下メニュー▲===========================*/


/*========================▼▼▼フッター▼▼▼===========================*/

div#footer {
	background-image: url(../image/bg_footer.gif);
	height: 73px;
	overflow: hidden;
	width: 820px;
	background-color: #CC9966;
}

div#footer h2 {
	margin-left: 10px;
	float: left;
}

div.address {
	float: right;
	width: 300px;
	margin-right: 280px;
	font-size: 12px;
	color: #663300;
	margin-top: 10px;
}



.copy {
	font-size: 12px;
	color: #660000;
	margin-top: 10px;
}

.red {
	color: #FF0000;
}