@charset "utf-8";

/*------------------------初期化------------------------*/
html, body, p, span, ul, ol, li, dl, dt, dd, form, fieldset, legend, label, input, select, hr, div {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
select,input,textarea {font-family:osaka, "メイリオ",  "ＭＳ Ｐゴシック", "ＭＳ ゴシック", Arial, sans-serif; font-size: 1em;} /*Mac IE 文字化け防止*/
hr {display: none;} /*CSS無効時の区切り線*/

body {
	margin: 0;
	padding: 0;
	font-size: 85%;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	color: #000;
}


/* LinkSetting */
A:link {text-decoration:none; color: #0000FF}
A:visited {text-decoration:none; color: #0000FF}
A:active  {text-decoration:underline; color: #F60}
A:hover {
	text-decoration:underline;
	color: #F60
}


/* layoutSetting */
body {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #FFF;
}

html {
 overflow-y: scroll;
}



img{
	border: none;
	vertical-align: bottom;

}

p{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

hr{
	line-height: 0px;
	visibility: hidden;
}

div#stage {
	width: 1000px;
	margin-left: auto;
	padding: 0px;
	margin-right: auto;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;	
}


div#wrapper{
	width: 950px;
	margin-left: auto;
	padding: 0px;
	margin-right: auto;
	background-color: #FFF;
}

.clear{
	clear: both;
	height: 0px;
	width: 0px;
}




#header{
	width: 950px;
	color: #999;
	text-align: left;
}

#header_catch{
	text-align: right;
	margin: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#header_logo{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 423px;
	height: 87px;
	}

#header_right{
	background-image: url(../images/logo_right.jpg);
	background-repeat: no-repeat;
	height: 87px;
	width: 520px;
	float: right;
	background-position: right top;
	margin: 0px;
	padding: 0px;
	text-align: right;
}





#contents{
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}


#con_left{
	text-align: left;
	float: left;
	width: 169px;
}




#con_right{
	float: right;
	width: 730px;
	margin-bottom: 20px;
}


#con_right_box{
	text-align: left;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#con_right_bg{
	background-image: url(../images/top_main_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#con_right_copy{
	width: 370px;
}


#left_menu{
	width: 169px;
}

#nav ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#nav li{
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	}


#nav li a {
	display: block;

}

#menu_list ul li ol{
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#menu_list ul li ol li{
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding: 3px;
}


#menu_list ul li ol li A:link {text-decoration:none; 	color: #333;}
#menu_list ul li ol li A:visited {text-decoration:none; 	color: #333;}
#menu_list ul li ol li A:active  {text-decoration:none; 	color: #333;}
#menu_list ul li ol li A:hover {
	color: #390;
	text-decoration: none;
}
#left_box{
	width: 169px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	margin-left: 5px;
}

#footer{
	text-align: left;
	background-color: #75d635;
	margin-top: 20px;
	color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	font-size: 12px;
}


#footer a{
	color: #fff;
}

#footer a:hover{
	color: #666;
	text-decoration: none;
}


#footer_area01{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	padding-left: 5px;
	margin-left: 25px;
	float: left;
}

#footer_area02{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	padding-left: 15px;
	float: left;
	margin-left: 20px;
}

#footer_area03{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	padding-left: 10px;
	margin-left: 10px;
	float: left;
}

#footer_area04{
	margin-top: 20px;
	text-align: right;
	margin-right: 20px;
}

#footer a:hover{
	color: #333;
}

#copyright{
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #F3F3F3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	text-align: right;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 12px;
}

h1{
	font-size: 150%;
	font-weight: bold;

}


h2 {
	font-size: 130%;
	font-weight: bold;
	color: #000;
	}
h2.title{
	margin-bottom: 10px;
	margin-top: 10px;
	border: 3px solid #3C0;
	padding: 10px;
	color: #000;
	font-weight: bold;
}

h3{
	font-weight: bold;
	color: #333;
	font-size: 120%;		

}

h3.title{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #3C0;
	font-weight: bold;
	}

h4{
	font-weight: bold;
	color: #333;
	font-size: 120%;		

}

h4.title{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-bottom: 5px;
	border: 1px solid #999;
	line-height: 1.6em;
	}
