/* CSS Document */

@charset "Shift_JIS";

@import url("/additional.css");

/*ユニバーサルセレクタ*/
html,body,h1,h2,h3,h4,h5,a{
	margin: 0;
	padding:0px;
	/* font-size:99%; */
	font-size: 100%;
}

p,dl,dt,dd,ul,li,div{
	margin: 0;
	padding:0px;
	/* font-size:99%; */
	font-size: 98%;
	line-height:1.5em;
}

form,input{
	margin:0px;
	padding:0px;
	font-size:99%;
	line-height:1em;
}

/*+++++++++++++++++++++++++++++++++++++++++++ clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*ブラウザによってちがう幅・高さの解釈の対策*/
* { -webkit-box-sizing: border-box;}
* { box-sizing : border-box;}
* { -moz-box-sizing : border-box;}
* { box-sizing: border-box;}


/*ボディ*/
body {
	padding: 0px;
	margin: 0; /* 0716 下層ページにフッターを設置時に設定 */
	/* margin:0px 10px 10px 10px; */
	background: url(top_img/header_bg.gif) repeat-x;
	color:#000000;
	text-align:center;
}

/*-------------------------------------------------------
パンくずリスト
-------------------------------------------------------- */
#pankuzu{
text-align:right; padding:5px 10px; font-size:0.813em;
width: 1002px;
margin: 0em auto;
}
#pankuzu a{
}

.wrapper{
	width:1060px;
	margin:0 auto;
	background:url(top_img/body_bg2.gif) center repeat-y;
}


/*基本的なリンクスタイル*/
a:link{
	color: #003399;
	text-decoration: underline;
}

a:visited{
	color: #990033;
	text-decoration: underline;
}

a:active{
	color: #FF3333;
	text-decoration: underline;
}

a:hover{
	color: #FF3333;
	text-decoration: underline;
}

a img {
	border: none;
	text-decoration: none;
}

h2{
	text-indent:35px;
	font-size:1.1em;
	font-weight:bold;
	padding-top:4px;
}

h3{
	padding-top:3px;
	/* text-indent:30px; */
	font-size:1em;
	font-weight:bold;
	/* height:25px; */
	/* width:265px; */
}

p{
	text-indent:1em;
}

#header{
	-moz-margin: 0 0 2px 0;
	-moz-min-height: 110px;
	margin: 0 0 2px 0;
	/* margin-bottom:2px; */ 
	/* height:110px; */
	min-height: 110px; 
	font-size:15px; 
	line-height:100%;
	z-index: 1;
}

/*ヘッダ*/

#header .header_left{
	float:left;
	width:400px;
	padding-top:15px;
}

/*
#header h1{
margin:auto; background-image:url(top_img/title_base_back.png); width:250px; height:75px;
}
*/

#header .header_body .kyuta{
	float:left;
	width:95px;
	height:92px;
	margin-top:5px;	
	text-align:center;
}

#header .header_right{
	float:right;
	text-align:right;
	width:620px;
}

#header .header_right ul{
	display:inline;
}

#header li a{
	color:#ffffff;
}

.multilingual{
	width:410px; margin-top:0;
}
.multilingual .title{
	color:#0000ff;
	font-weight:bold;
	font-size:14px;
}
.multilingual a.eng{display:block; overflow:hidden; text-indent:9999px; width:63px; background:url(top_img/t_multi1.gif) no-repeat; }
.multilingual a:hover.eng{width:63px; background:url(top_img/t_multi1_f2.gif) no-repeat; }
.multilingual a.chi{display:block; overflow:hidden; text-indent:9999px; width:63px; background:url(top_img/t_multi2.gif) no-repeat; }
.multilingual a:hover.chi{width:63px; background:url(top_img/t_multi2_f2.gif) no-repeat; }
.multilingual a.kor{display:block; overflow:hidden; text-indent:9999px; width:63px; background:url(top_img/t_multi3.gif) no-repeat; }
.multilingual a:hover.kor{width:63px; background:url(top_img/t_multi3_f2.gif) no-repeat; }
.multilingual a.tha{display:block; overflow:hidden; text-indent:9999px; width:63px; background:url(top_img/t_multi4.gif) no-repeat; }
.multilingual a:hover.tha{width:63px; background:url(top_img/t_multi4_f2.gif) no-repeat; }
.multilingual a.phi{display:block; overflow:hidden; text-indent:9999px; width:63px; background:url(top_img/t_multi5.gif) no-repeat; }
.multilingual a:hover.phi{width:63px; background:url(top_img/t_multi5_f2.gif) no-repeat; }

.menu{
	width:auto; margin-top:2px; margin-right:3px;
}
.menu a{
	color:#fff; font-size:14px;
}
.menu a:hover{
	color:#FF3333;
}

.menu a:visited {
	color:#ffffff;
}

.search{
	width:278px;
	height:auto;
	font-size:15px;
	line-height:100%;
	margin:0;
	padding:0;
}
.search li{
	float:right;
	height:auto;
	padding-left:15px;
	margin-left:10px;
	list-style:none;
	background:url(top_img/list2.gif) no-repeat 0 2px;
}

.search li .search_box{
	width:200px;
	height:21px;
	font-size:13px;
	margin:0;
	padding:0;
	line-height:21px;
}

* html .search li .search_box{/* IE 6 */
	width:200px;
	height:17px;
	font-size:13px;
	margin:0;
	padding:0;
	line-height:17px;
}

*:first-child+html .search li .search_box{/* IE 7 */
	width:200px;
	height:17px;
	font-size:13px;
	margin:0;
	padding:0;
	line-height:17px;
}

.search li .fs{
	width:40px;
	height:auto;
	font-size:85%;
	margin:0;
	padding:0;
	}

* html .search li .fs{/* IE 6 */
	width:40px;
	height:23px;
	font-size:85%;
	vertical-align:top;
	}

*:first-child+html .search li .fs{/* IE 7 */
	width:40px;
	height:23px;
	font-size:85%;
	vertical-align:top;
	padding-top:2px;
	}

.search li .fs-top{
	width:40px;
	height:auto;
	font-size:85%;
	}

* html .search li .fs-top{/* IE 6 */
	width:40px;
	height:23px;
	font-size:85%;
	vertical-align:top;
	padding-top:2px;
	}

*:first-child+html .search li .fs-top{/* IE 7 */
	width:40px;
	height:23px;
	font-size:85%;
	vertical-align:top;
	padding-top:2px;
	}

/*トップイメージ*/
.topvisual{
	text-align:center;
	padding:0;
	margin:5px auto;
}

/*グローバル*/
#global{
	margin:0px auto;
	padding:0px;
	width:1002px;
	text-align:left;
	padding-left:1px;
	font-size:0.95em;
}

*html #global{
	margin:0px auto;
	width:1002px;
	text-align:left;
	padding-left:1px;
}

*:first-child+html #global{
	margin:0px auto;
	width:1025px;
	text-align:left;
	padding-left:1px;
}



#global ul li{
	list-style: none;
	float:left;
	height:80px;
	text-align:center;
}

#global ul li a{
	padding-top:7px;
	padding-bottom:5px;
	height:80px;
	font-size:0.95em !important;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	display:block;
	line-height:130%;
}

/* グローバルナビゲーション トップ */
#global ul li.global1{
	background:url(top_img/nav/standard/nav-01.gif) no-repeat;
	width:89px;
	height:80px;
	border-bottom:1px solid #a9b9c5;
}

#global ul li.global1 a:hover{
	background:url(top_img/nav/standard/on/nav-01_on.gif) no-repeat;
	width:89px;
	height:80px;
	border-bottom:1px solid #a9b9c5;
}

#global ul li.global1_ro{
	background:url(top_img/nav/standard/on/nav-01_on.gif) no-repeat;
	width:89px;
	height:80px;
	border-bottom:1px solid #a9b9c5;
}

/* グローバルナビゲーション お知らせ */
#global ul li.global11{
	background:url(top_img/nav/standard/nav-02.gif) no-repeat;
	width:107px;
	height:80px;
	border-bottom:1px solid #a9b9c5;
}

#global ul li.global11 a:hover{
	background:url(top_img/nav/standard/on/nav-02_on.gif) no-repeat;
	width:107px;
	height:80px;
	border-bottom:1px solid #a9b9c5;
}

#global ul li.global11_ro{
	background:url(top_img/nav/standard/on/nav-02_on.gif) no-repeat;
	width:107px;
	height:80px;
	border-bottom:1px solid #a9b9c5;
}

/* グローバルナビゲーション 安心・安全情報 */
#global ul li.global2{
	background:url(top_img/nav/standard/nav-03.gif) no-repeat;
	width:145px;
	height:80px;
	border-bottom:1px solid #a9b9c5;
}

#global ul li.global2 a:hover{
	background:url(top_img/nav/standard/on/nav-03_on.gif) no-repeat;
	width:145px;
	height:80px;
	border-bottom:1px solid #a9b9c5;
}

#global ul li.global2_ro{
	background:url(top_img/nav/standard/on/nav-03_on.gif) no-repeat;
	width:145px;
	height:80px;
	border-bottom:1px solid #a9b9c5;
}

/*グローバルナビゲーション 災害情報 */
#global ul li.global3 {
	background:url(top_img/nav/standard/nav-04.gif) no-repeat;
	width:107px;
	height:80px;
	border-bottom:1px solid #a9b9c5;
}

#global ul li.global3 a:hover {
	background:url(top_img/nav/standard/on/nav-04_on.gif) no-repeat;
	width:107px;
	height:80px;
	border-bottom:1px solid #a9b9c5;
}

#global ul li.global3_ro {
	background:url(top_img/nav/standard/on/nav-04_on.gif) no-repeat;
	width:107px;
	height:80px;
	border-bottom:1px solid #a9b9c5;
}

/* グローバルナビゲーション 組織・施設 */
#global ul li.global4 {
	background:url(top_img/nav/standard/nav-05.gif) no-repeat;
	width:113px;
	height:80px;
	border-bottom:1px solid #a9b9c5;
}

#global ul li.global4 a:hover {
	background:url(top_img/nav/standard/on/nav-05_on.gif) no-repeat;
	width:113px;
	height:80px;
	border-bottom:1px solid #a9b9c5;
}

#global ul li.global4_ro {
	background:url(top_img/nav/standard/on/nav-05_on.gif) no-repeat;
	width:113px;
	height:80px;
	border-bottom:1px solid #a9b9c5;
}

/* グローバルナビゲーション 公表・報告 */
#global ul li.global5 {
	background:url(top_img/nav/standard/nav-06.gif) no-repeat;
	width:113px;
	height:80px;
	border-bottom:1px solid #a9b9c5;
}

#global ul li.global5 a:hover {
	background:url(top_img/nav/standard/on/nav-06_on.gif) no-repeat;
	width:113px;
	height:80px;
	border-bottom:1px solid #a9b9c5;
}

