@charset "utf-8";

/*------------------------------------------------
	base styles
--------------------------------------------------*/
body{
	color: #464646;
	text-align: center;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 75%;
	width: 100%;
}
td{
	color: #464646;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}
body,p,ol,ul,h1,h2,h3,h4,h5,h6,form,table,td{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
ol,ul{
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
	font-size: 100%;
}
img{
	border: none;
}
select{
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}
input,textarea,selectbox{
	color: #464646;
}
strong{
	font-weight: bold;
}
a:link{
	text-decoration: underline;
	color: #464646;
}
a:visited{
	text-decoration: underline;
	color: #464646;
}
a:hover{
	text-decoration: none;
}



/*------------------------------------------------
	common styles
--------------------------------------------------*/
.clearfix:after{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .clearfix{
	display: inline-block;
}
/* no ie mac \*/
* html .clearfix{
	height: 1%;
}
.clearfix{
	display: block;
}
/* */

.nodisp{
	display: none;
}



/*------------------------------------------------
	header styles
--------------------------------------------------*/
#header{
	width: 100%;
	text-align: center;
	min-height: 64px;
	background: url(../images/header_bg.gif) center top no-repeat;
}
#header02{
	width: 1020px;
	margin: 0px auto 0px auto;
	text-align: center;
}
#header_inner{
	width: 950px;
	margin: 0px auto 0px auto;
	text-align: left;
}
#header #logo{
	width: 420px;
	float: left;
	margin: 10px 0px 0px 0px;
}
#header_r{
	margin: 0px 0px 0px 0px;
	width: 520px;
	float: right;
}
#header_link{
	float: right;
}
#header_link li{
	float: left;
	padding: 9px 13px 0px 15px;
	background: url(../images/l_headfootlink.gif) left top no-repeat;
	font-size: 90%;
}
#header_link li#hl_website{
	float: left;
	padding: 0px 0px 0px 0px;
	background: none;
}
#header_link li a:link,
#header_link li a:visited{
	text-decoration: underline;
	color: #464646;
}
#header_link li a:hover{
	text-decoration: underline;
	color: #428cbb;
}
#header_contents01{
	width: 338px;
	margin: 10px 0px 5px 0px;
	clear: both;
	float: right;
}
#header_fontsize{
	width: 139px;
	float: left;
	margin: 0px 0px 0px 0px;
}
#header_fontsize a{
}
#header_fontsize #header_fontsize_title{
	width: 62px;
	float: left;
	padding: 4px 0px 0px 0px;
}
#header_fontsize ul{
	width: 77px;
	float: left;
}
#header_fontsize ul li{
	float: left;
	width: 20px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-size: 90%;
}
#header_fontsize ul li span#fs_s{
	margin: 2px 0px 0px 0px;
	display: block;
	width: 17px;
	height: 17px;
	background-image: url(../images/btn_fontsize_s.gif);
	background-position: left -17px;
	background-repeat: no-repeat;
}
#header_fontsize ul li span#fs_m{
	margin: 1px 0px 0px 0px;
	display: block;
	width: 19px;
	height: 19px;
	background-image: url(../images/btn_fontsize_m.gif);
	background-position: left -19px;
	background-repeat: no-repeat;
}
#header_fontsize ul li span#fs_l{
	margin: 0px 0px 0px 0px;
	display: block;
	width: 21px;
	height: 21px;
	background-image: url(../images/btn_fontsize_l.gif);
	background-position: left -21px;
	background-repeat: no-repeat;
}
#header_fontsize ul li span#fs_s a{
	display: block;
	width: 17px;
	height: 17px;
	text-decoration: none;
}
#header_fontsize ul li span#fs_m a{
	display: block;
	width: 19px;
	height: 19px;
	text-decoration: none;
}
#header_fontsize ul li span#fs_l a{
	display: block;
	width: 21px;
	height: 21px;
	text-decoration: none;
}
#header_search{
	width: 199px;
	float: right;
	font-size: 12px;
}
#header_search #searchbox{
	display: block;
	float: left;
	width: 153px;
	height: 17px;
	border: 1px solid #dedede;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/bg_search.gif);
	backgrond-position: center top;
	background-repeat: no-repeat;
}
#header_search #searchbutton{
	display: inline;
	float: left;
	width: 36px;
	height: 19px;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
}