/*追加*/
.title_waku{
	color: #333;
	font-size: 120%;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-bottom: 15px;
	border: 1px solid #999;
	line-height: 1.6em;
	}

.link_ya_icon {
	background-image: url(../images/icon_ya_red.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-left: 15px;
}

.link_ya_icon a{
	color: #666;
}


.icon_mail{
	background-image: url(../images/icon_mail.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}

.list_icon01{
	padding: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.list_icon01 ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.list_icon01 li{
	background-image: url(../images/icon_01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 9px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 18px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}


.list_icon02{
	padding: 15px;
	}

.list_icon02 ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.list_icon02 li{
	background-image: url(../images/icon_02.jpg);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 18px;
	list-style-type: none;
}



.list_icon03{
	padding: 15px;
	}

.list_icon03 ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.list_icon03 li{
	background-image: url(../images/icon_kakudai.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 18px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

.list_icon04{
	padding: 15px;
	line-height: 1.5em;
	width: 280px;
	float: left;
	list-style-type: decimal;
	text-align: left;
	margin-left: 30px;
	}

.list_icon04 ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.list_icon04 li{
	border-bottom-color: #CCC;
	font-weight: bold;
	color: #033;
	list-style-image: url(../images/ya.png);
}
.list_icon04_r{
	padding: 15px;
	line-height: 1.5em;
	width: 290px;
	float: right;
	list-style-type: decimal;
	text-align: left;
	}

.list_icon04_r ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.list_icon04_r li{
	border-bottom-color: #CCC;
	font-weight: bold;
	color: #033;
	list-style-image: url(../images/ya.png);
}

.list_icon05{
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	}

.list_icon05 ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.list_icon05 li{
	background-image: url(../images/04.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 18px;
	list-style-type: none;
	

	font-weight: normal;
	color: #000;
}
.list_icon06{
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	}
/*アイコンなし*/
.list_icon06 ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.list_icon06 li{
	background-position: 5px 8px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 18px;
	list-style-type: none;
	font-weight: normal;
	color: #000;
}
#con_right .section10 .section10 .list_icon01 ul li .section10 .list_icon05 ul li {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.list_ol{
	padding: 15px;
}

.list_ol ol{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.list_ol li{
	list-style-type: decimal;
	padding: 5px;
	list-style-position: inside;
}

.set{}

.section_back{
	text-align: left;
	height: 50px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCC;
	border-bottom-color: #CCC;

}

.section10{
	text-align: left;
	padding: 10px;
}

#main_contents{
	margin-top: 15px;
	margin-bottom: 15px;
}

#main_contents ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#main_contents ul li{
	float: left;
}

#main_contents ul li .box0{
	height: 162px;
	width: 240px;
	background-color: #D6D6D6;
	background-image: url(../images/main_contents01_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	overflow: hidden;
	margin-right: 3px;
}

#main_contents ul li .box0 img{
	width: 100%;
}
.box0_copy{
	line-height: 120%;
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 20px;
}

.tableA table{
	margin-right: auto;
	margin-left: auto;
	border-top-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
	width: 100%;
}

.tableA th{
	border-right-style: solid;
	border-bottom-style: solid;
	margin: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	background-color: #EFEFEF;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	text-align: left;
}

.tableA td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding: 5px;
}
.tableB table{
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
	width: 100%;
	background-color: #F5F6F8;
	padding-left: 15px;
}
.tableB td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;

}
.tableC table{
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-left-style: none;
	width: 100%;
	border-right-style: none;
	border-bottom-style: none;
	height: 350px;
}

.tableC th{
	border-right-style: none;
	border-bottom-style: none;
	margin: 0px;
	background-color: #EFEFEF;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	text-align: left;
	border-top-style: none;
	border-left-style: none;
}

.tableC td{
	border-right-style: none;
	border-bottom-style: none;
	padding: 5px;
	border-top-style: none;
	border-left-style: none;
	line-height: 1.5em;
	font-size: 105%;
}


.tableD table{
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
	margin-right: auto;
	margin-left: auto;
}

.tableD th{
	border-right-style: solid;
	border-bottom-style: solid;
	margin: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	background-color: #EFEFEF;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 8px;
	text-align: right;
	width: 150px;
}

.tableD td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 5px;
	padding-left: 50px;
	text-align: right;
}






.txt_red{
	color: #F00;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding: 5px;
	margin: 0px;
	text-decoration: underline;
}
.txt_red_b{
	color: #EC6200;
	font-weight: bold;
}

.txt_kon_b{
	color: #000099;
	font-weight: bold;
	padding-top: 10px;
}
.txt_kon_m{
	color: #000099;

}



.txt_bold{
	font-weight: bold;
}
.txt_green {
	color: #363;
}

.txt_M{
	font-size: 120%;
}

.txt_S{
	font-size: 80%;
}

.txt_center{
	text-align: center;
}

.bg_blue{
	background-color: #e7f4a1;
	margin: 0px;
	padding: 5px;
}

.width400{
	width: 400px;
}



.width500{
	width: 500px;
}

.width600{
	width: 600px;
}
.sbox {
	float: none;
	width: 620px;
	clear: both;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 30px;
	font-size: 90%;
}
.s_size {
	float: none;
	clear: both;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 30px;
	font-size: 90%;
}
.s_size_mihon {
	float: none;
	clear: both;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-size: 90%;
}
.mbox {
	float: none;
	width: 600px;
	clear: both;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 1.6em;
}
#con_souzoku{
	background-image: url(../images/souzoku_ill.jpg);
	background-repeat: no-repeat;
	background-position: right 15px;
	padding-top: 15px;
	padding-right: 270px;
	padding-bottom: 15px;
	padding-left: 15px;
	text-align: left;
}

