@charset "UTF-8";
body {
	background: #EAE4D8;
}
#container,
#headder,
#txt-link,
#navi,
#main {
	margin: 0px auto;
	width: 800px;
}
#container {
	background: #FFFFFF;
	font-size: 114%;
}
#headder {
	position: relative;
}
#headder h1 {
	background: url(../img_common/headder.gif) no-repeat;
	height: 80px;
	text-indent: -9999px;
	font-size: 100%;
	line-height: 1em;
}
#headder div#txtsize {
	position: absolute;
	top: 14px;
	right: 7px;
}
#headder div#txtsize-max {
	position: absolute;
	top: 32px;
	right: 96px;
}
#headder div#txtsize-large {
	position: absolute;
	top: 32px;
	right: 51px;
}
#headder div#txtsize-normal {
	position: absolute;
	top: 32px;
	right: 6px;
}
#contents {
}
#navi-under-space {
	background: #EAE4D8;
	height: 15px;
}
#main {
	padding-top: 15px;
	background: #FFFFFF url(../img_common/bgd_kadomaru.gif) no-repeat top;
}
#main-width {
	margin: 0px auto 2em;
	width: 780px;
}
#main-width p {
	margin-bottom: 1.5em;
}
#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.5em;
}
#main-left {
	float: left;
	width: 190px;
}
#main-right {
	float: right;
	width: 570px;
}
dd {
	margin-left: 1em;
}
.width-700 {
	margin: 0px auto 1em;
	width: 700px;
}
#footer {
	text-align: center;
	width: 800px;
	clear: both;
	background: #FFFFFF;
}
address {
	font-size: 77%;
	border-top: 1px solid #CDCDCD;
	border-bottom: 1px solid #CDCDCD;
	line-height: 3em;
	height: 3em;
}
#txt-link {
	font-size: 77%;
	background: #E8F3CF;
	padding-top: 1em;
	padding-bottom: 1em;
}
#txt-link a {
	text-decoration: none;
	color: #333333;
}
#txt-link a:hover {
	color: #00A537;
}
div#copy {
	font-size: 77%;
	background: #00A537;
	color: #FFFFFF;
	height: 3em;
	line-height: 3em;
}
.clear {
	clear: both;
}