/*------------------------------------------------
	footer styles
--------------------------------------------------*/
#footer{
	width: 100%;
	background: url(../images/footer_bg.gif) center top no-repeat;
	text-align: center;
}
#footer02{
	width: 1020px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
#footer_inner{
	width: 950px;
	margin: 0px auto 0px auto;
	padding: 5px 0px 20px 0px;
	text-align: left;
}
#copyright{
	float: left;
	margin: 8px 0px 0px 0px;
}
#footer_link{
	float: right;
	background: url(../images/l_headfootlink.gif) right top no-repeat;
}
#footer_link li{
	float: left;
	padding: 8px 13px 0px 15px;
	background: url(../images/l_headfootlink.gif) left top no-repeat;
	font-size: 90%;
}
#footer_link li a:link,
#footer_link li a:visited,
#footer_link li a:hover{
	text-decoration: underline;
}



/*------------------------------------------------
	main menu styles
--------------------------------------------------*/
#mmenu{
	background: url(../images/mmenu_bg.gif) center top no-repeat;
	height: 62px;
	text-align: center;
}
#mmenu div{
	width: 1020px;
	margin: 0px auto 0px auto;
	padding: 1px 0px 0px 0px;
	text-align: center;
}
#mmenu div:after{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
#mmenu div ul{
	width: 950px;
	margin: 0px auto 0px auto;
}
#mmenu div ul li{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}
#mmenu div ul li img{
	vertical-align: top;
}



/*------------------------------------------------
	left menu styles
--------------------------------------------------*/
#lmenu{
	display: block;
	width: 223px;
	float: left;
	margin: 0px 0px 0px 15px;
	border-top: 3px solid #c4c4c4;
	border-bottom: 3px solid #c4c4c4;
}
#lmenu_nomenu{
	display: block;
	width: 223px;
	float: left;
	margin: 0px 0px 0px 15px;
	border-top: 1px solid transparent;
}
#lmenu ul{
	width: 223px;
	margin: 0px 0px 0px 0px;
}
#lmenu ul li{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#lmenu ul li span{
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 7px 0px;
}
#lmenu ul li a:link,
#lmenu ul li a:visited{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 22px;
	background: url(../images/a_normal01.gif) 7px top no-repeat;
}
#lmenu ul li a:hover,
#lmenu ul li a:active{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 22px;
	background: url(../images/a_normal01_on.gif) 7px top no-repeat;
}
#lmenu ul.lm_line{
	margin: 0px 0px -1px 0px;
}
#lmenu ul.lm_line li{
	border-bottom: 1px solid #c4c4c4;
}
#lmenu ul.lm_line li span{
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 14px 0px 13px 0px;
}
#lmenu ul li ul{
	width: 223px;
	margin: 5px 0px 5px 0px;
}
#contentsarea_inner02 #lmenu ul li ul li{
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 7px 0px;
	border-bottom: none;
}



/*------------------------------------------------
	contenta area styles
--------------------------------------------------*/
#contentsarea{
	width: 100%;
	background: #f0f0f0 url(../images/main_bg02.gif) center top repeat-x;
	margin: 0px auto 0px auto;
	padding: 0px 0px 60px 0px;
	text-align: center;
}
#contentsarea_inner{
	width: 1020px;
	margin: 0px auto 20px auto;
	padding: 0px 0px 0px 0px;
	text-align: center;
	background: url(../images/main_bg01.gif) center top no-repeat;
	position: relative;
}
#contentsarea_inner02{
	width: 950px;
	margin: 0px auto 0px auto;
	padding: 30px 0px 0px 0px;
	text-align: left;
}



/*------------------------------------------------
	title styles
--------------------------------------------------*/
h1{
	width: 950px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}
#maincontents h1{
	width: 637px;
	margin: 25px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	background: url(../images/l_gray02.gif) left bottom repeat-x;
}
#maincontents_inner{
	padding: 0px 0px 50px 0px;
}
#maincontents_inner h2{
	margin: 28px 0px 0px 0px;
}
#maincontents_inner h3{
	margin: 18px 0px 0px 0px;
	padding: 9px 10px 8px 10px;
	border-left: 5px solid #9b531d;
	background: #e3e3e3;
	font-weight: bold;
	color: #000000;
}
#maincontents_inner h4{
	margin: 13px 0px 0px 0px;
	font-weight: bold;
	color: #844618;
}



