@charset "euc-jp";



div#anc_pre_header {
	text-align: center;
	color: #999999;
	font-size: 8pt;
	line-height: 1;
	font-weight: bold;

}

div#headers {
	padding: 0px 5px;
	width: 820px;
	margin: 0px auto;
	background: url(images/bg_main.gif) repeat-y;
}

div#header {
	width: 810px;
	background: url(images/main_logo.gif) no-repeat;
	height: 70px;
	margin: 0px auto;
	padding-left: 10px;
	padding-top: 20px;
}



div#header_menu {
	margin: 0px auto;
	height: 41px;
	width: 820px;

}


div#container {
	padding: 12px 20px 0px;
	width: 790px;
	background: url(images/bg_main.gif) repeat-y;
	margin: 0px auto;
}
div#content {
	width: 575px;
	float: right;
	background: #FFFFFF;
}
div#sidebar {
	float: left;
	width: 200px;
}
div#content_end {
	clear: both;
	font-size: 9px;
	text-indent: -2000px;
}

div#footer {
	background: url(images/bg_main.gif) repeat-y;
	margin: 0px auto;
	padding: 0px 5px;
	width: 820px;
	text-align: center;
	font-size: 8pt;
}
div#footer p {
	background: #F7F7F7;
	padding: 12px 0px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	color: #B8B8B8;
}
div#footer p a {
	color: #0284B0;
}

div#post_footer {
	background: url(images/bg_main.gif) repeat-y;
	margin: 0px auto;
	padding: 15px 5px 0px;
	width: 820px;
	text-align: center;
	font-size: 8pt;
	color: #979797;
}
div#post_footer a {
	color: #999999;
}
div#post_footer p.footbg {
	background: url(images/bg_post_footer.gif) no-repeat bottom;
	padding-bottom: 30px;

}

div#header h1 {
}
div#header h1 a {
	display: block;
	height: 0px !important;
	height /**/: 50px;
	overflow: hidden;
	width: 350px;
	margin: 0px;
	padding: 50px 0px 0px;
	float: left;
}





/* GO PAGE TOP リンク*/
p.go_pagetop {
	margin: 20px 0px 10px auto;
	clear: both;
	width: 86px;

}
p.go_pagetop a {
	height: 0px !important;
	height /**/: 17px;
	overflow: hidden;
	padding-top: 17px;
	width: 86px;
	display: block;
	text-decoration: none;
	background: url(images/bg_gopagetop.gif) no-repeat center top;	
}
p.go_pagetop a:hover {
	background-position: left -17px; /* not BOTTOM */
}





/* リストの標準設定 */
ul.normal ,
ol.normal {
	margin-top: 1em;
	margin-bottom: 1em;
	padding-left: 2em;
}
ul.normal li ,
ol.normal li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

/* ※マーク用1文字逆インデント */
.kome_mark {
	padding-left: 1em;
	text-indent: -1em;
}

/* ミニPDFマーク付きリンク */
a.with_pdf {
	background: url(images/pdf_small.gif) no-repeat right center;
	padding-right: 18px;
}
div#iso_mark {
	text-align: center;
	font-weight: bold;
	margin: 10px 0px;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
      padding: 5px 0px 8px;
    font-size: 0.9em;
}