#global ul li.global5_ro {
	background:url(top_img/nav/standard/on/nav-06_on.gif) no-repeat;
	width:113px;
	height:80px;
	border-bottom:1px solid #a9b9c5;
}

/* グローバルナビゲーション 試験・講習 */
#global ul li.global7{
	background:url(top_img/nav/standard/nav-07.gif) no-repeat;
	width:113px;
	height:80px;
	border-bottom:1px solid #a9b9c5;
}

#global ul li.global7 a:hover{
	background:url(top_img/nav/standard/on/nav-07_on.gif) no-repeat;
	width:113px;
	height:80px;
	border-bottom:1px solid #a9b9c5;
}

#global ul li.global7_ro{
	background:url(top_img/nav/standard/on/nav-07_on.gif) no-repeat;
	width:113px;
	height:80px;
	border-bottom:1px solid #a9b9c5;
}

/* グローバルナビゲーション 採用案内 */
#global ul li.global8 {
	background:url(top_img/nav/standard/nav-08.gif) no-repeat;
	width:107px;
	height:80px;
	border-bottom:1px solid #a9b9c5;
}

#global ul li.global8 a:hover {
	background:url(top_img/nav/standard/on/nav-08_on.gif) no-repeat;
	width:107px;
	height:80px;
	border-bottom:1px solid #a9b9c5;
}

#global ul li.global8_ro {
	background:url(top_img/nav/standard/on/nav-08_on.gif) no-repeat;
	width:107px;
	height:80px;
	border-bottom:1px solid #a9b9c5;
}

/* グローバルナビゲーション 申請様式 */
#global ul li.global9 {
	background:url(top_img/nav/standard/nav-09.gif) no-repeat;
	width:107px;
	height:80px;
	border-bottom:1px solid #a9b9c5;
}

#global ul li.global9 a:hover{
	background:url(top_img/nav/standard/on/nav-09_on.gif) no-repeat;
	width:107px;
	height:80px;
	border-bottom:1px solid #a9b9c5;
}

#global ul li.global9_ro{
	background:url(top_img/nav/standard/on/nav-09_on.gif) no-repeat;
	width:107px;
	height:80px;
	border-bottom:1px solid #a9b9c5;
}

#global ul li.global10{
	background:url(top_img/global5_clear2.gif) no-repeat;
	width:135px;
	height:80px;
	border-bottom:1px solid #a9b9c5;
}

#global ul li.global10 a:hover{
	background:url(top_img/global5_ro_clear2.gif) no-repeat;
	width:135px;
	height:80px;
}

#global ul li.global10_ro{
	background:url(top_img/global5_ro_clear2.gif) no-repeat;
	width:135px;
	height:80px;
	border-bottom:1px solid #a9b9c5;
}

/*ボディ*/

#contents #left_block{
	width: 430px;
	float:left;
	padding:12px 0 12px 0;
}

#contents #right_block{
	width:548px;
	float:right;
	padding:12px 0 0 0;
}


/* 緊急情報 */
#contents #left_block .kinkyu{
	width:426px;
	margin-bottom:6px;
	border:1px solid #9A9476;
	border-top:none;
	padding:0;
}

#contents #left_block .kinkyu p{
	font-size:80%;
	line-height:140% !important;
}

#contents #left_block .kinkyu .title{
	margin-bottom: 5px;
	text-indent:0px;
}

#contents #left_block .kinkyu .title a{
	font-size:1.15em;
	font-weight:bold;
	line-height:140% !important;
}

#contents #left_block .kinkyu .detail{
	margin-top:10px;
	text-align:right;
}

#contents #left_block .h2_kinkyu{
	width:426px;
	height:auto;
	background:url(top_img/04kinkyu.gif)  no-repeat;
	color:#880000;
	margin:0px;
	border-bottom:1px solid #999;
	padding:4px 0 2px 35px;
	text-indent:0px;
	text-align:left;
}


/*TFDNOW*/
/*
#contents #left_block .tfdnow{
	width:426px;
	margin-bottom:6px;
	border:1px solid #778f7c;
	border-top:none;
	padding:0;
}
*/
#contents #left_block .tfdnow{
	width:426px;
	margin-bottom:6px;
	border:1px solid #778f7c;
	border-top:none;
	padding:0;
}

#contents #left_block .tfdnow p{
	font-size:80%;
	line-height:140% !important;
}

#contents #left_block .tfdnow .title{
	font-size:100%;
	margin-bottom: 5px;
	text-indent:0px;
}

#contents #left_block .tfdnow .title a{
	font-size:1.15em;
	font-weight:bold;
	line-height:140% !important;
}

#contents #left_block .tfdnow .title a strong{
	font-size:80%;
}

#contents #left_block .tfdnow .detail{
	/*margin-top:10px;*/
	text-align:right;
}

#contents #left_block .h2_tfdnow{
	width:426px;
	height:auto;
	background:url(top_img/04tfdnow.gif) no-repeat;
	color:#004400;
	margin:0px;
	border-bottom:1px solid #999;
	padding:4px 0 2px 35px;
	text-indent:0px;
	text-align:left;
}

/*#contents #left_block span{
	color:#000000;
	font-size:0.8em;
}*/

/*最新情報*/

#contents #left_block .h2_newinfo{
	width:426px;
	height:auto;
	background:url(top_img/04newinfo.gif) no-repeat;
	color:#990066;
	margin:0px;
	border-bottom:1px solid #999;
	padding:4px 0 2px 35px;
	text-indent:0px;
	text-align:left;
}

#contents #left_block .newinfo{
	width:426px;
	margin-bottom:20px;
	border:1px solid #896885;
	border-top:none;
	padding-top:7px;
}

#contents #left_block .newinfo .important{
	margin:0px 7px 5px;
	padding-bottom:7px;
	border-bottom:1px solid #999999;
}


#contents #left_block .newinfo .important dt{
	background:#ffd2d3;
	color:#FF0000;
	width:150px;
	float:left;
	padding:5px;
}

#contents #left_block .newinfo .important dd{
	background:#ffd2d3;
	padding:5px 0;
	text-align:left;
}

#contents #left_block .newinfo .normal{
	margin:0px 7px 7px 7px;
}
#contents #left_block .newinfo .normal dt{
	float:left;
	width:150px;
	padding:5px;
	text-align:center;
}

#contents #left_block .newinfo .normal dd{
	padding:5px 0 5px 150px;
	border-bottom:1px solid #999999;
	text-align:left;
}

#contents #left_block .newinfo .detail{
	padding:5px 7px 7px 0;
	text-align:right;
}


/*大切な事*/

#contents #right_block .h2_foryou{
	width:270px;
	height:auto;
	margin: 12px 0 0 8px;
	background-color: #fbe5d6;
	border-radius: 10px 10px 0 0;
	border: 1px solid #999;
	color:#000000;
	padding:4px 22px 2px 18px;
	text-indent:0px;
	position: absolute;
	top: 0;
	left: 0;
}

/*
#contents #right_block .foryou{
	width:526px;
	border:1px solid #8e7385;
	border-top:none;
	padding:3px 0;
	margin:0px 16px 15px 8px;
}
*/

/* kyukyu-box */
.kyukyu-box {
	width:526px;
	border:5px solid #00479d;
	padding:3px 4px 3px 4px;
	margin: 29.5px 16px 6px 8px;
	/* border-radius: 15px; */
}

.kyukyu-box:after {
	content: '';
	display: block;
	clear: both;
}

.kyukyu-box02 {
	width:526px;
	border:1px solid #8e7385;
	padding:3px 4px 3px 4px;
	margin: 10px 16px 10px 8px;
}

.kyukyu-box-inner {
	margin: 0 auto;
	padding: 0 10px;
}

.kyukyu-box-inner p {
	text-indent: 0 !important;
}

.fs_105 {
	font-size: 105%;
}

.fs_110 {
	font-size: 110%;
}

.fs_120 {
	font-size: 120%;
}

p.img7119 {
	margin: 10px auto;
	width: 380px;
}

.bld {
	font-weight: 700;
}

.red {
	color: #ff0000;
}

.color333366 {
	color: #0070c0;
}

#contents #right_block .foryou{
	width:526px;
	border:1px solid #8e7385;
	padding:3px 0 3px 4px;
	margin: 10px 16px 10px 8px;
}

.blue {
	color: #00479d;
}

.green {
	color: #009933;
}

.radius {
	border-radius: 15px;
}


/* ボタン */
/* btn01 */
.kyukyu-box .btn01:after {
	content: '';
	display: block;
	clear: both;
}

.kyukyu-box .btn01 {
	background: #ffffff url("/top_img/btn/standard/btn-01.png") no-repeat scroll 25px 8px;
	width: 236px;
	margin: 0 auto;
	padding: 6px;
	border: 4px solid #00479d;
	border-radius: 15px;
	box-shadow: 0 2px 0 #00479d, 0 2px 0 rgba(0,0,0,0.2);
}

.kyukyu-box .btn01 p  {
	padding-left: 75px;
	padding-top: 15px;
	color: #00479d;
	text-align: left;
}

.kyukyu-box .btn01 p.come  {
	padding-left: 0;
	padding-top: 15px;
	color: #00479d;
	text-align: center;
}

.kyukyu-box .btn01 .btn-inner {
	margin: 5px auto;
	background-color: #00479d;
	border: 4px solid #00479d;
	border-collapse: collapse;
	padding: 4px;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	width: 95%;
}

.kyukyu-box .btn01 .btn-inner td.bg-white {
	background-color: #ffffff;
	color: #00479d;
}

.kyukyu-box .btn01 .btn-inner td {
	text-align: center;
	padding: 2px;
	width: 50%;
}

.kyukyu-box a {
  cursor: pointer;
  text-decoration: none;
}
 
.kyukyu-box a:hover .btn01 {
  /* opacity: 0.6; */
  background: #a7cdfb url("/top_img/btn/standard/btn-01.png") no-repeat scroll 25px 8px;
}

/* btn02 */
.kyukyu-box .btn02:after {
	content: '';
	display: block;
	clear: both;
}

.kyukyu-box .btn02 {
	background: #ffffff url("/top_img/btn/standard/btn-02.png") no-repeat scroll 30px 12px;
	width: 236px;
	margin: 0 auto;
	padding: 6px;
	border: 4px solid #009933;
	border-radius: 15px;
	box-shadow: 0 2px 0 #009933, 0 2px 0 rgba(0,0,0,0.2);
}

.kyukyu-box .btn02 p  {
	padding-left: 80px;
	padding-top: 15px;
	color: #009933;
	text-align: left;
}

.kyukyu-box .btn02 p.come  {
	padding-left: 0;
	padding-top: 15px;
	color: #009933;
	text-align: center;
}

.kyukyu-box .btn02 .btn-inner {
	margin: 5px auto;
	background-color: #009933;
	border: 4px solid #009933;
	border-collapse: collapse;
	padding: 4px;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	width: 95%;
}

.kyukyu-box .btn02 .btn-inner td.bg-white {
	background-color: #ffffff;
	color: #009933;
}

