@charset "UTF-8";
body {
	background: #FFFFFF url(../img_common/bgd_body.jpg) repeat-x;
}
#container,
#headder,
#navi,
#contents,
#footer {
	margin: 0px auto;
	width: 800px;
}
#container {
	background: #FFFFFF;
	border-right: 1px solid #BFBFBF;
	border-left: 1px solid #BFBFBF;
}
#headder {
	position: relative;
}
#headder h1 {
	background: url(../img_common/header.jpg) no-repeat;
	text-indent: -9999px;
	font-size: 100%;
	line-height: 1em;
	height: 72px;
	margin: 0px;
}
#headder h1 a {
	display: block;
	height: 72px;
	width: 800px;
}
#contents {
}
#navi-under-space {
	background: #EAE4D8;
	height: 15px;
}
#main {
	padding: 0em 30px 2em;
}
#main p {
	margin-bottom: 1.5em;
	margin-left: 2em;
}
#main ul,
#main ol {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
#main ul li,
#main ol li {
	margin-bottom: 0.5em;
}
#footer {
	text-align: center;
	clear: both;
	background: #CDDBF1;
}
address {
	font-size: 92%;
	background: #E6E6E6;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#txt-link {
	font-size: 77%;
	padding: 1em;
	background: #FFFFFF;
}
#txt-link a {
	text-decoration: none;
	color: #333333;
}
#txt-link a:hover {
	color: #417908;
}
div#copy {
	font-size: 85%;
	background: #CDDBF1;
	color: #003487;
	height: 2em;
	line-height: 2em;
}
.clear {
	clear: both;
	height: 2em;
}