#con_yuigon{
	background-image: url(../images/yuigon_ill.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 20px;
	padding-right: 270px;
	padding-bottom: 15px;
	padding-left: 15px;
	text-align: left;
	height: 150px;
}
#con_rikon{
	background-image: url(../images/rikon_ill.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 15px;
	padding-right: 230px;
	padding-bottom: 20px;
	padding-left: 15px;
	text-align: left;
}
	
#stage #wrapper #contents #con_right .section10 .section10 form .tableA table tr th {
	top: auto;
	bottom: auto;
}
/*追加2012.10.02*/
h5.title {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #033;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 10px;
	padding-left: 15px;
}
.section10p{
	text-align: left;
	padding: 10px;
	border: 1px solid #FBDBC3;
	margin-bottom: 20px;
	background-image: url(../images/q.gif);
	background-repeat: no-repeat;
}


/*201201.25*/
.section10_dot{
	text-align: left;
	padding: 10px;
	border: 2px dotted #CCC;
}
.section_left30{
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}




#stage #wrapper #contents #con_right .section10 .section10p .list_icon02 ul li strong {
	font-weight: bold;
}
/**/
#stage #wrapper #contents #con_right .section10 .section10 .title_waku a {
	font-weight: bold;
	color: #EC6200;
}
.f_9px {
	font-size: 9px;
}
/**/
#footer ul{
	margin-left: 20px;
	list-style-type: none;
}

#footer ul li{
	list-style-type: none;
}

#footer a{
	color: #fff;
}

#footer a:hover{
	color: #666;
	text-decoration: none;
}
/**/
.list_icon07{
	padding: 5px;
}

.list_icon07 ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.list_icon07 ul li{
	background-image: url(../images/icon_check.png);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 18px;
	list-style-type: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 120%;
	font-weight: bold;
}
/*ながれ*/
.flow_map {
	height: 160px;
	
}
.flow_map img {
	height: 160px;
	width: 250px;
	float: left;
}
/**/

.sudan_waku{
	font-size: 140%;
	font-weight: bold;
	text-align: center;
	padding: 15px;
	border: 2px solid #CCC;
	margin: 15px;
}
#con_right .section10 .sudan_waku .section10.txt_center.txt_bold.txt_red {
	background-color: #22C95F;
}
/**/
.flow_map {
	height: 90px;
	
}
.flow_map img {
	height: 88px;
	width: 243px;
	float: left;
}
.flow_map_tx {
	height: 70px;
	width: 380px;
	float: left;
	margin-top: 20px;
}
/*プロフィール用*/
#aisatu{
	width: 690px;
	clear: both;
	float: none;
	}