.kyukyu-box .btn02 .btn-inner td {
	text-align: center;
	padding: 2px;
	width: 50%;
}

.kyukyu-box a {
  cursor: pointer;
  text-decoration: none;
}
 
.kyukyu-box a:hover .btn02 {
  /* opacity: 0.6; */
  background: #acf2c3 url("/top_img/btn/standard/btn-02.png") no-repeat scroll 30px 12px;
}

/* btn03 */
.kyukyu-box02 .btn03:after {
	content: '';
	display: block;
	clear: both;
}

.kyukyu-box02 .btn03 {
	background: #fff4d4 url("/top_img/btn/standard/btn-03.png") no-repeat scroll 14px 10px;
	width: 236px;
	height: 62px;
	margin: 0 auto;
	padding: 6px;
	border: 2px solid #ffe086;
	border-radius: 5px;
	box-shadow: 0 2px 0 #ffe086, 0 2px 0 rgba(0,0,0,0.2);
}

.kyukyu-box02 .btn03 p  {
	padding-left: 60px;
	padding-top: 13px;
	color: #72410f;
	text-align: left;
}

.kyukyu-box02 a {
  cursor: pointer;
  text-decoration: none;
}
 
.kyukyu-box02 a:hover .btn03 {
  /* opacity: 0.6; */
  background: #fde7a9 url("/top_img/btn/standard/btn-03.png") no-repeat scroll 14px 10px;
}

/* btn04 */
.kyukyu-box02 .btn04:after {
	content: '';
	display: block;
	clear: both;
}

.kyukyu-box02 .btn04 {
	background: #ffffff url("/top_img/portal/icon-01.png") no-repeat scroll 155px 10px;
	width: 236px;
	height: 62px;
	margin: 0 auto;
	padding: 6px;
	border: 2px solid #666666;
	border-radius: 5px;
	box-shadow: 0 2px 0 #666666, 0 2px 0 rgba(0,0,0,0.2);
	position:relative;
}

.kyukyu-box02 .btn04 p  {
	padding-left: 35px;
	padding-top: 13px;
	color: #000000;
	text-align: left;
}

.kyukyu-box02 a {
  cursor: pointer;
  text-decoration: none;
}
 
.kyukyu-box02 a:hover .btn04 {
  /* opacity: 0.6; */
  background: #fff299 url("/top_img/portal/icon-01.png") no-repeat scroll 155px 10px;
}

/* btn05 */
.kyukyu-box02 .btn05:after {
	content: '';
	display: block;
	clear: both;
}

.kyukyu-box02 .btn05 {
	background: #ffffff url("/top_img/portal/icon-02.png") no-repeat scroll 155px 15px;
	width: 236px;
	height: 62px;
	margin: 0 auto;
	padding: 6px;
	border: 2px solid #666666;
	border-radius: 5px;
	box-shadow: 0 2px 0 #666666, 0 2px 0 rgba(0,0,0,0.2);
	position:relative;
}

.kyukyu-box02 .btn05 p  {
	padding-left: 35px;
	padding-top: 13px;
	color: #000000;
	text-align: left;
}

.kyukyu-box02 a {
  cursor: pointer;
  text-decoration: none;
}
 
.kyukyu-box02 a:hover .btn05 {
  /* opacity: 0.6; */
  background: #fff299 url("/top_img/portal/icon-02.png") no-repeat scroll 155px 15px;
}

/* btn06 */
.kyukyu-box02 .btn06:after {
	content: '';
	display: block;
	clear: both;
}

.kyukyu-box02 .btn06 {
	background: #ffffff url("/top_img/portal/icon-03.png") no-repeat scroll 160px 7px;
	width: 236px;
	height: 62px;
	margin: 0 auto;
	padding: 6px;
	border: 2px solid #666666;
	border-radius: 5px;
	box-shadow: 0 2px 0 #666666, 0 2px 0 rgba(0,0,0,0.2);
	position:relative;
}

.kyukyu-box02 .btn06 p  {
	padding-left: 35px;
	padding-top: 13px;
	color: #000000;
	text-align: left;
}

.kyukyu-box02 a {
  cursor: pointer;
  text-decoration: none;
}
 
.kyukyu-box02 a:hover .btn06 {
  /* opacity: 0.6; */
  background: #fff299 url("/top_img/portal/icon-03.png") no-repeat scroll 160px 7px;
}

/* btn07 */
.kyukyu-box02 .btn07:after {
	content: '';
	display: block;
	clear: both;
}

.kyukyu-box02 .btn07 {
	background: #ffffff url("/top_img/portal/icon-04.png") no-repeat scroll 160px 17px;
	width: 236px;
	height: 62px;
	margin: 0 auto;
	padding: 6px;
	border: 2px solid #666666;
	border-radius: 5px;
	box-shadow: 0 2px 0 #666666, 0 2px 0 rgba(0,0,0,0.2);
	position:relative;
}

.kyukyu-box02 .btn07 p  {
	padding-left: 35px;
	padding-top: 13px;
	color: #000000;
	text-align: left;
}

.kyukyu-box02 a {
  cursor: pointer;
  text-decoration: none;
}
 
.kyukyu-box02 a:hover .btn07 {
  /* opacity: 0.6; */
  background: #fff299 url("/top_img/portal/icon-04.png") no-repeat scroll 160px 17px;
}

.btn-area {
	margin: 5px auto 10px;
}

.btn-area:after {
	content: '';
	display: block;
	clear: both;
}

#contents #right_block .foryou ul li{
	float:left;
	height:50px;
	width:255px;
	margin:3px 5px 3px 0;
	padding:5px 0 0 5px;
	border:1px solid #cccccc;
	list-style:none;
	text-align:left;
	display:inline;
}

#contents #right_block .foryou .one ul li{
	float:left;
	height:50px;
	width:515px;
	margin:3px 5px 3px 0;
	padding:5px 0 0 5px;
	border:1px solid #cccccc;
	list-style:none;
	text-align:left;
	display:inline;
}
/*PICKUP*/
/*
#contents #right_block .pickup{
	margin:0px 16px 0 8px;
	border:1px solid #b99f81;
	background:#e8e6d3;
	margin-bottom:15px;
	display:block;
	text-indent:0;
}
*/
#contents #right_block .pickup{
	width:526px;
	margin:0px 16px 0 8px;
	border:1px solid #b99f81;
	background:#e8e6d3;
	margin-bottom:6px;
	display:block;
	text-indent:0;
}

#contents #right_block .pickup h2{
	color:#512d03;
	padding:5px 0 3px 10px;
	margin:0px;
	text-indent:0px;
	text-align:left;
}

#contents #right_block .pickup p{
	margin:0px 10px;
	text-align:left;
	text-indent:0;
	font-size:90%;
}

#contents #right_block .pickup img{
	border:1px solid #b99f81;
	margin:9px 5px;
}

/* 東日本大震災関連情報 */
#contents #right_block .earthquake{
	width:526px;
	margin:0px 16px 0 8px;
	border:1px solid #666666;
	background:#EFEFEF;
	margin-bottom:6px;
	display:block;
	text-indent:0;
}

#contents #right_block .earthquake p{
	margin:10px;
	text-align:center;
	text-indent:0;
	font-size:100%;
}

/*青地メニュー*/
#contents #right_block .other{
	background:#ebf5fd;
	width:530px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom:15px;
	text-align:left;
}

#contents #right_block .other_left{
	float:left;
	width: 260px;
}

#contents #right_block .other_right{
	float:left;
	width: 245px;
	margin-left:8px;
}

#contents #right_block .other_left img,
#contents #right_block .other_right img{
	padding-right:5px
}

#contents #right_block .other_left ul,
#contents #right_block .other_right ul{
	margin-bottom:20px;
}

#contents #right_block .other_left li{
	width:260px;
	padding:5px 0;
	margin:0px;
	background:#ffffff;
	border:1px solid #cccccc;
	border-top:none;
	list-style:none;
}
#contents #right_block .other_right li{
	width:245px;
	padding:5px 0;
	margin:0px;
	background:#ffffff;
	border:1px solid #cccccc;
	border-top:none;
	list-style:none;
}

#contents #right_block .other_left li img,
#contents #right_block .other_right li img{
	margin-left:5px;
}
#contents #right_block .other_left li img{
	margin-right:2px;
}

#contents #right_block .other_left li p,
#contents #right_block .other_right li p{
	margin-left:4.5em;
	padding-top:6px;
	text-indent:-3em;
}

#contents #right_block .other_left li p img,
#contents #right_block .other_right li p img{
	padding:0px;
}

.img_height2{
	margin:10px 0;
}

/*青地部分タイトル*/
#contents #right_block .other_right h3{
	line-height:130% !important;
}

#contents #right_block .other_right .facilities h3{
	background:url(top_img/04h3_facilities2.gif) no-repeat;
	background-position:top left;
	margin:0px 0px 10px;
	color:#a2431e;
	border-bottom:1px solid #999;
	padding:2px 0 2px 30px;
	text-indent:0px;
	text-align:left;
	/*width:245px;*/
	width:110px;
	height:auto;
}
#contents #right_block .other_right .facilities h3 a{
	color:#A2431E;
}

#contents #right_block .other_left .recruit h3{
	background:url(top_img/04h3_recruit2.gif) no-repeat;
	background-position:top left;
	margin:0px;
	color:#296f73;
	border-bottom:1px solid #999;
	padding:2px 0 2px 30px;
	text-indent:0px;
	width:260px;
	height:auto;
}
#contents #right_block .other_right .knowledge h3{
	background:url(top_img/04h3_knowledge2.gif) no-repeat;
	background-position:top left;
	margin:0px;
	color:#6e49cb;
	border-bottom:1px solid #999;
	padding:4px 0 2px 30px;
	text-indent:0px;
	width:245px;
	height:auto;
}
#contents #right_block .other_right .ihan h3{
	background:url(top_img/04h3_ihan.gif) no-repeat;
	background-position:top left;
	margin:0px;
	color:#147C85;
	border-bottom:1px solid #999;
	padding:4px 0 2px 30px;
	text-indent:0px;
	width:245px;
	height:auto;
	font-size:95%;
	line-height:100%;
}
#contents #right_block .other_right .ihan div a:link{
	color: #003399;
	text-decoration: underline;
	font-weight:normal;
}

#contents #right_block .other_right .ihan div a:visited{
	color: #990033;
	text-decoration: underline;
	font-weight:normal;
}

#contents #right_block .other_right .ihan div a:active{
	color: #FF3333;
	text-decoration: underline;
	font-weight:normal;
}

#contents #right_block .other_right .ihan div a:hover{
	color: #FF3333;
	text-decoration: underline;
	font-weight:normal;
}