/*------------------------------------------------
	pankuzu styles
--------------------------------------------------*/
#pankuzu01{
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	font-size: 90%;
	background: url(../images/pankuzu_bg.gif) left top no-repeat;
	color: #737373;
}
#pankuzu02{
	margin: 0px 0px 0px 0px;
	font-size: 90%;
	color: #737373;
}
#pankuzu_home{
	font-weight: bold;
	color: #9b531d;
}



/*------------------------------------------------
	sitemap styles
--------------------------------------------------*/
#sitemap{
	width: 100%;
	background: #dbdbdb;
	text-align: center;
	min-height: 238px;
}
#sitemap_inner{
	width: 950px;
	margin: 0px auto 0px auto;
	padding: 9px 0px 0px 0px;
	text-align: left;
}
#sitemap ul{
	width: 950px;
	margin: 0px 0px 0px 0px;
}
#sitemap ul li{
	width: 190px;
	float: left;
}
#sitemap ul li span{
	display: block;
	margin: 13px 0px 0px 0px;
}
#sitemap ul li ul{
	width: 190px;
	font-size: 90%;
	margin: 2px 0px 25px 0px;
}
#sitemap ul li ul li{
	width: auto;
	float: none;
	margin: 7px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#sitemap ul li ul li ul{
	margin: -5px 0px 0px 0px;
	padding: 0px 0px 2px 0px;
}
#sitemap ul li ul li ul li{
	margin: 7px 0px 4px 7px;
}
#sitemap ul li ul li a{
	padding: 0px 0px 0px 10px;
	background: url(../images/a_normal02.gif) 3px center no-repeat;
	color: #464646;
	text-decoration: underline;
}
#sitemap ul li ul li a:hover,
#sitemap ul li ul li a:active{
	color: #464646;
	text-decoration: none;
}



