html {
height: 100%;
overflow-y: scroll;
}

body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	background-color: #F1F2ED;
	font-family: "Meiryo UI";
	letter-spacing: 1px;
	text-align: center;
	padding: 0px;
	font-size: 14px;
	color: #333333;
}

#wrapper {
	background-image: url(../images/contents_bg.gif);
	background-repeat: repeat-y;
	width: 1020px;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*ヘッダー*/
#head {
	background-image: url(../images/head_bg.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 275px;
	width: 1020px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}


h1 {
	font-size: 14px;
	color: #487c00;
	text-indent: 10px;
	text-align: left;
	font-weight: normal;
}

.txt_head {
	font-size: 14px;
	color: #4D7F06;
	font-weight: normal;
}


/*ナビ*/
#navi {
	background-image: url(../images/navi_bg.gif);
	background-repeat: no-repeat;
	height: 45px;
	width: 1020px;
}
li {
	line-height: 170%;
	margin-top: 0px;
	margin-bottom: 2%;
}
.li_2 {
	line-height: 25px;
}
.li_3 {
	line-height: 25px;
	margin-left: 20px;
}




/*コンテンツ*/
#contents {
	width: 970px;
	padding-right: 25px;
	padding-left: 25px;
}
.txt_01 {
	font-weight: bold;
	color: #003399;
}


#contents_r {
	float: right;
	width: 755px;
	padding-left: 30px;
}

.pankuzu {
	font-size: 12px;
	font-weight: normal;
	line-height: 50px;
	color: #333333;
}

a.pankuzu:link {
	color: #ff6c00;
	text-align: left;
	font-size: 12px;
	line-height: 50px;
}
a.pankuzu:visited { color: #ff6c00; }
a.pankuzu:hover { color: #ff6c00; }
a.pankuzu:active { color: #ff6c00; }

#clear {
	clear: both;
	float: none;
}

/*サイド_左*/
#side_l {
	width: 185px;
	float: left;
	text-align: left;
}

#side_l table {
	margin-bottom: 25px;
}
.side_l_link {
	padding-bottom: 10px;
}

.side_navi {
	color: #005895;
	text-decoration: none;
}

a.side_navi:link { color: #005895; }
a.side_navi:visited { color: #005895; }
a.side_navi:hover {	color: #ff6c00; }

a.side_navi:active { color: #005895; }

#side_l li {
	text-align: left;
	margin-left: -15px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 20px;
	padding-right: 5px;
}

#counter {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 250%;
	letter-spacing: 1px;
}

/*メイン*/
#main {
	width: 540px;
	float: left;
}

.main_bg {
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-color: #FFF;
}

#main_title {
	background-image: url(../images/title_bg.gif);
	height: 28px;
	width: 540px;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 28px;
	text-align: left;
	text-indent: 20px;
}

#main ul {
	text-align: left;
	margin-left: -10px;
	line-height: 25px;
}

.pdf {
	margin-bottom: -2px;
}

.txt_orange {
	color: #ff6c00;
	text-align: right;
	text-decoration: underline;
	padding-right: 20px;
}

.txt_orange_4 {
	color: #ff6c00;
	text-align: right;
	text-decoration: underline;
}

.txt_orange_2 {
	color: #ff6c00;
	text-align: right;
	text-decoration: underline;
}

.txt_orange_3 {
	color: #ff6c00;
	text-align: left;
	text-decoration: underline;
}

#main a:link {
	color: #333333;
	text-decoration: none;
}

#main a:visited { color: #333333; }

#main a:hover {
	color: #ff6c00;
	text-decoration: underline;
}

#main a:active {
	color: #333333;
}

/*サイド_右*/
#side_r {
	float: right;
	width: 185px;
	padding-left: 30px;
}

#side_btn_soncho a {
	background-image: url(../images/btn_soncho.png);
	background-repeat: no-repeat;
	display: block;
	height: 55px;
	width: 185px;
	margin-bottom: 15px;
}

#side_btn_soncho a:hover {
	background-image: url(../images/btn_soncho_o.png);
	background-repeat: no-repeat;

}
#side_link a img {
	margin-bottom: 5px;
}


.txt_side_r_01 {
	color: #333333;
	padding: 10px;
}

#hr {
	height: 1px;
	background-image: url(../images/hr.gif);
	background-repeat: repeat-x;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

#banner img {
	margin-bottom: 8px;
}

/*メルマガ*/
.txt_mailmaga {
	color: #333333;
	line-height: 20px;
	padding-left: 10px;
}

.txt_mailmaga_orange {
	color: #FF3300;
	line-height: 20px;
}