#contents #right_block .other_left .tfd_info h3{
	background:url(top_img/04h3_tfd_info2.gif) no-repeat;
	background-position:top left;
	margin:0px;
	color:#565fd3;
	border-bottom:1px solid #999;
	padding:2px 0 2px 30px;
	text-indent:0px;
	width:260px;
	height:auto;
}
#contents #right_block .other_right .download h3{
	background:url(top_img/04h3_download2.gif) no-repeat;
	background-position:top left;
	margin:0px;
	color:#766704;
	border-bottom:1px solid #999;
	padding:4px 0 2px 30px;
	text-indent:0px;
	/*width:245px;*/
	width:130px;
	height:auto;
}
#contents #right_block .other_right .download h3 a{
	color:#766704;
}

#contents #right_block .other .tokyo{
	clear:both;
	/*width:245px;
	padding:5px 0 3px;
	margin-bottom:15px;
	text-align:center;
	background:#ffffff;*/
}

/*追加*/
.adb{
background:#F3FEC9;
font-weight:normal;
line-height:100%;
text-align:left;
}
.cell_haikei{
background:#fef9d5;
}
.cell_haikei2{
background:#eeFFFF;
}
h2.mokuteki{
	font-weight:bold;
	color:#990000;
}
h2.sosiki{
	font-weight:bold;
	color:#006699;
}

h2.yousiki{
	font-weight:bold;
	color:#333333;
}

.ei {  font-size: 80%;}
.list {
	margin:4px 10px 8px 10px;
}
.list td {
	font-size:90%;
	line-height:130%;
	padding:2px 4px 2px 4px;
}

.list ol {
	font-size:90%;
	line-height:130%;
	margin:4px auto 4px 10px;
}

.ancor {
	font-size:90%;
	line-height:130%;
	margin:5px 0 10px 0;
	padding:4px 0 2px 0;
	text-align:left;
}

.setsumei {
	padding:12px;
	font-size: 1.077em;
}

.setsumei p {
	font-size:90%;
	line-height:130%;
}

.setsumei td {
	font-size:90%;
	line-height:130%;
}

.setsumei ol {
	margin:6px 0 6px 10px;
	padding:0 0 0 6px;
	font-size:90%;
	line-height:130%;
}

.setsumei li {
	margin:0 0 0 12px;
	line-height:130%;
}


.setsumei-table {
	margin:0 0 0 14px;
	line-height:130%;
}

.setsumei-c {
	font-size:90%;
	line-height:130%;
	font-weight:bold;
	text-align:left;
}


.pointmidashi {
	color:#330099;
	font-size:120%;
	line-height:130%;
	font-weight:bold;
	padding:0 0 10px 0;
}

/* 事例 */

.honbun {
	margin-left:10%;
	margin-right:10%;
	padding: 10px;
	background-color: #FFFFFF;
	border: 3px solid #3333CC;
	text-align:center;
}

.honbun h2 {
	font-size:100%;
	margin:10px 30px 10px 30px;
	background-color: #FFFFCC;
	border: 2px solid #0066FF;
	padding:6px;
	text-align:center;

}

.honbun h3 {
	font-size:110%;
	margin:4px auto 2px auto;
	background-color: #FFFFFF;
	border-bottom: 2px dotted #0066FF;
	padding:2px 0px;
	text-align:left;
}


.honbun p {
	line-height: 140%;
	font-size: 100%;
	margin:6px 20px 4px 20px;
	padding:2px;
}

.honbun2 {
	padding:20px;
	background-color: #FFFFFF;
	border: 2px double #CC00CC;
	margin: 10px 10%;
	text-align:center;
}

.honbun2 h2 {
	font-size:110%;
	margin:4px auto 6px;
	background-color: #FFFFCC;
	border-left: 8px solid #0066FF;
	padding:4px 0px 4px 8px;
	background-color:#BABAFE;
	text-align:left;
}

.honbun2 h3 {
	font-size:110%;
	margin:4px auto 2px auto;
	background-color: #FFFFFF;
	border-bottom: 2px dotted #0066FF;
	padding:2px 0px;
	text-align:left;
}

.honbun2 p {
	line-height: 140%;
	font-size:90%;
	line-height:130%;
	margin:2px 10px 6px 10px;
	padding:5px;
}


.honbun2 table {
	margin:10px auto 8px 20px;
	text-align:center;
}
.honbun2 th {
	font-size:90%;
	line-height:130%;
	padding:2px 4px 2px 4px;
	text-align:left;
}
.honbun2 td {
	font-size:90%;
	line-height:130%;
	padding:2px 4px 2px 4px;
}

.honbun2 ol {
	font-size:90%;
	line-height:130%;
}



.kyoku {
	margin:8px auto 6px;
	padding: 4px;
}
.kyoku th {
	background:#CCCCFF;
	border-right:1px solid #777;
	border-bottom:1px solid #777;
	font-size:80%;
	line-height: 120%;
	padding: 3px;
}
.kyoku td {
	border-right:1px solid #777;
	border-bottom:1px solid #777;
	font-size:80%;
	line-height: 120%;
	padding: 3px;
}

#contents2{
	margin:0 auto;
	width:70%;
	text-align:left;
}

#contents2 .title{
	margin:0 auto;
}

#contents2 table.menu {
	font-size:90%;
	width:100%;
}

#contents2 table.menu a{
	color:#003399; font-size:100%;
}

#contents2 table.menu td{
	text-align:center;
	height:60px;
	vertical-align:middle;
	border:1px solid #990000;
	
}

#contents2 table.menu2 {
	font-size:100%;
}

#contents2 table.menu2 td{
	text-align:center;
	height:30px;
	vertical-align:middle;
	border:1px solid #006699;
	
}
#contents2 p{
	margin:1.5em 0 0.5em;
	padding:0;
}
.sosiki_h2{
	font-size:110%;
	color:#0066CC;
	border-bottom:1px solid #0066cc;
	margin:20px 0 5px;
	padding:0;
}

.sosiki_table{
	font-size:90%;
	width:100%;
}

.sosiki_table th{
	background:#99CCFF;
	border:1px solid #336699;
	border-bottom:3px double;
}

.sosiki_table td{
	border:1px solid #336699;
	text-align:center;
}

.sosiki_table td.pdf{
	text-align:left;
}

h2.top{text-align:center;
margin:20px 0 20px 0;
}
.almid{

}

.almid .ko{
display:table-cell;
width:50px;
height:65px;
margin-bottom:1px;
vertical-align:middle;
}

.almid .ko2{
display:table-cell;
width:185px;
margin-bottom:1px;
vertical-align:middle;
padding-left:0.8em;
}

.almid .ko3{
display:table-cell;
width:40px;
margin-bottom:1px;
vertical-align:middle;
}

.almid .ko4{
display:table-cell;
width:195px;
margin-bottom:1px;
vertical-align:middle;
padding-left:0.8em;
}

#ko_nichijo1{
float:left;
width:248px;	
}

#ko_nichijo2{
background:#e8e6d3;
font-size:80%;
float:left;
width:248px;
margin-left:7px;
}

* html .almid .ko{/* IE 6 */
display:inline;
zoom:1;
}
* html .almid .ko2{/* IE 6 */
display:inline;
zoom:1;
}
* html .almid .ko3{/* IE 6 */
display:inline;
zoom:1;
}
* html .almid .ko4{/* IE 6 */
display:inline;
zoom:1;
}

*:first-child+html .almid .ko{/* IE 7 */
display:inline;
zoom:1;
}

*:first-child+html .almid .ko2{/* IE 7 */
display:inline;
zoom:1;
}

*:first-child+html .almid .ko3{/* IE 7 */
display:inline;
zoom:1;
}

*:first-child+html .almid .ko4{/* IE 7 */
display:inline;
zoom:1;
}

.pu_p1{
padding-bottom:5px; border-bottom:dotted 2px #FFF;
}
.pu_p2{
padding:5px 0;
}

/* PNG画像透過 */
.iepngfix {   
behavior: expression(IEPNGFIX.fix(this));   
} 


/* 0716 下層ページフッター
-------------------------------------------------------------- */
.footer_under{
	/* width:1060px; */
	/* margin:0px auto; */
	width: 100%;
	margin: 20px 0 0 0;
	background: url(./img/footer_bg_repeat_x.gif) repeat-x;
}

.footer_under .inquiry{
	width:1010px;
	margin:0px auto;
	text-align:center;
	/* background:url(top_img/footer_bg2.gif) no-repeat; */
}

.footer_under p{
	text-align:center !important;
}

.footer_under p.address{
	font-size:0.85em;
}

.footer_under p.navi{
	padding:5px 0px;
}

.footer_under p.copy{
	padding-top:12px;
	font-size:0.85em;
}

/* blockskip
------------------------------------------------------- */
div#blockskip {
    margin: 0;
    overflow: visible;
    padding: 0;
    width: 100%;
    z-index: 9999;
}
div#blockskip a {
    background: none repeat scroll 0 0 #666666;
    color: #666666;
    cursor: default;
    display: block;
    /* float: left; */ /* blockskip時にheaderが非表示になるのでコメントアウト */
    font-size: 1px;
    height: 1px;
    line-height: 0;
    margin: -1px 0 0;
    min-width: 980px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
div#blockskip a:hover {
    text-decoration: underline;
}
div#blockskip a.show {
    color: #ffffff;
    cursor: pointer;
    font-size: 93%;
    height: 1em;
    line-height: 1;
    margin-top: -3px;
    padding: 5px 0;
}

/* 20140819追記
------------------------------------------- */
#back_img{
background-image:url(./hp-kouhouka/kts/data/background_001.png); background-repeat:no-repeat;
margin:0;
padding:0;
}

.bgcolor1 {
    background-color: #ffffcc;
    border: 1px solid #ffffff;
}

.table_hyogo {
	margin: 20px 0;
	background-color: #ff9933;
	width: 800px;
}

.table_cap {
	background-color: #066fc0;
	padding: 8px;
	font-weight: bold;
	text-align: left;
	color:#ffffff;
	margin-bottom: 5px;
}

/* 20140827追記
---------------------------------------------- */
#main {
    background-color: #ffffff;
    border: 2px solid #99cccc;
    margin: 30px auto 6px;
    padding: 20px 0;
    text-align: center;
    width: 850px;
}

#main_under {
	width:100%;
	padding:20px 0;
	margin:30px auto 6px;
	text-align:center;
	border:2px solid #99CCCC;
	background-color:#FFFFFF;
	/* background:url(./bg/bg114.gif) left top repeat #FFFFFF; */
}

.readTxt {
    background-color: #36c;
    color: #ffffff;
    display: block;
    font-size: 112%;
    font-weight: bold;
    margin: 0 auto;
    padding: 15px 0;
}

.contents h2 {
    background-color: #99cccc;
    color: #333333;
    font-size: 110%;
    margin: 3px 10px 10px 0;
    padding: 6px 0 6px 10px;
    text-align: left;
}

.title_front {
	color: #ffffff;
}

#p_subtitle {
	text-align: center;
	padding: 6px 10px;
	border: 1px solid #99cccc;
	background-color: #ffffff;
	font-size: 100%;
	font-weight: bold;
	margin: 30px 10px 10px;
	color: #000000;
}