/*------------------------------------------------
	main contents styles
--------------------------------------------------*/
#pagetop{
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#maincontents{
	display: inline;
	width: 637px;
	float: left;
	margin: 0px 0px 0px 60px;
}
#maincontents_inner{
	width: 637px;
	margin: 30px 0px 0px 0px;
	min-height: 200px;
}
ul.ulist01{
	margin: 8px 0px 0px 0px;
}
ul.ulist01 li{
	margin: 6px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	background: url(../images/i_green01.gif) left 0.2em no-repeat;
}
ol.olist01{
	margin: 8px 0px 0px 0px;
}
ol.olist01 li{
	margin: 6px 0px 0px 14px;
	text-indent: -14px;
}
ol.olist01 li span{
	margin: 0px 4px 0px 0px;
	font-weight: bold;
	color: #3f643a;
}
table.hyou01{
	border-top: 3px solid #b98660;
	border-left: 3px solid #b98660;
	border-right: 2px solid #b98660;
	border-bottom: 2px solid #b98660;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	table-layout: auto;
	margin: 8px 0px 0px 0px;
}
table.hyou01 th{
	padding: 9px 10px 8px 10px;
	border-right: 1px solid #b98660;
	text-align: center;
	table-layout: fixed;
	font-weight: bold;
	background: #dccab0;
}
table.hyou01 th.hyou_head01{
	background: #dccab0;
	text-align: center;
	border-bottom: 1px solid #b98660;
}
table.hyou01 th.hyou_head02{
	background: #f0f0f0;
	text-align: left;
	border-bottom: 1px solid #b98660;
}
table.hyou01 td{
	padding: 9px 10px 8px 10px;
	border-right: 1px solid #b98660;
	border-bottom: 1px solid #b98660;
	text-align: left;
	table-layout: fixed;
	background: #ffffff;
}
table.hyou01 td.hyou_center{
	text-align: center;
}
a.link01{
	padding: 0px 0px 0px 14px;
	min-height: 11px;
}
a.link01:link,
a.link01:visited{
	background: url(../images/a_normal01.gif) left top no-repeat;
}
a.link01:hover,
a.link01:active{
	background: url(../images/a_normal01_on.gif) left top no-repeat;
}
a.link02{
	padding: 0px 0px 0px 8px;
	min-height: 11px;
	background: url(../images/a_normal02.gif) left 0.3em no-repeat;
}
a.link02:link{
}
a.link02:visited{
	color: #7c7c7c;
	text-decoration: underline;
}
a.link02:hover,
a.link02:active{
	color: #3f643a;
}
a.link_win{
	padding: 0px 0px 0px 14px;
	min-height: 11px;
	background: url(../images/a_newwin.gif) left 0.13em no-repeat;
}
a.link_win:link{
}
a.link_win:visited{
	color: #7c7c7c;
	text-decoration: underline;
}
a.link_win:hover,
a.link_win:active{
	color: #3f643a;
}
a.link_pdf{
	padding: 0px 0px 0px 14px;
	min-height: 11px;
	background: url(../images/i_pdf.gif) left 0.13em no-repeat;
}
a.link_pdf:link{
}
a.link_pdf:visited{
	color: #7c7c7c;
	text-decoration: underline;
}
a.link_pdf:hover,
a.link_pdf:active{
	color: #3f643a;
}
ul.note01{
	margin: 8px 0px 0px 0px;
}
ul.note01 li{
	margin: 4px 0px 0px 1em;
	text-indent: -1em;
	font-size: 90%;
}
ul.note01 li span{
	margin: 0px 0px 0px 0px;
	color: #ff4800;
}
div.kanren_contents{
	border: 1px solid #d9d9d9;
	background: #ffffff;
	margin: 28px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
}
div.kanren_contents .kanren_title{
	font-weight: bold;
	color: #3f643a;
}
div.kanren_contents .kanren_text{
	margin: 10px 0px 0px 0px;
	line-height: 1.3em;
}
p.text01{
	margin: 8px 0px 0px 0px;
	line-height: 1.3em;
}
div.page_link{
	margin: 28px 0px 15px 0px;
	overflow: hidden;
	width: 637px;
}
div.page_link ul{
	margin: 0px 0px 0px -24px;
}
div.page_link ul li{
	margin: 0px 0px 0px 12px;
	padding: 0px 0px 0px 12px;
	float: left;
	border-left: 1px solid #bfcbbe;
}
div.page_link ul li a{
	padding: 0px 0px 0px 14px;
	min-height: 11px;
}
div.page_link ul li a:link,
div.page_link ul li a:visited{
	background: url(../images/a_bottom01.gif) left top no-repeat;
}
div.page_link ul li a:hover,
div.page_link ul li a:active{
	background: url(../images/a_bottom01_on.gif) left top no-repeat;
}
div.page_link:after{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
img.img01{
	display: block;
	margin: 5px 0px 0px 0px;
}
div.contents_textimg01{
	width: 637px;
	margin: 0px 0px 0px 0px;
}
div.contents_textimg01 .contents_text01{
	width: 335px;
	float: left;
}
div.contents_textimg01 .contents_img01{
	width: 300px;
	float: right;
	text-align: right;
}
table.catetop_contents{
	width: 100%;
	border-top: 1px solid #bfcbbe;
	border-left: 1px solid #bfcbbe;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	table-layout: auto;
	margin: 20px 0px 0px 0px;
}
table.catetop_contents td{
	width: 50%;
	padding: 15px 15px 15px 15px;
	border-right: 1px solid #bfcbbe;
	border-bottom: 1px solid #bfcbbe;
	text-align: left;
	vertical-align: top;
	table-layout: fixed;
	background: #ffffff;
}
#maincontents table.catetop_contents td h2{
	margin: 0px 0px 0px 0px;
}
table.catetop_contents td p{
	margin: 9px 0px 0px 0px;
	line-height: 1.5em;
}
table.catetop_contents td ul{
	margin: 10px 0px 0px 0px;
}
table.catetop_contents td ul li{
	margin: 7px 0px 0px 0px;
}



/*------------------------------------------------
	font size script styles
--------------------------------------------------*/
#lmenu,
#pankuzu01,
#maincontents_inner,
#header_link,
#footer_link{
	visibility: hidden;
}







