@charset "shift_jis";
*{
	margin:0px;
	padding:0px;
}
a{
	color:#0044CC;
	text-decoration:none;
}
/*　回り込み解除　*/
.clearfix {
	width:100%;
}
.clearfix:after{
    content: ""; 
    display: block; 
    clear: both;
}
.clear{
	clear:both;
}
img{
	border:none;
}
strong{
	font-weight:bold;
}
hr{
	height:1px;
	color:#CCCCCC;
}
.hide{
	display:none;
}
.skip{
	position:absolute;
	left:-9999px;
}
.external{
	margin-left:2px;
	vertical-align:middle;
}
body{
	margin:0;
	width:100%;
	font-size:100%;
	text-align:center;
    line-height: 1.5;
	font-family:"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","BIZ UDPGothic","BIZ UDPゴシック",Meiryo,"メイリオ",sans-serif;
}
h1{
	margin-bottom:10px;
	padding:10px 10px 10px 10px;
	color:#ffffff;
	font-size:125%;
	font-weight:bold;
	text-align:center;
	background:#008736;
	border-top:3px solid #f2fcdb;
	border-bottom:1px solid #e0fcaf;
}

.AreaHeader{
	background-color:#fafaf3;
}
#footer{
	background-color:#008736;
	color:#ffffff;
	padding:8px;
	font-size:85%;
	text-align:center;
}
.newdate{
	font-size:85%;
	color:#5F616B;
}
.midashi-comment{
	/*padding:0px 0px 0px 5px;*/
	font-size:85%;
}
.g_photo{
	width:150px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.fourdown{
	margin: 10px 0px 0px 20px;
}

.comment4{
	padding-left: 2em;
	text-indent:-1em;
	margin:0px 0px 0px 10px;
}

/*ヒット箇所色表示*/
.wordred {
	color:#f00;
	background-color:#fe0;
}
.wordblue {
	color:#00f;
	background-color:#fe0;
}

/*==============================================================================
	検索フォーム
==============================================================================*/
#srchform {
    padding: 12px;
    margin: 0 auto;
}
#srchform form {
    width: 100%;
    display: table;
    table-layout: fixed;
    font-size: 14px;
}
#srchform input[type=text] {
    display: table-cell;
    width: 100%;
    height: 38px;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 0;
    -webkit-appearance: none;
    border: 1px solid #404040;
}
#srchform .search-button {
    display: table-cell;
    vertical-align: top;
    width: 20%;
}
#srchform .search-button input[type="submit"] {
    width: 100%;
    height: 38px;
    font-weight: bold;
    color: #444;
    border: none;
    background: #ddd;
    padding: 0;
    border-radius: 0;
    -webkit-appearance: none;
    border: 1px solid #404040;
}


/*==============================================================================
	テーブル
==============================================================================*/
#honbun table,#honbun2 table{
	margin:10px 0px 20px 10px;
	padding:0px;
	width:95%;
	clear:both;
	border-collapse:collapse;
	border:1px solid #CCCCCC;
	empty-cells:show;
}
#honbun th,#honbun2 th{
	padding:3px 6px 3px 6px;
	background:#EBFAEB;
	border:1px solid #CCCCCC;
	text-align:left;
	vertical-align:top;
}
#honbun td,#honbun2 td{
	padding:3px 6px 3px 6px;
	border:1px solid #CCCCCC;
	vertical-align:top;
}
#honbun table caption,#honbun2 table caption{
	padding-bottom:3px;
	font-size:95%;
	text-align:left;
}
/*　右寄せ　*/
#honbun table td.right,#honbun table th.right,#honbun2 table td.right,#honbun2 table th.right{
	text-align:right;
}
/*　右寄せかつ自動的に改行なし　*/
#honbun table td.cellright,#honbun table th.cellright,#honbun2 table td.cellright,#honbun2 table th.cellright{
	text-align:right;
}
/*　中央寄せかつ自動的に改行なし　*/
#honbun table td.cellcenter,#honbun table th.cellcenter,#honbun2 table td.cellcenter,#honbun2 table th.cellcenter{
	text-align:center;
}
/*　pの中にテーブルがあるとき　*/
#honbun p table,#honbun2 p table{
	margin-left:0px;
	width:100%;
}
/*　テーブルの中にpがあるとき　*/
#honbun td p,#honbun th p,#honbun2 td p,#honbun2 th p{
	margin:0px;
	padding:0px;
}
/*　テーブルの中にリストがあるとき　*/
#honbun table ul,#honbun2 table ul{
	margin-top:0px;
	margin-bottom:0px;
	margin-left:20px;
}
#honbun table ol,#honbun2 table ol{
	margin-top:0px;
	margin-bottom:0px;
	margin-left:35px;
}
#honbun table ul li,#honbun table ol li,#honbun2 table ul li,#honbun2 table ol li{
	margin-bottom:0px;
}