/* 20140909追記
------------------------------------------------- */
#main_entry {
    margin: 10px auto 6px;
    padding: 20px 0 0;
    text-align: center;
    width: 800px;
}

h2.entry_title {
	text-indent: 0;
	font-size:1.1em;
	font-weight:bold;
}

.sub_comment {
	padding-top:3px;
	font-size:1em;
	font-weight:bold;
	text-indent: -1.5em;
	padding-left: 1.5em;
	width: 97%;
	height: 100%;
	font-size:18px; 
	color:#0049a1; 
	margin: 10px 25px 5px;
	padding:0;
}

.entry_num {
	border: 1px solid #0033ff;
}

.entry_num ol {
	list-style-type: none;
	line-height: 1.4em;
	padding: 20px;
	margin: 0;
}

.entry_num ol li {
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 0.8em;
}

.num_01 {
	color: #0033ff;
}

.num_02 {
	color: #990033;
}

.entry_left {
	float: left;
	width: 57%;
	margin-right: 10px;
}

.caption {
	text-align: center;
	margin: 0 auto;
}

.p1_1 .waku_head {
	background:url(lfe/topics/jyuukeiki/data/p2_head.gif) no-repeat; 
	width:530px; 
	height:18px; 
	margin:5px 0 0 20px;
	font-size:0px;
}

.p1_1 .waku {
	background:url(lfe/topics/jyuukeiki/data/p2_body.gif) repeat-y; 
	text-align:left; 
	margin-left:20px; 
	padding:0; 
	width:530px;
}

.p1_1 .waku .bd { 
	margin:0 30px 0 15px; 
	padding:0; 
	line-height:1.5em;
}

.p1_1 .waku_btm {
	background:url(lfe/topics/jyuukeiki/data/p2_btm.gif) no-repeat; 
	width:530px; 
	height:18px; 
	margin:0 0 20px 20px;
	font-size:0px;
}

.fs_8 {
	font-size: 0.8em;
}

.fs_1_2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #ff0000;
}

#stove {
	width:720px;
	text-align:center;
	margin:0 auto;
	background:#fff;
	border: 1px solid #ffeecc;
}

.stove_breadcrumb {
	width:720px;
	margin:10px auto 0;
	background:#fff;
	padding:20px 4px 4px;
	text-align:right;
	font-size:0.8em;
}

.fc_red {
	color: #ff0000;
}

.fc_red02 {
	color: #ff0000;
	font-size: 1.067em; 
	font-weight:bold;
}

.caption_01 {
	color: #0049a1;
	font-size: 0.9em;
}

h2.e_stove_title{
	border-bottom:1px solid #f00;
	border-left:5px solid #f00;
	background-color:#fec;
	font-size:1.2em;
	padding:4px 10px;
	margin:1.5em 0 1em 0;
	font-weight: bold;
	text-indent: 0;
}

.box{
    border:2px #f00 solid;
    padding:1em 1.5em;
}
.box dt{
	font-weight:bold;
	margin-top:5px;
}
.box dd{
	text-indent:1em;
	margin-left:1em;
}
.radius{
    border-radius: 16px; 
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
}
.black .box{
	border:2px #000 solid;
	margin:1em 0 0.5em 0;
}

#downloadbox h2 {
	font-size: 130%;
	color: #0049A1;
	font-weight: bold;
}

#footer_btn02{
	width:800px;
}
#footer_btn02 #f1{
	height:34px;
	margin:0;
	padding-top:3px;
	background-image:url(lfe/topics/bouka/data/footerBg.png);
	color:#FFF;
}
#footer_btn02 #f1 a{ color:#FFF;}
#footer_btn02 #f2 {
	margin:0;
	border:1px solid #036;
}

#tp,.p1_1,#p1_2,#p1_3,#p1_4,#p1_5,#p1_6,#p1_7,#p1_8,#p1_9,#p3_1,#news,#soudan{
	margin:5px 0;
	border:1px solid #cfcfcf;	
}

/* 20140910追記　講習の時間割
----------------------------------------------- */
.table01{
  margin: 6px 0;
  border-collapse: collapse;
}
.table01 tr th{
  padding:5px 5px;
}
.table01 tr td{
  padding:2px 5px;
}
.table01 caption{
  text-align:left;
  padding:0;
  margin:0;
}
.bg_dfb{
  background-color:#dfb;
}
.bg_ffd{
  background-color:#ffd;
}
.bg_fff{
  background-color:#fff;
}
.rect_blue {
  padding :0.4em;
  border: 2px #00d solid;
  background-color: #47f;
  color:white;
}

/* 20140925追記
-------------------------------------------------- */
.box_2{
    border:2px #0066ff solid;
    padding:0 1.2em 1em;
	background-color: #d2ffff;
}
.box_2 dt{
	font-weight:bold;
	margin-top:5px;
}
.box_2 dd{
	text-indent: 0;
	margin-left: 0;
	font-weight: bold;
}
.radius{
    border-radius: 16px; 
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
}
.black .box_2{
	border:2px #000 solid;
	margin:1em 0 0.5em 0;
}

.honbu{
	border:1px solid;
	width:420px;
	cellspacing:0;
	cellpading:5;
	border-color:#333333;
	border-collapse:collapse;
	line-height: 1.1em;
}

.honbu th{
	background-color:#D3D3D3;
	text-align:left;
	width:120px;
	white-space:nowrap;
	/* font-size:13px; */
	font-size: 0.8em;
	border:1px solid;
	padding: 5px;
}

.honbu td{
	background-color:#FFFFFF;
	text-align:left;
	width:290px;
	white-space:nowrap;
	/* font-size:13px; */
	font-size: 0.8em;
	border:1px solid;
	padding: 5px;
}

#organi h3{width:880px;
			color:#FFFFFF;
			background:#FF0000;
			padding:5px 10px;
			font-size:1.2em;
			margin:10px auto;
			font-weight:bold;
			/* height: 32px; */
			text-indent: 0;
			text-align: left;
}

#organi h4{
			color:#FFFFFF;
			background:#FF0000;
			padding:5px 10px;
			font-size: 1.067em;
			margin:0px auto 5px;
			font-weight:bold;
}

.box span {
	color:#999999;
	font-size: 1em;
	font-weight:normal;
	padding-left:15px;
}

.box{
   border-bottom: 2px solid #5f9ea0;
   border-top-style: none;
   border-left-style: none;
   border-right-style: none;
   padding-bottom: 5px; /* 内容と線との間隔量 */
   font-size: 1.267em;
   font-weight:bold;
   padding-left: 0;
}

.honbu_2{
	border:1px solid;
	width:420px;
	cellspacing:0;
	cellpadding:5;
	border-color:#333333;
	background-color:#D3D3D3;
	border-collapse:collapse;
}

.honbu_2 td{
	text-align:left;
	width:270px;
	white-space:nowrap;
	/* font-size:13px; */
	font-size: 0.8em;
	border:1px solid;
	border-collapse:collapse;
}

.honbu_3{
	border:1px solid;
	width:420px;
	cellspacing:0;
	cellpadding:5;
	border-color:#333333;
	border-collapse:collapse;
	line-height: 1.1em;
	
}

.honbu_3 th{
	background-color:#D3D3D3;
	text-align:left;
	width:150px;
	white-space:nowrap;
	/* font-size:13px; */
	font-size: 0.8em;
	border:1px solid;
	border-collapse:collapse;
	padding: 5px;
}

.honbu_3 td{
	/* font-size:13px; */
	font-size: 0.8em;
	border:1px solid;
	border-collapse:collapse;
	padding: 5px;
}

table.dis {
	border: 1px solid #333333;
	border-collapse: collapse;
}

table.dis tr {
	border: 1px solid #333333;
	border-collapse: collapse;
}

table.dis td {
	border: 1px solid #333333;
	border-collapse: collapse;
}

table.dis td.tdright {
	background-color: #ffffff;
	width: 720px;
	white-space: nowrap;
}

table.dis td.tb01 {
	background-color: #ffc0c8;
	width: 140px;
	white-space: nowrap;
	font-size: 1em;
}

table.dis td.tb02 {
	background-color: #2e8b57;
	width: 150px;
	white-space: nowrap;
	font-size: 1em;
}

table.dis td.tb03 {
	background-color: #bdb76b;
	width: 150px;
	white-space: nowrap;
	font-size: 1em;
}

table.dis td.tb04 {
	background-color: #ba55d3;
	width: 150px;
	white-space: nowrap;
	font-size: 1em;
}

table.dis td.tb05 {
	background-color: #ff7f50;
	width: 150px;
	white-space: nowrap;
	font-size: 1em;
}

table.dis td.tb06 {
	background-color: #8b008b;
	width: 150px;
	white-space: nowrap;
	font-size: 1em;
}

table.dis td.tb07 {
	background-color: #daa520;
	width: 150px;
	white-space: nowrap;
	font-size: 1em;
}

table.dis td.tb08 {
	background-color: #87ceeb;
	width: 150px;
	white-space: nowrap;
	font-size: 1em;
}

table.dis td.tb09 {
	background-color: #9acd32;
	width: 150px;
	white-space: nowrap;
	font-size: 1em;
}

table.dis td.tb10 {
	background-color: #4169e1;
	width: 150px;
	white-space: nowrap;
	font-size: 1em;
}

table.tab_per {
	border: 1px solid #dc143c;
	width: 410px;
	border-collapse: collapse;
	padding: 5px;
}

table.tab_per tr {
	border: 1px solid #dc143c;
	border-collapse: collapse;
}

table.tab_per td {
	border: 1px solid #dc143c;
	border-collapse: collapse;
	padding: 5px;
}

.img_t{
			font-size: 0.867em;
			color:#333;
			text-align:left;
			padding:5px 0 0 0;
			line-height: 1em;
			}
		.img_t hr{
			width:100.8%;
			margin:3px 0 3px -3px;
			border:1px 0 0px solid #333;
			}

#disaster .h3_content ul li{
				font-size:0.867em;
				color:#333;
				text-align:left;
				padding:5px 0 5px 0;
				line-height: 1.2em;
}

#disaster .h2_content h3,#emergency .h2_content h3{
			/* width:835px; */
			width: 860px;
			color:#FFFFFF;
			background:#A0A0A0;
			padding:5px 10px;
			font-size:1.2em;
			margin:10px auto;
			font-weight:bold;
			border-left:5px #666 solid;
			border-bottom:1px #666 solid;
			/* text-indent: 0; */
			/* height: 32px; */
}

#disaster .h2_content .box{
				width:816px;
				padding:0 20px 20px;
				background:#FFE1C4;
				border:#F60 2px solid;
				margin:0 auto 30px;}
				
				#disaster .h2_content .box h3{
					/* width:840px; */
					width: 813px;
					color:#fff;
					padding:3px 8px 5px;
					margin:0 -20px 20px -20px;
					background:#F60;
					border:none;
}