/*フッター*/
#foot {
	background-image: url(../images/contents_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	float: none;
	clear: both;
	margin: 0px;
	padding: 0px;
}

#foot_top a {
	font-size: 12px;
	line-height: 45px;
	color: #FF6C00;
	padding-right: 35px;
}

#foot_sita {
	background-image: url(../images/foot_bg.gif);
	background-repeat: repeat-x;
	height: 142px;
	width: 960px;
	color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 0px;
	line-height: 25px;
	text-align: left;
}

#foot_sita a {
	font-size: 16px;
	color: #FFFFFF;
}

.foot_copy {
	font-size: 12px;
	color: #FFFFFF;
}

.pr {
	margin-top: 20px;
	margin-bottom: 20px;
}

.sontyou_title {
	font-size: 26px;
	color: #336633;
	width: 100%;
	font-weight: bold;
	text-align: center;
	font-family: "Meiryo UI";
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.hyobaku_title {
	font-size: 26px;
	color: #00F;
	width: 100%;
	font-weight: bold;
	text-align: left;
	font-family: "Meiryo UI";
	background-image: url(../kankoannai/images/title_01.jpg);
	line-height: 15px;
	padding: 10px;
	background-repeat: no-repeat;
	height: 80px;
}

.sontyou_txt {
	color: #333333;
	height: 50px;
	width: 100%;
	line-height: 30px;
	text-align: left;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-weight: bold;
}

.sontyou_txt_s {
	color: #FF3300;
	height: 50px;
	width: 100%;
	line-height: 20px;
	text-align: left;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 15px;
	font-size: 12px;
}

.hyobaku_txt_s {
	color: #00F;
	width: 100%;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	padding-left: 15px;
	padding-top: 10px;
}

#float_r {
	float: right;
	margin-bottom: 5px;
}

#float_l {
	float: left;
	margin-bottom: 5px;
}

#text_01 {
	line-height: 150%;
}

#text_04 {
	line-height: 150%;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
}

#text_05 {
	line-height: 150%;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
}

#text_03 {
	line-height: 150%;
	padding-top: 10px;
}

#text_02 {
	line-height: 25px;
	padding-left: 15px;
}

#midashi {
	line-height: 30px;
	letter-spacing: 2px;
	font-family: "Meiryo UI";
	text-align: left;
	margin: 0px;
	padding: 0px;
	background-image: url(../senkyo/images/icon_midashi.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

#midashi_2 {
	letter-spacing: 2px;
	text-align: left;
	background-image: url(../senkyo/images/midashi_bg.gif);
	background-repeat: repeat-x;
	line-height: 200%;
	padding-bottom: 4%;
}

#midashi_3 {
	line-height: 30px;
	letter-spacing: 2px;
	font-family: "Meiryo UI";
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	background-image: url(../link/images/icon_midashi.png);
	background-repeat: no-repeat;
	text-indent: 25px;
	background-position: left center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#midashi_4 {
	line-height: 200%;
	letter-spacing: 2px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	background-image: url(../sitemap/images/icon_midashi.png);
	background-repeat: no-repeat;
	text-indent: 20px;
	background-position: left center;
	margin-bottom: 4%;
}

#midashi_5 {
	line-height: 30px;
	letter-spacing: 2px;
	font-family: "Meiryo UI";
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	background-image: url(../senkyo/images/icon_midashi_2.png);
	background-repeat: no-repeat;
	text-indent: 25px;
	background-position: left center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#midashi_6 {
	line-height: 30px;
	letter-spacing: 2px;
	font-family: "Meiryo UI";
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	background-image: url(../sitemap/images/icon_midashi.png);
	background-repeat: no-repeat;
	text-indent: 25px;
	background-position: left center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

h3 {
	padding: 0px;
	line-height: 25px;
	font-family: "Meiryo UI";
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
}

/*テキスト_ライン高*/
.txt_line-hi_01 {line-height: 170%;}

/*テキスト_色*/
.txt_color_orenge {color: #ff6c00;}
.txt_color_green {color: #009900;}
.txt_color_red {color: #FF0000;}
p {
	margin-bottom: 5%;
	line-height: 170%;
	margin-top: 0px;
}
.txt_color_blue {
	color: #004080;
}

.main_bg ol {
	padding-left: 30px;
	margin-top: 1%;
	margin-bottom: 5%;
}
.main_bg ul {
	padding-left: 30px;
	margin-top: 1%;
	margin-bottom: 5%;
}
#table_bg {
	background-image: url(../kankoannai/img/title_01.jpg);
	background-repeat: no-repeat;
}
.margin_b25 {
	margin-bottom: 25px;
}
#jinkou {
}