/*==============================================================================
		検索
==============================================================================*/
/*form{
	margin:0px 0px 0px 0px;
	padding:8px 5px 8px 5px;
	clear:both;
	font-size:80%;
	background:#EFEFEF;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	text-align:center;
}*/
#key{
	margin-bottom:3px;
	padding:3px;
	width:50%;
	/* グラデーション */
    background: -webkit-gradient(linear,left bottom, left top, from(#FFF), to(#F3F3F3));
	background:-moz-linear-gradient(bottom, #FFF, #F3F3F3);
	/* 角丸 */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.submit{
	width:95%;
	margin:10px 10px 10px 10px;
	padding:8px 5px 8px 5px;
	font-size:150%;
	color:#FFF;
	/* グラデーション */
    background: -webkit-gradient(linear,left bottom, left top, from(#f00), to(#f66));
	background:-moz-linear-gradient(bottom, #f00, #f66);
	border:1px solid #CCC;
	/* 角丸 */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

input.i_key_text{
	font:24px "ヒラギノ角ゴ Pro W3",tahoma,arial;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

button:hover {
  cursor: pointer;
}

button::-moz-focus-inner {
  border:0;
}

.button {
  background: #8fd324;
  background: -moz-linear-gradient(top, #b7b7b7 0%, #a8a8a8 50%, #8c8c8c 50%, #a0a0a0 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #b7b7b7), color-stop(0.5, #a8a8a8), color-stop(0.5, #8c8c8c), color-stop(1, #a0a0a0));
  border: 1px solid #c4c4c4;
  border-bottom: 1px solid #568a03;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: inset 0 1px 0 0 #c8eb8f;
  -webkit-box-shadow: inset 0 1px 0 0 #c8eb8f;
  box-shadow: inset 0 1px 0 0 #c8eb8f;
  color: #fff;
	font:16px "ヒラギノ角ゴ Pro W3",tahoma,arial;
  padding: 4px 0 5px 0;
  text-decoration: none;
  text-align: center;
  text-shadow: 0 -1px 1px #426b01;
  width: 90px;
}

.button:hover {
  background: #689b13;
  background: -moz-linear-gradient(top, #adadad 0%, #9e9e9e 50%, #666666 50%, #7a7a7a 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #adadad), color-stop(0.5, #9e9e9e), color-stop(0.5, #666666), color-stop(1, #7a7a7a));
  cursor: pointer;
}

.button:active {
  -moz-box-shadow: inset 0 0 10px 0 #2b430d, 0 1px 0 #fff;
  -webkit-box-shadow: inset 0 0 10px 0 #2b430d, 0 1px 0 #fff;
  box-shadow: inset 0 0 10px 0 #2b430d, 0 1px 0 #fff;
  cursor: pointer;
}

.btn_submit {
	-webkit-appearance: none;
	font:18px "ヒラギノ角ゴ Pro W3",tahoma,arial;
}

.btn_alink {
	width: 198px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
}

/*==============================================================================
		グローバルナビ
==============================================================================*/
#gnavi,
#gnavi2{
	margin:0px auto 0px auto;
	width:100%;
	clear:both;
	text-align:center;
}
#gnavi:after,
#gnavi2:after{
    content: ""; 
    display: block; 
    clear: both;
}
#gnavi ul,
#gnavi2 ul{
	border-top:3px solid #00bcff;
	list-style-type:none;
}
#gnavi ul li{
	width:50%;
	float:left;
	font-size:105%;
	border-bottom:1px solid #71A952;
}
#gnavi2 ul li{
	width:100%;
	float:left;
	font-size:100%;
	border-bottom:1px solid #71A952;
}
#gnavi ul li a,
#gnavi2 ul li a{
	margin:0px 1px 1px 0px;
	padding:12px 4px 12px 4px;
	display:block;
	color:#333;
	font-weight:bold;
	border-right:1px solid #7584b2;;
	background:#ffffff;
	background:-moz-linear-gradient(top,  #ffffff 0%, #dad8d2 71%, #ffffff 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(71%,#dad8d2), color-stop(100%,#ffffff));
	background:linear-gradient(to bottom,  #ffffff 0%,#dad8d2 71%,#ffffff 100%);
	text-decoration:none;
}
#gnavi ul li a:hover,
#gnavi2 ul li a:hover{
	background:#dfdbcf;
}
#gnavi h2{
	padding:5px 5px 5px 10px;
	clear:both;
	color:#ffffff;
	font-size:110%;
	font-weight:bold;
	text-align:left;
	background:#4738ff;
	/*border-top:1px solid #00bcff;
	border-bottom:1px solid #009bd3;*/
}


/*==============================================================================
		メニュー1（緑角丸）
==============================================================================*/
.menu1{
	margin-bottom:15px;
	width:90%;
	font-size:100%;
    line-height: 250%;
	clear:both;
}
.menu1:after{
    content: ""; 
    display: block; 
    clear: both;
}
.menu1 h2{
	padding:5px 5px 5px 10px;
	color:#333;
	font-size:100%;
	background:#D6E7CD;
	/* text影 */
	text-shadow: 1px 1px 1px #FFF;
	filter: dropshadow(color=#FFF, offx=1, offy=1);
}
.menu1 ul{
	list-style-type:none;
}
.menu1 ul li{
	margin:10px 0px 0px 5px;
	padding:5px 10px 5px 10px;
	width:100%;
	float:left;
	font-size:100%;
	/* グラデーション */
    background:-webkit-gradient(linear,left bottom, left top, from(#E3F6E0), to(#FFFFFF)) ;
	background:-moz-linear-gradient(bottom, #E3F6E0, #FFFFFF);
	border:1px solid #71A952;
	/* 角丸 */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	/* box影 */
    -webkit-box-shadow: 0px 0px 2px #666;  
    -moz-box-shadow: 0px 0px 2px #666;  
    box-shadow: 0px 0px 2px #666;
	text-align:center;
}
.menu1 ul li a{
	display:block;
	color:#333;
}
/*==============================================================================
		メニュー2（グレー角丸）
==============================================================================*/
.menu2{
	margin-bottom:15px;
}
.menu2 h2{
	clear:both;
	padding:5px 5px 5px 10px;
	color:#333;
	font-size:100%;
	background:#D6E7CD;
	/* text影 */
	text-shadow: 1px 1px 1px #FFF;
	filter: dropshadow(color=#FFF, offx=1, offy=1);
}
.menu2 ul{
	list-style-type:none;
}
.menu2 ul li{
	width:49%;
	float:left;
	margin:1px 0px 2px 0px;
	padding:5px 0px 5px 0px;
	font-size:100%;
	/* グラデーション */
    background:-webkit-gradient(linear,left bottom, left top, from(#EFEFEF), to(#FFFFFF)) ;
	background:-moz-linear-gradient(bottom, #EFEFEF, #FFFFFF);
	border:1px solid #CCC;
	/* 角丸 */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align:center;
	/* box影 */
    -webkit-box-shadow: 0px 0px 2px #666;  
    -moz-box-shadow: 0px 0px 2px #666;  
    box-shadow: 0px 0px 2px #666;
}
.menu2 ul li a{
	display:block;
	color:#333;
}
/*==============================================================================
		メニュー3（緑マーク付き）
==============================================================================*/
.menu3{
	/*padding-bottom:15px;*/
	width:100%;
	clear:both;
	background-color:#fcffe5;
}
.menu3:after{
    content: ""; 
    display: block; 
    clear: both;
}
.menu3 h2{
	padding:5px 5px 5px 10px;
	color:#333;
	font-size:100%;
	background:#D6E7CD;
}
.menu3 ul{
	font-size:95%;
	border-top:1px solid #CCC;
	list-style-type:none;
}
.menu3 ul li{
	width:100%;
	float:left;
	text-align:left;
}
.menu3 ul li a{
	padding:8px 10px 8px 35px;
	display:block;
	color:#333;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
}
.menu3 ul li.lbox a{
	background:url(mark_menu2.png) no-repeat 5px 10px;
}
.menu3 ul li.mbox a{
	background:url(return.gif) no-repeat 9px 7px;
}
/*==============================================================================
		メニュー4（ヘッダ部のボタン）
==============================================================================*/
.menu4{
	margin-bottom:15px;
}
.menu4 h2{
	clear:both;
	padding:5px 5px 5px 10px;
	color:#333;
	font-size:100%;
	background-color:#D6E7CD;
}
.menu4 ul{
	list-style-type:none;
}
.menu4 ul li{
	width:31%;
	float:left;
	margin:1px 0px 2px 2px;
	padding:5px 2px 5px 2px;
	font-size:100%;
	/* グラデーション */
    background:-webkit-gradient(linear,left bottom, left top, from(#13467f), to(#1960ad)) ;
	background:-moz-linear-gradient(bottom, #13467f, #1960ad);
	border:1px solid #CCC;
	/* 角丸 */
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	text-align:center;
	/* box影 */
    -webkit-box-shadow: 0px 0px 2px #666;  
    -moz-box-shadow: 0px 0px 2px #666;  
    box-shadow: 0px 0px 2px #666;
}
.menu4 ul li a{
	display:block;
	color:#fff;
}
/*==============================================================================
		メニュー5（詳細ページリンク）
==============================================================================*/
.menu5{
	/*padding-bottom:15px;*/
	width:100%;
	clear:both;
	background-color:#fff;
}
.menu5:after{
    content: ""; 
    display: block; 
    clear: both;
}
.menu5 h2{
	padding:5px 5px 5px 10px;
	color:#333;
	font-size:100%;
	background:#D6E7CD;
}
.menu5 ul{
	font-size:95%;
	border-top:1px solid #CCC;
	list-style-type:none;
}
.menu5 ul li{
	width:100%;
	float:left;
	text-align:left;
}
.menu5 ul li a{
	display: block;
	color: #0044cc;
	/*font-size: 14px;*/
	background-color: #fff;
	background:url(mark_topics2.png) no-repeat right center;
	border-bottom: 1px solid #515e7b;
	padding: 12px 18px;
	position: relative;
}
.menu5 ul li.lbox a{
	background:url(mark_menu2.png) no-repeat 5px 10px;
}
.menu5 ul li.mbox a{
	background:url(return.gif) no-repeat 9px 7px;
}


#honbun{
    clear: both;
	margin:0;
	font-size:100%;
	text-align:left;
    line-height: 120%;
}
#honbun h1{
}

#honbun h2{
	margin:5px 0px 5px 0px;
	padding:12px 5px 12px 10px;
	clear:both;
	color:#ffffff;
	font-size:115%;
	font-weight:bold;
	background:#515e7b;
	border-top:1px solid #D3D0A9;
	border-bottom:1px solid #939165;
}
#honbun h3{
	margin-bottom:10px;
	padding:5px 5px 0px 10px;
	clear:both;
	font-size:100%;
	font-weight:bold;
}

#honbun p{
	margin:5px 15px 10px 15px;
	line-height:120%;
}

.viewlist ul,
.viewlist ol{
	margin-top:0px;
	margin-bottom:0px;
	margin-left:35px;
}
.viewlist ul li{
	list-style-type:disc;
}
.viewlist ol li{
	list-style-type:decimal;
}

.bunrui{
    clear: both;
	margin:10px 0px 10px 50px;
	font-size:120%;
	text-align:left;
    line-height: 180%;
}
/*==============================================================================
		詳細ページへのリンク一覧
==============================================================================*/
.topics_a,
.topics_a2{
	/*margin-bottom:15px;*/
	clear:both;
	text-align:left;
}
.topics_b{
	margin-bottom:0px;
	clear:both;
	text-align:center;
}
.topics_c{
	margin-bottom:15px;
	clear:both;
	text-align:right;
}
.topicscontent{
	border-top:1px solid #CCC;
}
.topicscontent p.pickup{
	padding:8px 5px 8px 5px;
	font-weight:bold;
	border-bottom:1px dotted #CCC;
}
.topicscontent p{
	padding:8px 5px 8px 8px;
}
.topicscontent ul{
	font-size:100%;
	list-style-type:none;
}
.topicscontent ul li{
	border-bottom:1px dotted #CCC;
	padding:8px 0px 8px 8px;
}
.topicscontent ul li a{
	display:block;
	background:url(mark_topics2.png) no-repeat right center;
	padding:12px 38px 12px 8px;
	position: relative;
}
.topicscontentnolink ul li{
	padding:8px 28px 8px 8px;
	border-bottom:1px dotted #CCC;
}
.topicscontentnolink ul li a{
	display:block;
}

/*カレンダー*/
#GikaiNittei .callist{
	background-color:#d9d9d9;
}
#GikaiNittei table tr.youbi1 td{
	background-color:#ffc4b7;
}
#GikaiNittei table tr.youbi7 td{
	background-color:#c4d8ed;
}
#GikaiNittei table tr.youbiS td{
	background-color:#ffc4b7;
}


/*ACCORDION*/
div.accordion {
	width: 100%;
}
div.accordion > ul > li > a {
	display: block;
	color: #fff;
	/*font-size: 16px;*/
	text-decoration: none;
	background-color: #515e7b;
	border-bottom: 1px solid #fff;
	cursor: pointer;
	padding: 14px 12px;
	position: relative;
}
div.accordion > ul > li > a:hover{
	background-color: #5997a7;
}
div.accordion > ul > li > a:after, div.accordion > ul > li > a.active:after{
	/*font-size: 12px;*/
	position: absolute;
	right: 12px;
	top: 16px;
	color: #2f7f99;
}
div.accordion > ul > li > a:after{
	color: #fff;
	content: "▼";
}
div.accordion > ul > li > a.active:after{
	color: #fff;
	content: "▲";
}
div.accordion > ul > li > ul {
	display: none;
}
div.accordion > ul > li > ul > li > a{
	display: block;
	color: #0044cc;
	/*font-size: 14px;*/
	background-color: #fff;
	background:url(mark_topics2.png) no-repeat right center;
	border-bottom: 1px solid #515e7b;
	padding: 12px 18px;
	position: relative;
}
div.accordion > ul > li > ul > li > a:hover{
	background-color: #fff9d6;
}


/*カレンダー*/
#ecalendar table{
	margin:0px auto 0px auto;
	width:100%;
	border-spacing:0px 10px;
}
#ecalendar table caption{
	margin-bottom:-7px;
	padding:10px 10px 0px 10px;
	width:350px;
	font-size:110%;
	font-weight:bold;
	text-align:left;
}

/*	日付 */
#ecalendar table th{
	padding:8px 0px 8px 0px;
	width:100px;
	font-size:100%;
	text-align:center;
	line-height:1.2;
	overflow:hidden;
}
#ecalendar table th em{
	color:#2d2d2d;
	font-size:100%;
	font-weight:bold;
	font-style:normal;
}
#ecalendar table th.day{
	color:#2d2d2d;
	background:#ffffff;
}
#ecalendar table th.sat{
	color:#2d2d2d;
	background:#e7f5fe;
}
#ecalendar table th.sun{
	color:#2d2d2d;
	background:#ffe8e8;
}
#ecalendar table th .week{
	color:#2d2d2d;
	font-size:80%;
	/*display:block;*/
}