#disaster .h3_content table{
				margin:10px 0px 0 0;
     　　　　　 width:410px;
	 			float:left;	
				}
				
					#disaster .h3_content table.flood{
						border:#D7FFFF 5px solid;
						background:#D7FFFF;
						}
			
					#disaster .h3_content table.landslide{
						border:#FFCC99 5px solid;
						background:#FFCC99;}	
				
			
			
			#disaster .h3_content table th{
				text-align:left;
				padding:10px 50px 10px 10px;
				border-bottom:#0066CC;
				width:210px;					
				}
				
					#disaster .h3_content table.flood th{
						border-bottom:2px #0066FF dotted;
						}
			
					#disaster .h3_content table.landslide th{
						border-bottom:#F60 2px dotted;
						}				
				
		    
			#disaster .h3_content table td{
				text-align:right;
				padding:10px;
				font-size:1.467em;
				font-weight: bold;												
				}
				
				
					#disaster .h3_content table.flood td{
						border-bottom:2px  #3300FF solid;
						border-left:#D7FFFF 5px solid;
						}
			
					#disaster .h3_content table.landslide td{
						border-bottom: #F30 2px solid;
						border-left:#FFCC99 5px solid;
						}
						
#emergency .expansion h3{
	/* width:436px; */
	width: 480px;
	color:#FFFFFF;
	background:#06F;
	padding:3px 10px 5px;
	font-size:1.2em;
	/* margin:0 -20px 20px; */
	margin: 0 auto;
	font-weight:bold;
	border:none;
	text-align: left;}
	
.expansion_j{
	/* width:150px; */
	width: 180px;
	float:left;
	font-size:0.933em;}
	
.expansion_e{
	/* width:216px; */
	width: 230px;
	float:right;
	font-size:0.933em;}

#emergency .dmat h3{
	width:335px;
	color:#FFFFFF;
	background:#06F;
	padding:3px 10px 5px;
	font-size:1.2em;
	margin:0 -20px 20px;
	font-weight:bold;
	border:none;
	text-align: left;}
	
#emergency h3 span{
	font-size: 0.867em;
	color: #999999;
    font-weight: normal;
    padding-left: 15px;}
	
.box_2 span{
	color:#999999;
	font-weight:normal;
	padding-left:15px;
	line-height: 1.1em;
}

#emergency table{
	width:445px;
	border-top:1px solid #06F;
	border-left:1px solid #06F;
	border-collapse: collapse;
	border-spacing:0;	
  background-color:#eaedff;
}

#emergency table tr th{
	border-bottom:1px solid #06F;
	border-right:1px solid #06F;
	padding: 5px;
}
#emergency table tr td{
	border-bottom:1px solid #06F;
	border-right:1px solid #06F;
	height:30px;
	text-align:right;
	font-weight:bold;
	font-size:120%;
}
#emergency table tr:nth-child(odd){ 
  background-color:#eaedff;
}
#emergency table tr:nth-child(even){ 
  background-color:#b9c5ff;
}
#emergency table tr:last-child{ 
	border-top:2px solid #06F;
}

#earthquake .earthq_fell{
	border:#FF0000 2px solid;
	margin:10px auto 20px;}
			
			#earthquake .earthq_fell h3{
						color:#FFFFFF;
						padding:3px 10px 5px;
						font-size:1.2em;
						margin:0 auto;
						font-weight:bold;
						text-align:center;
						background:#FF0000;
						/* width:396px; */
						width: 420px;
}
						
			#earthquake .earthq_fell hr{
				border-color: #F60;
				margin:5px 0;}

						
#earthquake .earthq_righta{
	border: #06C 2px solid;
	margin:10px auto 20px;}
			
			#earthquake .earthq_righta h3{
						color:#FFFFFF;
						padding:3px 10px 5px;
						font-size: 1.2em;
						margin:0 auto;
						font-weight:bold;
						text-align:center;
						background: #06C;
						/* width:396px; */
						width: 420px;
}

#earthquake .earthq_righta hr{
				border-color: #06C;
				margin:5px 0;}
				
#earthquake .earthq_after{
	margin:10px auto 20px;
	border: #008000 2px solid;
	/* height:866px; */
}
			
			#earthquake .earthq_after h3{
						color:#FFFFFF;
						padding:3px 10px 5px;
						font-size:1.2em;
						margin:0 auto;
						font-weight:bold;
						text-align:center;
						background: #008000;
						/* width:396px; */
						width: 420px;
}
						
			#earthquake .earthq_after hr{
				border-color: #008000;
				margin:5px 0;}
				
			#earthquake .earthq_after table td{
				border-top:16px solid #fff;}

#earthquake h3{
			width:880px;
			color:#FFFFFF;
			background:#663300;
			padding:5px 10px;
			font-size: 1.2em;
			margin:10px auto;
			font-weight:bold;}
			
#earthquake .h3_content table{
			border:2px #999999 solid;
			border-collapse:collapse;
			margin:30px auto 20px;
			font-size:1em;
			}
						
			#earthquake .h3_content table th{
				font-weight: normal;
				text-align:center;
				width:210px;
				border: #999 1px solid;
				padding:5px 10px;
			}
				
			#earthquake .h3_content table td{
				text-align:right;
				font-weight: normal;
				padding:5px 85px 5px 0;
				border: #999 1px solid;
			}
			
.bg_g{ background:#D9FFD9;}
.bg_b{ background:#D2E9FF;}
.bg_y{ background:#FFFFD2;}
.bg_o{ background:#FFE0C1;}

#fire h3{
		width:880px;
		color:#FFFFFF;
		background:#1AAA1A;
		padding:5px 10px;
		font-size:1.2em;
		margin:10px auto;
		font-weight:bold;}
		
		#fire .h3_content table{
			border:2px #999999 solid;
			border-collapse:collapse;
			margin:30px auto 20px;
			font-size:1em;
			width:856px;
			}
						
			#fire .h3_content table th{
				font-weight: normal;
				text-align:center;				
				border:#1AAA1A 1px solid;
				padding:5px 7px;
				color:#FFF;
				background: #0C3;
			}
				
			#fire .h3_content table td{
				font-weight: normal;
				padding:5px 10px;
				border: #999 1px solid;
				text-align:center;	
			}
			
#fire .gBox1{
	background: none repeat scroll 0 0 #d9ffd9;
  border: 2px solid #20cf20;
  margin: 0 auto 0px;
  padding: 0 20px 10px;
}
#fire .gBox1 h3 {
	background: none repeat scroll 0 0 #1AAA1A;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	margin: 0 -20px;
	padding: 3px 10px 5px;
	text-align: left;/*
	width: 836px;*/
}
#fire .gBox2{
	background: none repeat scroll 0 0 #fff;
  border: 2px solid #20cf20;
  margin: 20px auto;
  padding: 20px 20px 15px;
	/* width:300px; */
	width: 350px;
}
#fire .gBox2 h4 {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	padding: 0px 10px 15px;
	text-align: center;
}
#fire .gBox2s{
  margin: 0px 20px;
}
#fire .pieChart h3{
	width:400px;
	padding:3px 0px 5px 10px;
}
#fire .pieChart h3#h3_1{
	width:400px;
	padding:3px 0px 5px 10px;
	background: none repeat scroll 0 0 #A0A0A0;
	border-bottom: 1px solid #666666;
	border-left: 5px solid #666666;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	margin: 0px auto 10px;
}

#public .yBox{
	background: none repeat scroll 0 0 #fce9a4;
  border: 2px solid #ff9600;
  margin: 0 auto 0px;
  padding: 0 20px 10px;
}
#public .yBox h3 {
	background: none repeat scroll 0 0 #ff9600;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 -20px;
	padding: 3px 10px 5px;
	text-align: left;/*
	width: 836px;*/
}
#public .yBox h3 span {
	font-size: 0.867em;
	color: #fce592;
	font-weight: normal;
	padding-left: 15px;
}

.red{color:red;}

#public .yBox2{
	background: none repeat scroll 0 0 #fcf2d0;
  border: 2px solid #ff9600;
  margin: 0 auto 0px;
  padding: 0 20px 20px;
}
#public .yBox2 h3 {
	background: none repeat scroll 0 0 #ff9600;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 -20px;
	padding: 3px 10px 5px;
	text-align: left;
}
#public .yBox2 h3 span {
	font-size: 0.867em;
	color: #fce592;
	font-weight: normal;
	padding-left: 15px;
}

#public .snsBox1{
	/* width:440px; */
	width: 450px;
	padding: 10px 15px;
	line-height:1.5em;
	border-top:2px solid #333;
}

.bdB450{width:450px;border-bottom:2px solid #333;}

#public .h-3{
    background: none repeat scroll 0 0 #FF9600;
    color: #FFFFFF;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 3px 0px 5px 10px;
    text-align: left;
}
#public .h-3 span {
	font-size: 0.867em;
	color: #fce592;
	font-weight: normal;
	padding-left: 15px;
}

#public .yBox3 h3 {
	background: none repeat scroll 0 0 #ff9600;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 -20px;
	padding: 3px 10px 5px;
	text-align: left;
}
#public .yBox3 h3 span {
	font-size: 0.867em;
	color: #fce592;
	font-weight: normal;
	padding-left: 15px;
}

#public table{
	border-top:1px solid #000;
	border-left:1px solid #000;
	border-collapse: collapse;
	border-spacing:0;	
	margin:20px 0 0px;
	line-height: 1.1em;
}
#public table tr th{
	border-bottom:1px solid #000;
	border-right:1px solid #000;
}
#public table tr td{
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	height:36px;
}
#public table tr td:first-child{
	border-right:none;
	padding-left:10px;
}
.bgc1{background:#FFCFCF}
.bgc2{background:#FFFFAA;}
.bgc3{background:#C4CEFF;}
.bgc4{background:#CBF8B9;}

#public .hpBox2 .libox{
	background:orange;
	padding:5px;
	line-height:1.5;
	font-weight:bold;
}

#calendar h3 {
	background:#F9E8E8;
	font-size: 1.067em;
	font-weight: bold;
	margin:0px 0px 10px;
	padding: 0px 15px;
	text-align: left;
	line-height:25px;
	color: #FF0000;
	border-top:1px double #F6CBCB;
	border-bottom:2px double #FF0000;
}

#calendar h2{
	margin:12px auto;
	color:#FF0000;
}

#calendar .h2_content .box{
	background: #D2FFFF;
	border:#06F 2px solid;
	margin:0 auto 30px;
	padding:0 20px 20px;
}

#infomation #teikyou{
	font-size:110%;
	font-weight:bold;
	border-top:2px solid #006;
	border-bottom:2px solid #006;
	line-height:1.5em;
	margin:0px auto;
	text-align:center;
	width:500px
}

#infomation .bBox h3 {
	background: none repeat scroll 0 0 #5a97d1;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 -20px 20px;
	padding: 3px 10px 5px;
	text-align: left;
}

