@charset "UTF-8";
body {
	background: #7ECEF4;
}
#container,
#headder,
#navi,
#contents,
#footer {
	margin: 0px auto;
	width: 800px;
}
#container {
	background: #FFFFFF;
}
#contents {
}
#headder {
	position: relative;
	background: url(../img_common/headder.gif) no-repeat;
	height: 189px;
}
#headder h1 {
	text-indent: -9999px;
	margin: 0px;
}
#headder h1 a {
	display: block;
	height: 189px;
	width: 400px;
}
#headder div#reserve {
	position: absolute;
	bottom: 50px;
	left: 480px;
	background: url(../img_common/navi_reserve.gif) no-repeat;
	width: 130px;
}
#headder div#contact {
	position: absolute;
	bottom: 50px;
	left: 630px;
	background: url(../img_common/navi_contact.gif) no-repeat;
	width: 150px;
}
#headder div#reserve a,
#headder div#contact a {
	text-indent: -9999px;
	display: block;
	height: 35px;
}
#headder div#reserve a:hover {
	background: url(../img_common/navi_reserve_o.gif) no-repeat;
}
#headder div#contact a:hover {
	background: url(../img_common/navi_contact_o.gif) no-repeat;
}
#headder div#kyokai {
	position: absolute;
	bottom: 50px;
	left: 610px;
	height: 35px;
	width: 20px;
	background: url(../img_common/navi_kyokai.gif) no-repeat;
}
#contents {
}
#main {
}
#main-right {
	float: right;
	width: 590px;
}
#main-margin {
	width: 570px;
}
h2 {
	border-bottom: 3px solid #7ecef4;
	padding-bottom: 0.3em;
	text-align: right;
	padding-right: 0.3em;
	letter-spacing: 0.25em;
}
h3 {
	background: #fff100;
	height: 2em;
	line-height: 2em;
	text-indent: 0.5em;
}
h4 {
	border-bottom: 3px solid #005982;
	padding-bottom: 5px;
}
#main-right p {
	margin-bottom: 1.5em;
	margin-left: 2em;
}
#main-right ul,
#main-right ol {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
#main-right ul li,
#main-right ol li {
	margin-bottom: 0.75em;
}
#footer {
	text-align: center;
	clear: both;
	padding-bottom: 5px;
}
#txt-link {
	font-size: 77%;
	padding: 1em;
}
#txt-link a:link {
	text-decoration: none;
	color: #005982;
}
#txt-link a:hover {
	color: #e66100;
}
div#copy {
	font-size: 85%;
	color: #005982;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	border-top: 5px solid #7ECEF4;
	padding-top: 5px;
	padding-bottom: 5px;
}
.clear {
	clear: both;
}
.clear-1em {
	clear: both;
	height: 1em;
}
.clear-2em {
	clear: both;
	height: 2em;
}