.aisatu {
	text-align: left;
	padding: 0px;
	float: left;
	width: 300px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	line-height: 1.8em;
}
#aisatu img {
	float: right;
}
/**/
.qu {
	color: #333;
	background-image: url(../images/qu.gif);
	height: 40px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 30px;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 3px;
}

.qu p{
	font-weight: bold;
}
.qu_b {
	color: #333;
	background-image: url(../images/qu.gif);
	height: 55px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 30px;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 3px;
}
.qu_b p{
	font-weight: bold;
}
.an {
	background-image: url(../images/an.gif);
	background-repeat: no-repeat;
	margin-bottom: 20px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #A2AEC8;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	background-position: 0px 8px;
}
#con_right .section10 .an .section_left30 .list_icon02 ul li {
text-indent: 0px;
}
#con_right .section10 .an .section_left30 .list_icon06 ul li {
text-indent: 0px;
}
/*チャレンジ*/
.tableA_01 table{
	margin-right: auto;
	margin-left: auto;
	border-top-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
	width: 100%;
	font-size: 90%;
}

.tableA_01 th{
	border-right-style: solid;
	border-bottom-style: solid;
	margin: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	background-color: #EFEFEF;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	text-align: left;
	font-weight: bold;
}


.tableA_01 td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding: 5px;
}
.t_01_box1{
	width: 15ex;
	}
	.t_01_box2{
	width: 17ex;
	}
		.t_01_box3{
	width: 21ex;
	}
	
.tableA_02 table{
	margin-right: auto;
	margin-left: auto;
	border-top-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
	width: 100%;
	font-size: 90%;
}

.tableA_02 th{
	border-right-style: solid;
	border-bottom-style: solid;
	margin: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	background-color: #EFEFEF;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	text-align: left;
	font-weight: bold;
}

.tableA_02 td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding: 5px;
}
.t_02_box1{
	width: 14ex;
	}
	.t_02_box2{
	width: 19ex;
	}
	.tableA_03 table{
	margin-right: auto;
	margin-left: auto;
	border-top-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
	width: 100%;
	font-size: 90%;
}

.tableA_03 th{
	border-right-style: solid;
	border-bottom-style: solid;
	margin: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	background-color: #EFEFEF;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	text-align: left;
	font-weight: bold;
}

.tableA_03 td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding: 5px;
}
.t_03_box1{
	width: 17ex;
	}
	.t_03_box2{
	width: 19ex;
	}
.center_b {
	font-size: 16px;
	line-height: 2em;
	font-weight: bold;
	color: #666;
	text-align: center;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 2px dotted #658F37;
}
.end_mokuji {

	background-repeat: no-repeat;
	padding-left: 100px;
	padding-bottom: 20px;
	/*高さ150消す20160331*/
}
.txt_bold_20{
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	width: 670px;
	height: 24px;
	background-image: url(../images/t_b_20_bg.png);
	background-repeat: no-repeat;
	padding: 10px;
	color: #060;
}
.box650 {
	height: 300px;
	width: 650px;
	color: #FFF;
}
.en_lef {
	float: left;
	width: 200px;
}
.en_rig {
	float: right;
	width: 200px;
	margin-left: 100px;
}
	
.tableA_12 table{
	margin-right: auto;
	margin-left: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	width: 100%;
	font-size: 90%;
}

.tableA_12 th{
	border-right-style: solid;
	border-bottom-style: solid;
	margin: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	background-color: #EFEFEF;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	text-align: left;
	font-weight: bold;
}