#infomation .bBox1{
	background: none repeat scroll 0 0 #d3edfb;
	font-weight: bold;
	padding: 5px 15px;
	width:410px;
	border:2px solid #2e6cb4;
}
#infomation .bBox2{
	background: none repeat scroll 0 0 #fff;
	font-weight: normal;
	padding-left: 15px;
	width:410px;
	border:2px solid #2e6cb4;
	line-height:1.6;
}

#infomation dl{
	font-weight: normal;
	width:400px;
	border:2px solid #2e6cb4;
	line-height:1.4;
	padding:3px
}

#infomation .brBox1 h3 {
	background: none repeat scroll 0 0 #b79774;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 -20px 20px;
	padding: 3px 10px 5px;
	text-align: left;
}
#infomation .brBox2{
	background: none repeat scroll 0 0 #ede2bf;
	font-weight: normal;
	padding: 5px 15px;/*
	width:410px;*/
	border:2px solid #794310;
	line-height:1.6;
}

#infomation #detailBox1{
  position:absolute;
	top:10px;
	left:265px;
	width:265px;
	line-height:1.6em;
}
#infomation #detailBox2{
  position:absolute;
	top:10px;
	left:720px;
	width:127px;
	line-height:1.6em;
}

#infomation .brBox3{
	background: none repeat scroll 0 0 #9A7A57;
	font-weight: bold;
	color:#fff;
	padding:15px;
	line-height:1.6;
	margin:0 20px 5px;
}

h2.tel_title{
	font-size: 2em;
	font-weight:bold;
	text-align:left;
	padding:10px 15px;
	background: #FFE1F0;
	color: #F33;
	border:#FF6666 3px solid;
	}
	
.tel_1 h3{
	background: #03C;
    }
	
.tel .tel_1 table td{
		border:#0033CC 1px solid;
	}

.number_7119{
		font-weight:bold;
		font-size: 2.4em;
		color:#03C;}
		
.tel h3{
	font-weight:bold;
	font-size: 1.067em;
	color:#FFFFFF;
	text-align:center;
	padding:3px 0 2px 0;
	margin-bottom:15px;
}

.tel_2 h3{
	background:#009933;
}

.tel .tel_3 h3{
	background:#F00;
	padding:17px 0 12px;
	}
	
.tel .tel_2 table td{
		border: #0C6 1px solid;
	}

#disaster h3{width:880px;
			color:#FFFFFF;
			background: #F60;
			padding:5px 10px;
			font-size:18px;
			margin:10px auto;
			font-weight:bold;
			/* height: 32px; */
			text-indent: 0;
}

.box1 {
	width: 450px;
	margin: 20px auto 5px;
	padding: 15px;
	border: 3px double #999999;
	background:#fffccc;
	text-align: left !important;
}

#main {
	width:720px;
	margin: 0px auto;
	padding: 20px 0 0;
	/* text-align:center; */
	/* border-left:2px dotted #eee; */
	/* border-right:2px dotted #eee; */
	border-left: 2px solid #99cccc;
	border-right: 2px solid #99cccc;
	background:#ffffff;
	border-top: 2px solid #99cccc;
	border-bottom: 2px solid #99cccc;
}

.attention {
	font-weight: normal;
	color: red;
}

/* 20141204 広報テーマ
------------------------------------------------ */
h1.camp_theme {
	display:block;
	color:#FFFFFF;
	font-size:1.3em;
	font-weight:bold;
	background-color:#5A5AAC;
	padding: 8px 15px !important;
	margin-bottom:15px;
	text-align: left;
}

h2.camp_title {
	text-align:left;
	color:#003399;
	font-weight:bold;
	background:#CCCCFF;
	padding:3px 10px;
	margin:20px 0;
	text-indent: 0;
	font-size: 160%;
}

.tab201501 {
	border: 1px solid #333333;
	border-collapse: collapse;
}

.tab201501 th {
	border: 1px solid #333333;
	border-collapse: collapse;
	padding: 4px;
}

.tab201501 th.double {
	border-bottom: 3px double #333333;
}

.tab201501 td {
	border: 1px solid #333333;
	border-collapse: collapse;
	padding: 4px;
}

.tab201501 td.double {
	border-bottom: 3px double #333333;
}

.tab201501 td.b-right {
	border-right: 2px dotted #333333;
	border-collapse: collapse;
	padding: 4px;
}

.tab201501 th.th01 {
	background-color: #ffffcc;
}

.tab201501 th.th02 {
	background-color: #ffefcc;
}

.tab201501 th.th03 {
	background-color: #ccffff;
}

.tab201501 th.th04 {
	background-color: #ffcc99;
}

.tab201501 th.th05 {
	background-color: #cc99ff;
}

.tab201501 th.th06 {
	background-color: #99ffcc;
}

.tab201501 th.th07 {
	background-color: #ff99ff;
}

.tab201501 th.th08 {
	background-color: #c9caca;
}

.tab201501_02 {
	border: none;
	border-collapse: collapse;
}

.tab201501_02 th {
	border: 1px solid #333333;
	border-collapse: collapse;
	padding: 4px;
}

.tab201501_02 th.th1 {
	background-color: #ffffcc;
}

.tab201501_02 td {
	border: 1px solid #333333;
	border-collapse: collapse;
	padding: 4px;
}

.tab201501_02 td.td1 {
	background-color: #ccffff;
}

.tab201501_02 td.td2 {
	background-color: #ffccff;
}

.tab201501_02 td.td3 {
	background-color: #ccffcc;
}

.tab201501_02 td.td4 {
	background-color: #ffeccc;
}

.tab201501_02 td.td5 {
	background-color: #c9caca;
}

.tab201501_02 td.td6 {
	background-color: #ffcccc;
}

h3.cap {
	text-align: center;
	font-weight: bold;
	color:#0000ff;
	font-size: 1.3em;
}

h3.cap2 {
	float: left;
	margin-top: 0;
	color: #ff0000;
	font-size: 1.2em;
}

h4.cap3 {
	text-align: center;
	font-weight: bold;
	color:#0000ff;
}

.caption_01 {
	border: 1px solid #0099ff;
	background-color: #33ffff;
	padding: 5px 25px;
	margin-top: 15px;
}

.caption_02 {
	border: 1px solid #f29700;
	background-color: #f29700;
	padding: 5px 13px;
	margin-top: 15px;
}

.radius_11{
	border:double 6px #0070c0;
	background-color:#ffffad;
	width:740px;
	margin-bottom:15px;
	padding:15px;
	/*fx*/
	-moz-border-radius: 20px;
	/* chrome */
	-webkit-border-radius: 20px;
	/* ie9 */
	border-radius: 20px;
}

.list_color {
	color: #0000ff;
}

/* 20141222 震災時等の仮貯蔵・仮取扱い等の手続コンテンツ
------------------------------------------------------ */
#content_lfe {
	width: 780px;
	margin: 30px auto 20px;
	text-align: left;
	font-weight: 800;
	font-size: 1.2em;
}

#content_lfe h1 {
	width: 100%;
	background-color: #99ccff;
	padding: 8px;
	font-weight: 800;
	font-size: 1.2em;
}

.content_lfe_inner {
	margin: 15px;
}

.bord {
	color: #ff0000;
	font-weight: 800;
	font-size: 1.1em;
	background-color: #ffff00;
	padding: 4px 2px;
	width: 300px;
}

.blue_001 {
	color: #0000ff;
	font-weight: 800;
	font-size: 1.1em;
	margin-top: 5px;
}

.dt_title {
	margin: 10px 0 10px 20px;
	background-color: #cccccc;
	padding: 4px;
}

.dt_title dt {
	float: left;
	width: 1em;
}

.dt_title dd {
	padding-left: 1em;
	margin-left: 0;
}

.dt_title_02 {
	margin: 10px 0 5px 30px;
	padding: 4px;
}

.dt_title_02 dt {
	float: left;
	width: 1em;
}

.dt_title_02 dd {
	padding-left: 1em;
	margin-left: 0;
}

p.inde {
	text-indent: 1em;
	margin-left: 1em;
	font-size: 80%;
}

p.inde_02 {
	color: #ff0000;
	font-weight: normal;
}

.blue_002 {
	color: #0000ff;
}

.red_001 {
	color: #ff0000;
}

.box20141222 {
	margin: 20px 0 20px 20px;
}

.box_L {
	float: left;
	width: 460px;
	font-size: 90%;
	line-height: 2em;
}

.box_L ul li {
	background:url(lfe/office_adv/img/star_001.gif) no-repeat 0px 0px;
	padding-left: 35px;
	line-height: 2em;
}

.topics_L {
	margin-right: 40px;
	border: 1px solid #000000;
	background-color: #e6e6e6;
}

.underline {
	text-decoration: underline;
}

.radius_topics{
	border:solid 1px #000000;
	background-color:#ffffff;
	width:500px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:15px;
	padding:15px;
	/*fx*/
	-moz-border-radius: 20px;
	/* chrome */
	-webkit-border-radius: 20px;
	/* ie9 */
	border-radius: 20px;
}

.radius_topics_02{
	border:solid 1px #000000;
	background-color:#ccffff;
	width:780px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:15px;
	padding:15px;
	/*fx*/
	-moz-border-radius: 20px;
	/* chrome */
	-webkit-border-radius: 20px;
	/* ie9 */
	border-radius: 20px;
}

.breadcrumbs {
	font-size:0.9em;
	padding:0.4em 1em;
	/* background-color:#fdb; */
	text-align:right;
	width: 760px;
	margin: 10px auto 0;
}

.bg_table {
	background-color: #fdb;
}

.kakomi{
  /* width:75%; */
  width: 80%;
  /* height: 240px; */
  text-align:left;
  border:2px solid #fe8c2f;
  padding:1em 2em;
  margin:0 auto;
}

.tb01 th, .tb01 td{
  border:1px solid #fff;
  line-height:1.2;
  vertical-align:middle;
  padding:10px 0;
}

.tb02 th{
  border:2px solid #ccc;
  background-color:#bdf;
  color:#000;
  width:14%;
  font-size:1.2em;
  text-align:center;
  vertical-align:middle;
  padding:20px;
}

.inner_round td {
	width: 400px;
	height: 100px;
	border: 2px solid #ffcc33;
	padding-top: 75px;
	/*fx*/
    -moz-border-radius:16px;
    /* chrome */
    -webkit-border-radius:16px;
    /* ie9 */
    border-radius:16px;
}

th.short_tit{
  border-bottom:4px solid #fff;
  background-color:#fe8c2f;
  color:#fff;
  padding:3px;
}

/* 201503追記
----------------------------------------- */
.annai_201503 {
	border: 1px solid #000000;
	padding: 10px;
}

.content_border {
	border: 1px solid #000000;
	padding: 10px;
	overflow: hidden;
}

.radius_201503{
	border:solid 2px #ffc000;
	width: 48%;
	padding:20px;
	float: right;
	margin-bottom:15px;
	/*fx*/
	-moz-border-radius: 10px;
	/* chrome */
	-webkit-border-radius: 10px;
	/* ie9 */
	border-radius: 10px;
}

