﻿@charset "UTF-8";

/*-----------------------------------------------
__Default Clear
-----------------------------------------------*/
html{
	overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	margin: 0;
	padding: 0;
}
body{
	background:white;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size:90%;
	line-height:1.4;
	background: none;
	color: #000;
}
*:first-child + html body {	/*For IF7 */
	font-family: "メイリオ","Meiryo";
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style: normal;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th{
	text-align: left;
}
q:before,q:after{
	content: '';
}
object,embed{
	vertical-align: top;
}
hr,legend{
	display: none;
}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
}
img,abbr,acronym,fieldset{
	border: 0;
}
img{/*---画像隙間回避*/
	vertical-align: bottom;
}
li{
	list-style-type: none;
}
p{
	margin-bottom: 1em;
}
.anchorLink{/*-----音声専用アンカー(読み飛ばし用)*/
	z-index: 0;
	position: absolute;
	top: 0;
	text-indent: -9999em;
	overflow: hidden;
}
/*-----------------------------------------------
__Layout
-----------------------------------------------*/
#container{
	width: 750px;
	margin: 0 auto;
}
#header{
	width: 750px;
	margin: 0 auto;
}
body#contents #side{
	display: none;
}
body#contents #main{
	clear: both;
	width: 500px;
	margin: 0 auto 10px;
}
#footer_wrap{
	width: 100%;
	height: 175px;
	background: url(../common_images/bg_footer.gif) repeat-x;
}
#footer{
	width: 750px;
	margin: 0 auto;
	clear: both;
}
#copyright{
	width: 750px;
	margin: 0 auto;
	text-align: center;
}
/*-----------------------------------------------
__Header
-----------------------------------------------*/
#logo{
	position: relative;
	margin-top: -60px;
}
#header_side{
	display: none;
}
#gl_navi{
	display: none;
}
#topic_path{
	display: none;
}
.header_img{
	display: none;
}
/*-----------------------------------------------
__Main
-----------------------------------------------*/
/*__H
-----------------------------------------------*/
body#contents #main h1{
	margin-top: 10px;
	margin-bottom: 10px;
}
body#contents #main h2{
	clear: both;
	width: 490px;
	height: 25px;
	margin-bottom: 1em;
	padding: 15px 0 10px 10px;
	background: url(../common_images/bg_h2.gif) no-repeat;
	font-size: 105%;
}
body#contents #main h3{
	clear: both;
	margin-bottom: 1em;
	padding: 15px 0 10px 10px;
	border-bottom: 1px solid #98c171;
}
body#contents #main h4{
	clear: both;
	margin-bottom: 1em;
	padding: 5px 0 3px 10px;
	border-bottom: 2px solid #98c171;
	font-weight: normal;
}
/*__UL,OL
-----------------------------------------------*/
ul.ul03{
	margin-left: 10px;
	padding-bottom: 10px;
}
ul.ul03 li{
	margin: 5px 0;
	padding-right: 15px;
	padding-left: 20px;
    background: url(../common_images/li03.gif) no-repeat 1px 0.3em;
	list-style-type: none;
	line-height: 1.5em;
}
ul.ul_fl{
	width: 490px;
	margin-left: 10px;
	padding-bottom: 10px;
}
ul.ulfl li{
	float: left;
	margin: 5px 0;
	padding-right: 15px;
	padding-left: 20px;
    background: url(../common_images/li03.gif) no-repeat 1px 0.3em;
	list-style-type: none;
	line-height: 1.5em;
}
ul.ulfl li.last{
	margin-bottom: 1em;
}
ul.pdf_list{
	clear: both;
	margin-left: 5px;
}
ul.pdf_list li{
	margin: 5px 0;
	padding-right: 15px;
	padding-left: 25px;
    background: url(../common_images/li_pdf.gif) no-repeat 1px 0.1em;
	list-style-type: none;
	line-height: 1.5em;
}
ol{
	margin: 10px 10px 1em 30px;
}
ol li{
	list-style-type: decimal;
}
/*__DL
-----------------------------------------------*/
dl.dl01{
	clear: both;
	margin-bottom: 1em;
}
dl.dl01 dt{
	clear: both;
	margin-bottom: 5px;
	padding: 3px 5px 3px 5px;
	border-bottom: 1px dotted #98c171;
	border-left: 5px solid #98c171;
}
dl.dl01 dd{
	clear: both;
	margin-bottom: 5px;
	padding: 5px;
	text-indent: 1em;
}
dl.dl01 ol,ul{
	text-indent: 0;
}
/*__Table
-----------------------------------------------*/
.table01{/*---Border*/
	width: 490px;
	margin: 0 auto 20px;
	font-size: 70%;
}
.table01 th,td{
	padding: 3px;
	border: 1px solid #999;
}
.table01 caption{
	margin: 2px 2px 2px 0;
	padding: 3px;
	border-left: 5px solid #999; 
}
.table_layout{/*---Layout*/
	width: 490px;
	margin: 0 auto 20px;
	font-size: 93%;
}
.table_layout td{
	padding: 3px;
	border: 0;
}
/*__P
-----------------------------------------------*/
#main p.prg01{
	padding: 5px 5px 0 5px;
	text-indent: 1em;
}
#main p.prg02{
	padding: 5px 5px 0 5px;
}
.img_layout{
	margin: 10px 0;
	text-align: center;
}
.enclosure01{/*囲い*/
	padding: 10px;
	border: 2px dotted #ccc;
}
.page_top,.page_top_sub{
	display: none;
}
/*__SPAN
-----------------------------------------------*/
.sub_title{
	display: block;
	width: 300px;
	margin-left: 5px;
	border-bottom: 2px dotted #ccc;
}
.attention{
	color: #990000;
	font-size: 90%;
}
.emphasis{
	color: #ff6f05;
	font-weight: bold;
}
/*__Ruby
-----------------------------------------------*/
rt{/*IE*/
	text-decoration: none;
}
/*__Google Maps
-----------------------------------------------*/
#map{
	width: 490px;
	height: 350px;
	margin: 0 auto 20px;
	border: 1px solid #000;
}
/*__Div(SubBlock)
-----------------------------------------------*/
div.sub_block_wrap{
	clear: both;
	width: 490px;
	margin: 0 auto;
}
div.sub_block_a{
	float: left;
	width: 240px;
}
div.sub_block_b{
	float: right;
	width: 240px;
}
div.sub_block_wrap dl{
	width: 236x;
	margin: 0 auto 20px;
}
div.sub_block_wrap dt.dt_01{
	padding: 5px 5px 5px 7px;
	background: #e8f7da;
	border-top: 1px solid #98c171;
	border-right: 1px solid #98c171;
	border-bottom: 1px solid #98c171;
	border-left: 3px solid #98c171;
	font-size: 94%;
}
div.sub_block_wrap dd{
	padding: 5px;
	font-size: 90%;
}
/*-----------------------------------------------
__Footer
-----------------------------------------------*/
#footer_wrap{
	background: none;
}
#footer ul{
	display: none;
}
#footer address{
	clear: left;
	margin-top: 50px;
	padding-top: 20px;
	text-align: center;
}
/*-----------------------------------------------
__Copyright
-----------------------------------------------*/
#copyright{
	position: relative;
	width: 750px;
	margin: -70px auto 0;
	/margin: -20px auto 0;/*IE6,7用*/
	text-align: center;
}
/*-----------------------------------------------
__Common
-----------------------------------------------*/
.r{
	padding-right: 10px;
	text-align: right;
}
.ct{
	text-align: center;
}
.f_right{
	float: right;
}
.f_left{
	float: left;
}
.c_both{
	clear: both;
}
.img_line{
	margin: 5px;
	padding: 2px;
	border: 1px solid #ccc;
}
.img_line02{/*---For Link*/
	margin: 5px;
	padding: 2px;
	border: 3px solid #ccc;
}
.icon{
	margin: 0 5px;
	vertical-align: middle;
}
.ml20{
	margin-left: 20px;
}
.w6em{
	width: 6em;
}
.w7em{
	width: 7em;
}