.tableA_12 td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding: 5px;
}
/**/
.section10_15up{
	text-align: left;
	margin-top: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
/**/
.tableA_05 table{
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	font-size: 90%;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
.tableA_05 tr{
	margin: 0px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	text-align: left;
	font-weight: bold;
	border-right: 1px solid #CCC;
	border-bottom: 1px dotted #CCC;
}


.tableA_05 td{
	padding: 5px;
	border-right: 1px solid #CCC;
	border-bottom: 1px dotted #CCC;
}

/**/
#sinkoku07 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#sinkoku07 .list_icon03 ul li {
	border-style: none;
}

/*判例*/

.setQ{
	background-image: url(../images/icon_kakudai.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 15px;
	font-size: 110%;
	font-weight: bold;
	padding-top: 0px;
}

.setA{
	background-image: url(../images/iconA.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 20px;
	margin-top: 0px;
	padding-left: 10px;
	font-weight: normal;
	font-size: 100%;
	padding-top: 10px;
}
/*2015*/
#con_leftarea{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #090;
}


#con_leftarea ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;

}
#con_leftarea ul li{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-bottom: 3px;
	background-position: left 9px;


}

#con_leftarea ul li A:link {
	text-decoration:none;
	color: #000000;
	display: block;
	background-image: url(../images/icon_q_maru.png);
	list-style-type: none;
	background-repeat: no-repeat;
		padding-left: 25px;
}
#con_leftarea ul li A:visited {text-decoration:none; 
color: #000000;
	background-image: url(../images/icon_q_maru.png);
	list-style-type: none;
	background-repeat: no-repeat;
	padding-left: 25px;
	}
#con_leftarea ul li A:active  {text-decoration:underline; color: #000000;
	background-image: url(../images/icon_q_maru.png);
	list-style-type: none;
	background-repeat: no-repeat;
	padding-left: 25px;
	}
#con_leftarea ul li A:hover {
	color: #090;
		background-image: url(../images/icon_q_maru.png);
	list-style-type: none;
	background-repeat: no-repeat;
	padding-left: 25px;
}

#rig_con {
	font-weight: bold;
	text-align: right;
	width: 95%;
	padding-right: 10px;
	font-size: 105%;
	text-decoration: underline;
}
#rig20{
	
	
	}
	
#rig20 .list_icon02 ul li {
		margin-left: 25px;
}
#rig20 .list_icon02 ul{
		margin-bottom: 25px;
}

#rig20nini{
		margin-left: 25px;
		margin-bottom: 25px;
}
.rig20nini5{
		margin-left: 25px;
}
.txt_M_red{
	font-size: 120%;
    color: #EC6200;
}
.box3sen {
	text-align: left;
	width: 100%;
	border: 1px solid #009;
	padding: 5px;
}
.txt_s_s{
	font-size: 90%;
}
.box3s {
	
	border: 1px solid #F96;
	padding: 2px;
}

@charset "UTF-8";
/** image viewer */
/** reset */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-style: normal; font-weight: normal; vertical-align: baseline; background: transparent; }


li { list-style: none; }

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

ins { text-decoration: none; }

del { text-decoration: line-through; }

table { border-collapse: collapse; border-spacing: 0; }

img { vertical-align: bottom; }

:focus { outline: 0; }

.mod-image { width: 675px; }
.mod-image .main { width: 675px; height: 200px; }
.mod-image .main li { display: none; position: absolute; }
.mod-image .thumb { padding: 0 2px 5px; _margin: 0 -3px; overflow: hidden; _zoom: 1; background: url(../img/shared/bg.gif); }
.mod-image .thumb li { position: relative; float: left; margin: 5px 3px 0; width: 101px; height: 70px; background: #fff; cursor: pointer; }
.mod-image .thumb img { position: absolute; top: 0; background: #fff; opacity: 0.6; -moz-opacity: 0.6; -webkit-opacity: 0.6; filter: alpha(opacity=80); }
.mod-image .thumb .current { position: absolute; top: -5px; width: 101px; height: 75px; opacity: 0; -moz-opacity: 0; -webkit-opacity: 0; filter: alpha(opacity=0); background: url(../img/shared/target.gif) no-repeat; }


/*----追加---*/

#sp_nav{
	display: none;
}



.txt_red_m{
	color: #FF0000;
	font-weight: bold;
}
/*ながれ*/
.flow_map2 {
	height: 120px;
	
}
.flow_map2 img {
	height: 160px;
	width: 250px;
	float: left;
}
.flow_map2 img {
	height: 88px;
	width: 243px;
	float: left;
}
.flow_map2_tx {
	height: 100px;
	width: 380px;
	float: left;
	margin-top: 20px;
}
/**/