.entry_table td.border_04 {
	padding: 6px;
	border-top: 1px dotted #000000;
	border-collapse: collapse;
	text-align: center;
}

.entry_table td.border_03 {
	padding: 6px;
	border-bottom: 1px dotted #000000;
	border-collapse: collapse;
	text-align: center;
}

.entry_table {
	border: 1px solid #000000;
	border-collapse: collapse;
}

.entry_table th {
	padding: 6px;
	border: 1px solid #000000;
	border-collapse: collapse;
	text-align: center;
	background-color: #ccffff;
}

.entry_table th.border_02 {
	padding: 6px;
	border-bottom: 3px double #000000;
	border-collapse: collapse;
	text-align: center;
}

.entry_table td {
	padding: 6px;
	border: 1px solid #000000;
	border-collapse: collapse;
	text-align: center;
}

.short_tit201503 {
	color: #ff0000;
	border: 1px solid #ffcc66;
	background-color: #fae2b3;
	padding: 4px;
	text-align: center;
	margin: 0 auto;
}

.bb_201503 {
	border-bottom: 2px dotted #ffc000;
}

.border_201503_02 {
	border:dotted 3px #ff0000;
}

/* 耳かき中の事故に注意！ 20150303
----------------------------------------------------- */
.point_box{
	border: 2px solid #ff0000;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 8px;
}

.point_box h3 {
	text-align: center;
	color: #ff0000;
	font-weight: bold;
	margin-bottom: 1em;
}

.point_box .rc-box-mid {
	color: #ff0000;
	padding: 0 1em;
}

.point_box .rc-box-mid p {
	color: #000000;
	padding-bottom: 1em;
}

.sub_tit h3 {
	border: 1px solid #6699ff;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 4px;
	width: 300px;
	text-align: center;
}

.line2 {
	background-color: #e9e6f3;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 10px 20px;
	margin: 1em 0;
}

#normal {
	font-size: 98%;
}

.tsuushin_box {
	border: 1px dotted #009966;
	padding: 4px 8px;
	margin-top: 5px;
	background-color: #d6e3bc;
}

.tsuushin_box p {
	text-align: left;
	text-indent: 0;
}

.box_01_20150316 {
    border: 2px solid #0000aa;
    font-weight: bold;
    padding: 5px 10px 10px;
	margin: 1em 1.5em;
	text-align: left;
}

.box_02_20150316 table {
    border: 4px solid #0000ff;
    border-collapse: collapse;
}

.box_02_20150316 td {
    border-bottom: 1px dotted #0000ff;
    font-weight: bold;
    padding: 5px 10px 2px 20px;
}

.box2_20150316 {
    background: none repeat scroll 0 0 #fffccc;
    border: 3px double #999999;
    font-size: 110%;
    font-weight: bold;
    padding: 15px;
    text-align: center;
}

.kousyu_table {
	width: 100%;
	border: 1px solid #333333;
	border-collapse: collapse;
	padding: 8px;
	background-color: #ffffff;
}

.kousyu_table th {
	background-color: #ffffcc;
	padding:8px;
	border: 1px solid #333333;
	border-collapse: collapse;
	text-align: center;
}

.kousyu_table td {
	background-color: #ffffff;
	border: 1px solid #333333;
	border-collapse: collapse;
}

.kousyu_table tr {
	border: 1px solid #333333;
	border-collapse: collapse;
}

.waku_01 {
	padding:2px;
	border:2px #00d solid;
	background-color:#fff;
	width:600px;
	margin:auto;
}

.waku_02 {
	padding:30px;
	border:1px #00d solid;
	text-align:left;
}

/* 情報公開ページ */
.page--title {
	margin: 1em auto;
}

.page--title h2 {
	font-size: 2em;
	line-height: 1;
	color: #1a489c;
	padding: 0.4em 1em;
	text-align: center;
	background-color: #eaf1ff;
}

.contents {
	/* border: 1px solid #666666; */
	margin: 0;
	padding: 1em 0;
}

.contents ul {
	text-align: left;
	margin: 1em auto;
	width: 800px;
}

.contents ul li {
	font-size: 1.4em;
    line-height: 1.8 !important;
	list-style-type: none;
}

.portal-list {
	color: #659bfd;
	margin-right: 10px;
}

.portal-list-inner {
	font-size: 0.632em;
	padding-left: 2em;
	margin-top: 0.6em;
}

.portal-list-inner li img {
	margin-right: 10px;
}

.portal-list-title {
	font-size: 1em;
    line-height: 0;
    margin: 0;
    padding: 1em 0 0.5em 1em;
}

/*+++++++++++++++++++++++++++++++++++++++++++ 
優マーク 共通
+++++++++++++++++++++++++++++++++++++++++++ */
.contents-inner {
	padding: 1em 3em;
}

.sasatsu-box {
	border: 1px solid #000000;
	padding: 1em 2em;
	text-align: left;
}

.sasatsu-box p {
	margin: 0;
	line-height: 1.6;
}

.sasatsu-box-02 {
	margin: 2em auto;
}

.sasatsu-box-02:after {
	content: '';
	display: block;
	clear: both;
}

.tetsuzuki {
	width: 795px;
	margin: 1em auto;
	text-align: left;
}

.tetsuzuki-box {
	border: 1px solid #003399;
	padding: 1em 2em;
	text-align: left;
}

.tetsuzuki-box dl {
	line-height: 1.6;
	margin: 10px 0 20px;
	text-align: left;
}

.tetsuzuki-box dt {
	width: 1em;
	float: left;
}

.tetsuzuki-box dd {
	padding-left: 1em;
	margin-left: 0;
	text-indent: 1em;
}

.tetsuzuki-box table {
	border: 1px solid #000000;
	border-collapse: collapse;
	width: 100%;
}

.tetsuzuki-box td {
	border: 1px solid #000000;
	border-collapse: collapse;
	padding: 0.6em 0.8em;
	text-align: left;
}

.bg-010180 {
	background-color: #010180;
}

.color-black {
	color: #000000;
}

.contents {
	border: none;
}

/*+++++++++++++++++++++++++++++++++++++++++++ 
タブナビゲーション
+++++++++++++++++++++++++++++++++++++++++++ */

.tabs::after{
	content: "";
	clear: both;
	display: block;
}

.tabs > li{
	float: left;
	/* width: 33.3333%; */
	padding: 10px 20px;
	/* background-color: gray; */
	border-right: 1px solid #FFF;
	color: #FFF;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.tabs > li:last-child{
	border-right: none;
	float: right;
}
.tabs > li[aria-selected="true"]{
	/* background: #ffcc00; */
	/*outline: none;*/
}

.panels > div{
	padding: 0 0 20px;
	/* background: #1abc9c; */
	/* color: #FFF; */
}

.tab-inner {
	padding: 20px;
}

.panels > div[aria-hidden="true"]{
	display: none;
}

.exampleBox {
	text-align: left;
	font-size: 1.154em;
}

.tabs {
	list-style: none;
	text-align: center;
	font-weight: 700;
	font-size: 1.2em;
}

.tab-list {
}

.tab-list:after {
	content: '';
	display: block;
	clear: both;
}

.tab3-come {
	padding: 1em;
	margin: 0;
}

.bd-double {
	border: 6px double #000000;
}

.tab-dl {
	line-height: 1.6;
}

.tab-dl dt {
	float: left;
	width: 1em;
}

.tab-dl dd {
	padding-left: 2em;
	margin-left: 0;
}

.menu-tab	{padding: 10px;
	margin: 0;
	background-color: #ffcc00;}

.menu-tab ul,
.menu-tab ol	{margin: 0;
	padding: 0;
	line-height: 1.4;
	list-style: none;
	width: 100%}

.menu-tab li a	{display: block;
	padding: 10px;
	color: #000;
	text-decoration: none;}

.menu-tab li a:hover	{background-color: #fff2cc;
	color: #000000;
	border: 2px solid #ff0000;
}

.menu-tab li a.active {
	background-color: #fff2cc;
	color: #000000;
	border: 2px solid #ff0000;
}

.menu-tab li	{float: left;
	width: 48%;
	text-align: center;
	font-size: 1.2em;
}

.menu-tab ul:after,
.menu-tab ol:after	{content: "";
	display: block;
	clear: both;}
.menu-tab ul,
.menu-tab ol	{*zoom: 1;}

/* タブ設定 20161227 */

/* ▼表示領域全体 */
   div.tabbox {
      margin: 0px;
      padding: 0px;
      width: 100%; /* 全体の横幅 */
   }
   /* ▼タブ部分 */
   div.tabbox ul.tabs {
      margin:  0px; /* 外側の余白を消す */
      padding: 0px; /* 内側の余白を消す */
   }
   div.tabbox ul.tabs li {
      margin: 0px;  /* 各項目周囲の余白をなくす */
      list-style-type: none; /* 先頭記号を消す */
      float: left;  /* リスト項目を横方向に並べる */
      padding: 10px 20px;
	  width: 33.3%;
   }
   div.tabbox ul.tabs a {
      display: inline-block;  /* ブロックレベルに */
      padding: 5px 0px;      /* 内側の余白 */
      text-align: center;    /* 中央寄せ */
      text-decoration: none; /* 下線を消す */
	  color: #000000;
   }
   /* ▼標準のタブ色 */
   div.tabbox ul.tabs li.tab {
      background-color: #cccccc; /* 灰色 */
   }
   div.tabbox ul.tabs a:link,
   div.tabbox ul.tabs a:visited {
      /* color: #000000; */ /* タブの文字色(白) */
   }
   
   div.tabbox ul.tabs a:hover {
      /* タブにマウスを載せた際の装飾 */
      text-decoration: none;
   }
   
   /* ▼タブに対応するボックス領域 */
   div.tabbox div.tab {
      clear: left;    /* 回り込み解除(必須) */
   }
   div.tabbox div#tab1 {
      /* タブ１の中身(枠線と背景色) */
      border: 3px solid #ffcc00;
   }
   div.tabbox div#tab2 {
      /* タブ２の中身(枠線と背景色) */
      border: 3px solid #010180;
   }
   div.tabbox div#tab3 {
      /* タブ３の中身(枠線と背景色) */
      border: 3px solid #f4b183;
   }
   
   .youtube-border {
	   border: 3px solid #ffcc00;
   }

   .pankuz{
   	width: 100%;
   	background-image: url('img/head_bg02.gif');
   }

   .pankuz table{
   	width:1000px;
   	height:23px;
   	margin: 0 auto;
   	text-align: right;
   }

	.leaflet {
	font-weight: bold;
}

	.leaflet_pink {
	border: 1px solid #000;
	padding: 3px 8px;
	color: #d60093;
}

.leaflet_pink img {
	width: 15px;
	margin-bottom: -3px;
}

.leaflet_blue {
	border: 1px solid #000;
	padding: 3px 8px;
	color: #0d94d7;
}

.leaflet_blue img {
	width: 15px;
	margin-bottom: -3px;
}