@charset "UTF-8";
/****************************************************
* base 00基本スタイル *
*****************************************************/

/*基本?共通******************************************/
/*画像*/
img{
	vertical-align:top;
	margin:0;
	padding:0;
	border:none 0;
}
/*見出し*/
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}
/*文*/
p{
	margin:0 0 10px 0;
	padding:0;
}
/*大?小*/
big{
	font-size: 120%;
}
small{
	font-size:90%;
}
/*強調1*/
strong{
	font-size:100%;
	font-weight:bold;
}
/*強調2*/
em{
	font-size: 100%;
	text-decoration: none;
	font-style: normal;
}
b{
	text-decoration: none;
	font-size:100%;
	font-weight:bold;
}
/*リスト*/
ol, ul {
	margin: 5px 0px 5px 2em;
	padding: 0px;
}
li{
	margin:0px;
	padding:0px;
}
/*定義リスト*/
dl{
	margin:5px;
	padding:0;
}
dt{
	font-weight: bold;
}
dd{
	margin-left:2em;
	margin-bottom:5px;
}
/*表*/
table {
	padding: 0px;
	margin: 15px 0px;
	border-collapse:collapse;
}
caption{
	font-weight:bold;
}

th,
td{
	padding: 5px;
	vertical-align:top;
	overflow:visible;

	border-style:solid;
	border-width:1px;
}
th{
	font-weight: bold;
}
th[scope="row"]{
	text-align:left;
}
th[scope="col"]{
	text-align:center;
}

/*クリア*/
.clear{
	clear:both;
}
hr.clear{
	display:none;
}
/*フロート:右*/
.float_l{
	float:left;
}
/*フロート:左*/
.float_r{
	float:right;
}
/*中央寄せ*/
.center{
	text-align:center;
}
/*右寄せ*/
.right{
	text-align: right;
}
/*左寄せ*/
.left{
	text-align: left;
}
/*clearfix*/
.clearfix:after { 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	clear: both; 
	height: 0; 
} 
/*リンク*/
a:link, a:visited {
	text-decoration:none;
	font-weight:bold;
	background-color:transparent;
}
a:hover, a:focus, a:active {
	text-decoration:underline;
	font-weight:bold;
	background-color:transparent;
}
/*読み上げ用隠し*/
.speech{
	margin:0;
	padding:0;
	display:block;
	width:1px;
	height:1px;
	position:absolute;
	left:-9999px ;
	overflow:hidden;
}
/*印刷のみ*/
.printOnly{
	display:none;
}

@media print{
/*印刷時*/
	.speech{
		display:none;
	}
	.printOnly{
		display:block;
	}
}
/*非表示*/
.noDisp{
	display:none;
}
/*ツールチップ*/
p#vtip {
	display: none;
	position: absolute;
	padding: 5px 10px;
	left: 5px;
	font-size: 0.8em;
	color: #FFF;
	background-color: #000;
	border: 1px solid #FFF;
	z-index: 9999;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*影*/
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
}
#vtipArrow{
	display:none;
}



/*ページ種別*******************************************************/
/*サイト?ホーム(トップページ)*/
body#homePage{}
/*目次*/
body#indexPage{}
/*一般コンテンツ*/
body#contentPage{}
/*サイト情報*/
body#infoPage{}
/*ニュース目次*/
body#newsIndex{}
/*ニュース目次*/
body#newsList{}
/*ニュース記事*/
body#newsPage{}

/*構造 レイアウト*******************************************************/
html{
	margin:0;
	padding:0;
}
body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.5;
	text-align: center;
	z-index: 1;
	word-break: break-all;
	position:relative;
}
#toolWrap,
#footWrap,
#wrapper{
	width:100%;
	min-width: 1040px;
	clear: both;
	overflow:hidden;
}
#toolbar ,
#page,
#footer{
	clear:both;
	width: 1000px;
	margin:0 auto;
	z-index: 5;
}
#page{
	position: relative;
	overflow:hidden;
	border-width:0 1px 1px;
	border-color:#CCC;
	border-style:solid;
	-webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
@media print {
	/*印刷時*/
	body, #page {
		width: auto;
		margin: 0;
		text-align: left;
		background-color: #ffffff !important;
	}
	#toolWrap,
	#footWrap,
	#wrapper, #page{
		width: 750px;
	}
	#toolbar ,
	#header,
	#contents,
	#footer{
		margin-left:0;
		margin-right:0;
	}
}
/* new clearfix */
#toolWrap:after,
#page:after,
#contents:after,
#footWrap:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}


/*ツールバー*********************************************************/
#toolWrap{
	padding: 7px 0;
	background-image: url(/siinkyumei/WSR/head_bg.png);
	background-repeat: repeat;
	background-position: center;
	border-bottom: 1px solid #FFF;
}
#toolbar{
	position:relative;
	display:block;
	font-size:80%;
	color:#FFF;
}
#toolbar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#toolbar ul li {
	display: inline;
}

#toolbar ul li a {
	color:#fff;
	font-weight:normal;
	display: inline-block;
}

/*文字サイズ/背景色*/
#toolbar ul#t_jtools {
	display: block;
	float: left;
	margin: 0;
}
#t_jtools li {
	display: inline;
	margin-left: 25px;
}
#t_jtools ul {
	display: inline;
}
#t_jtools li ul li {
	margin: 0;
}
#t_jtools #t_fsize{
	margin-left: 10px;
}
#t_fsize,
#t_color,
#t_reset {
	min-height: 20px;
	display: inline-block !important;
	vertical-align: middle;
}
#t_fsize,
#t_color {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}
#t_fsize ul,
#t_color ul{
	padding-left:3px;
}

#t_fsize{
	background-image:url(/siinkyumei/WSR/tool_f.gif);
}
#t_color{
	background-image:url(/siinkyumei/WSR/tool_c.gif);
}


/*ツールボタン*/
#t_jtools li.btn a {
	display: inline-block;
	margin: 1px;
	padding: 3px 5px;
	font-weight: normal;
	text-decoration: none;
	color: #000;
	background-color: #FFF;
	border: 1px solid #CCC;
}
#t_jtools li#t_black a {
	color: #FFF;
	background-color: #222;
}
#t_jtools li.btn a:hover,
#t_jtools li.btn a:active {
	color: #FFF;
	background-color: #0052A4 !important;
}
/*検索窓*/
#toolbar form {
	float:left;
	margin:0 10px 0 40px;
	padding: 3px;
	vertical-align: middle;
	background-color: #FFF;
	border: 1px solid #999;
	-webkit-box-shadow: inset 0px 0px 5px 2px #ebebeb;
	-moz-box-shadow: inset 0px 0px 5px 2px #ebebeb;
	box-shadow: inset 0px 0px 5px 2px #ebebeb;
	/* Firefox v1.0+ */
	-moz-border-radius:13px ;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius:13px ;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius:13px ;
}
#toolbar form input {
	margin: 0 2px;
	outline: none;
}
#toolbar form #q {
	float: left;
	padding: 3px;
	width: 130px;
	background-color: transparent;
	border: none !important;
}
#toolbar form input#sa {
	float: left;
	height: 19px;
	width: 15px;
	background-color: transparent;
	border: none;
}

@media print {
	/*印刷時*/
	#toolWrap{
		display: none;
	}
}

/*ヘッダー*******************************************************/
#header{
	font-size: 80%;
	color: #fff;
	padding:10px 0;
	position:relative;
	padding: 5px 0;
	position: relative;
	overflow:hidden;
	border-bottom: 3px double #CCC;
}
#header h1 {
	display:block;
	float:left;
	margin:0 10px 5px;
}
#header h1 a{
	color: #fff;
}
#hm_list{
	padding:10px;
	float:right;
	margin-top:5px;
	vertical-align:bottom;
}
#hm_list ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align:right;
}
#hm_list li{
	display:inline-block;
	padding: 0 3px;
}
#hm_list ul li a {
	font-weight:normal;
	background-position: left 6px;
	background-repeat: no-repeat;
	padding: 3px 3px 3px 23px;
	background-image: url(/siinkyumei/WSR/hm_icon.gif);
}
/*clearfix*/
#header:after,
#toolbar:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

@media print {
	/*印刷時*/
	#hm_list{
		display:none;
	}
}

/*フッター詳細*******************************************************/
#footWrap{
	padding: 30px 0;
	background-image: url(/siinkyumei/WSR/head_bg.png);
	background-position: center;
	border-top: 1px solid #FFF;
}
#footer{
	color: #FFF;
	font-size: 80%;
	text-align: left;
	padding: 0;
}
/*基本情報*/
#OficeAddress {
	clear: both;
	display: block;
	margin: 0;
	padding:5px;
	text-align: center;
}
#OficeAddress dd, #OficeAddress ul {
	margin: 0;
	padding: 0;
	display: inline;
}
#OficeAddress dt{
	margin:0 15px 0 0;
	padding:0;
	display: inline;
}
#OficeAddress ul {
	list-style: none;
}
#OficeAddress ul li {
	display:inline-block;
	padding:0 5px 0;
	border-right: 1px solid #999;
}
#OficeAddress ul li:last-child,
#OficeAddress ul li.last-child {
	border: none;
}
#copyright {
	font-size:90%;
	clear:both;
	margin: 5px 0;
	text-align: center;
}
#footer dt,
#footer li,
#footer p{
	color: #FFF;
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	text-shadow:0px 1px 0px rgba(0,0,0,0.75);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX = 0,OffY = 1,Color = #bf000000,Positive = true)";zoom:1;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX = 0,OffY = 1,Color = #bf000000,Positive = true);
}

/*clearfix*/
#OficeAddress:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
@media print {
/*印刷時*/
	#footer{
		width:720px;
		padding-left:15px;
		padding-right:15px;
	}
	#OficeAddress dt,
	#OficeAddress dt{
		text-align:left;
		display:block;

	}

}

/*コンテンツ部********************************************************/
#wrapper{
	margin-bottom: -20px;
}
#contents{
	position:relative;
	text-align:left;
	padding: 10px 15px;
}

/*clearfix*/
#contents ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
@media print {
/*印刷時*/
	#contents{
		width:720px;
	}
}

/*パン屑********************************************************/
#route {
	text-align: left;
	line-height: 1.2;
	font-size: 80%;
	clear: both;
	padding: 0 0 8px 0px;
}
#route ol {
	margin: 0px;
	padding: 0px 3px;
}
#route li {
	display: inline;
	margin: 0px;
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: 5px 4px;
}

/*clearfix*/
#route ul:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/*コンテンツ分割****************************************************/
#main {
	float: right;
	width: 720px;
}
#side {
	float: left;
	width: 230px;
	position: relative
}
@media print {
/*印刷時*/
	#main {
		clear: both;
		float: none;
	}
	#side {
		display: none;
	}
}
/*clearfix*/
#main:after,
#side:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}


/*サイド*******************************************************/
#side {
	font-size: 105%;
}
.sideBox {
	margin-bottom:15px;
	overflow:hidden;
}
#side ul,
#side li {
	display:block;
	clear: both;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*ナビ?メニュー詳細*/
#navi{
	-moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+  and by Opera v10.5+ */
	box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);
}
#navi ul{
	display:block;
	border: 1px solid #A3A3A3;
}
#navi li {
	padding: 1px;
}
#navi li.first-child,
#navi li:first-child{
	border: none;
}
#navi li a {
	display: block;
	cursor: pointer;
	text-decoration: none;
	padding: 7px 5px 7px 25px;
	background-image: url(/siinkyumei/WSR/navi_l.gif);
	background-repeat: no-repeat;
	background-position: left center;
	-webkit-transition-property: all;  
	-webkit-transition-duration: 0.1s;  
	-webkit-transition-timing-function: linear;  
}
#navi li a:hover,
#navi li a:focus,
#navi li a:active {
	background-position: 2px;
}


/*ピックアップ*/
#pickup{
	font-size:110%;
}
#pickup li {
	margin-bottom: 10px;
	display:block;
}
#pickup li a{
	display:block;
	border-style:solid;
	border-width:1px;
	overflow:hidden;
}
#pickup li a:hover {
	text-decoration:none;
	filter: alpha(opacity=80);
	opacity: 0.80;
}
#pickup li a img{
	margin: -1px;
}
#pickup li.txt a {
	font-family:"ヒラギノ明朝 Pro W6","HiraMinPro-W6","ＭＳ Ｐ明朝","MS PMincho",Meiryo,"メイリオ",serif;
	font-weight:normal;
	padding:10px 10px 10px 30px;
	background-image: url(/siinkyumei/WSR/p_arow.gif);
	background-position:10px 17px;
	background-repeat: no-repeat;
}



/*関連サイト*/
#bnLinks {
	margin:0 auto;
	border: 1px solid #CCC;
	position:relative;
}
#bnLinks h3{
	font-size:90%;
	padding:3px 10px;
}
#bnLinks ul{
	padding:10px 19px 5px;
}
#bnLinks li {
	margin-bottom:5px;
}
#bnLinks li a{
	display:block;
	border-style:solid;
	border-width:1px;
	overflow:hidden;
}
#bnLinks li a img{
	margin: -1px;
}
#bnLinks li a:hover img {
	filter: alpha(opacity=80);
	opacity: 0.80;
}
/*メイン********************/
#main{
	font-size:90%;
}
#main h2{
	clear:both;
	font-size:200%;
	font-weight:bold;
}
#main h3{
	clear:both;
	font-size:170%;
	font-weight:bold;
}
#main h4{
	clear:both;
	font-size:130%;
	font-weight:bold;
}
#main h5{
	clear:both;
	font-size:120%;
	font-weight:bold;
}
#main h6{
	font-size:100%;
	font-weight:bold;
}
/*本文*************************************/
#mainText{
	clear:both;
}

/*clearfix*/
#mainText:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/*見出し*/
#mainText h2 {
	clear: both;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 7px 15px;
	border-style: solid;
	border-width: 1px 0 4px;
	border-color:#CCC #CCC #043867;
	background-repeat: repeat-x;
	background-position: bottom;
}
#contentPage #mainText h2,
#newsList #mainText h2,
#newsPage #mainText h2{
	padding:0;
	background-repeat: repeat-y;
	background-position: right center;
}
#mainText h2 .head{
	padding:7px 15px 0px;
	display:block;
	border-color:#FFF;
	border-style:solid;
	border-width:1px 0;
}
#mainText h3 {
	display: block;
	clear: both;
	font-weight: bold;
	padding: 4px 10px 1px 20px;
	margin: 10px 2px;
	background-repeat: repeat-y;
	background-position: 0 ;
	background-image: url(/siinkyumei/gprbcn00000000dv/h3_bg.gif);
	border: 1px solid #CCC;
}
#mainText h4 {
	clear: both;
	font-weight: bold;
	margin: 15px 5px 10px;
	padding: 3px 10px 0;
	background-repeat: repeat-x;
	background-position: bottom;
}
#mainText h5 {
	clear: both;
	margin-top: 15px;
	margin-bottom: 5x;
	padding: 0px 5px 0px 20px;
	background-position: 3px 4px;
	background-repeat: no-repeat;
	background-image:url(/siinkyumei/gprbcn00000000dv/h5_bg.png);
}
#mainText h6 {
	clear: both;
	padding-left: 5px;
	margin-bottom: 5px;
}
#mainText p {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
}

/*indexPage****************/
#newsIndex #mainText h2,
#indexPage #mainText h2{
	font-size: 220%;
	font-weight:normal;
	color: #000;
	padding: 0;
	vertical-align: middle;
	background-image: url(/siinkyumei/gprbcn00000000dv/titlebg.gif);
	background-position: left center;
	background-repeat: no-repeat;
	border-width:1px 1px 5px 1px;
	border-style:solid;
	border-color:#CCC #CCC #043867 #CCC;

}
#newsIndex #mainText h2 .head ,
#indexPage #mainText h2 .head {
	display: block;
	padding: 15px 20px 9px;

	border-bottom: 1px solid #FFF;
	text-shadow:none;
}


/*コーナー別背景---------------*/







/*clearfix*/
#mainText h2:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}



/*共通パーツ**************************************/
.about{
	margin:10px;
}
.section {
	padding:0 10px 10px;
}
.article{
	padding:10px;
}
 .article p{
	font-size:100%;
}

#mainText .section {
	margin-bottom: 10px;
}
#mainText .section h3 {
	margin-left: -8px;
	margin-right: -8px;
}
#mainText .section h4 {
	margin-left: -5px;
	margin-right: -5px;
}
#mainText .section h5 {
	margin-left: -8px;
	margin-right: 0;
}
#mainText .about p,
#mainText .section p {
	margin-left: 0px;
	margin-right: 0px;
}
#mainText .section table {
	margin: 5px;
}
.txtPart {
	margin-bottom: 10px;
	clear: both;
}

/*clearfix*/
.txtPart:after,
.article:after,
.section:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}


/*リンク*/
.iLinks a,
a.iLinks{
	background-image:url(/siinkyumei/gprbcn00000000dv/link.gif);
	background-repeat:no-repeat;
	background-position:left 3px;
	padding-left:20px;
	vertical-align:middle;
	word-break: break-all;
}

ul.iLinks{
	/*clear:both;*/
	clear:left;
	list-style-type:none;
	margin-left:15px;
	line-height:1.8em;
}
ul.iLinks li{
	list-style-type:none;
	vertical-align:middle;
}
/*別ウィンドウアイコン*/
a img.nw{
	vertical-align: middle;
	margin: -3px 0 0 4px;
}

/*外部*/
ul.iLinks li a.outside{
}
@media print{
	/*印刷*/
	ul.iLinks li a.outside:after{
	   content: " (" attr(href) ") ";
  	   font-size:80%;
	   display:block;
	   padding-left:2em;
	}
}


/**添付画像*/
/*添付画像:1枚(右)*/
div.iFigureR{
	clear:both;
	float:right;
	padding-left:10px;
	padding-right:5px;
	margin-bottom:10px;
	width:300px;
	text-align:center;
}
/*添付画像:1枚(左)*/
div.iFigureL{
	clear:left;
	float:left;
	padding-left:5px;
	padding-right:10px;
	margin-bottom:10px;
	width:300px;
	text-align:center;
}

/*添付画像:1枚(中央)*/
div.iFigureC{
	clear:both;
	text-align:center;
	padding:0;
	margin:10px 0;
	text-align:center;
}
div.iFigureR p,
div.iFigureL p,
div.iFigureC p{
	margin:3px 0;
	font-size:80%;	
}


/*添付画像:複数左から配置*/
div.iFigure{
	clear:both;
	margin:5px 0;
	padding:0;
	text-align:center;
	width: auto;
}
.iFigure ul{
	list-style-type:none;
	display:block;
	width:100%;
	margin:0 auto;
	padding:0;
}
.iFigure ul li{
	margin:2px 0;
	padding:0 2px;
	list-style-type:none;
	display:block;
	float:left;
}
.iFigure ul li img{
	margin:0;
}
.iFigure ul li span{
	display:block;
	margin:3px 0;
	font-size:90%;
}
div.iFigureR img,
div.iFigureL img,
div.iFigureC img,
.iFigure img{
	border: 1px solid #CCC;
}
/**ブロック化*/
.iFigure ul li.row{
	margin:0;
	padding:0;
	float:none;
	clear:both;
	width:inherit !important;
	overflow:hidden;
}
/*clearfix*/
.iFigure ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/**添付書類*/
ul.iPapers{
	/*clear:both;*/
	clear:left;
	list-style-type:none;
	line-height:1.8em;
	margin-left:15px;
}
ul.iPapers li{
	list-style-type:none;
}
ul.iPapers li img{
	margin-right:5px;
	vertical-align: text-top;
}

/*外部などコード埋め込み*/
div.gCode{
	clear:both;
	overflow:hidden;
	margin:10px;
        text-align:center;
}
div.gCode iframe,
div.gCode object{
	margin:0 auto;
        text-align:left;
}

/*clearfix*/
.gCode:after{  
    visibility: hidden;  
    display: block;  
    font-size: 0;  
    content: " ";  
    clear: both;  
    height: 0;  
}

/*データ表*/
table.dataList{
}
table.dataList tbody th{
	width:20%
}


/*目次BOX*/
.idxBox {
	clear: both;
	margin: 10px;
	padding: 10px 5px;
	overflow: hidden;
}

.idxBox ul {
	margin: 0;
	list-style-type: none;
}

.idxBox ul li {
	padding: 10px;
	display: block;
	line-height: 1.7;
	margin-bottom: 10px;
	border: 1px solid #CCC;
}

.idxBox .thumb {
	display: block;
	width: 115px;
	padding-bottom: 8px;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.idxBox .thumb img {
	border: 1px solid #CCC;
}

.idxBox .discription {
	float: right;
	width: 540px;
	margin: 0;
}

.idxBox li .discription h3 ,
#mainText .idxBox li .discription h3 {
	margin:0 0 5px;
	padding:0 3px;
	display: block;
	font-size: 120%;
	border:none;
	background-color:transparent;
	background-image: none;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-bottom-color:#7997B2;

}
.idxBox li .discription h3 a{
	padding-left: 21px;
	background-image: url(/siinkyumei/gprbcn00000000dv/idx_i.gif) !important;
	background-repeat: no-repeat;
	background-position: left center;
}

.idxBox li .discription h3 a:hover{
	background-position: 2px center;
}
.idxBox li .discription p {
	margin: 5px 0;
}
.idxBox li .discription ul{
	margin:0 5px 10px 30px ;
}
.idxBox li .discription ul li {
	padding: 0;
	margin: 0;
	border:none;
	line-height:1.5;
	display:block;
	-webkit-border-radius:0;
	border-radius: 0;
}
.idxBox li .discription ul a {
	font-weight:normal;
	border: none;
	background-repeat: no-repeat;
	padding: 0 10px 0 12px;
	background-position: left 6px;
}

#subContentList{
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#subContentList ul li{
	margin:0;
	padding:0;
	border:none;
	background-color:transparent;
}
#subContentList ul li a{
	font-weight:normal;
	background-repeat: no-repeat;
	background-position: 10px 6px;
	padding:0 5px 0 25px;
}

/*clearfix*/
.idxBox ul li:after,
.idxBox:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}


/*ページ内ショートカットリスト**************/
div.idxInter {
	margin: 5px 15px;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}

ul.idxInter {
	margin: 5px;
	padding-left: 10px;
	list-style-type: none;
}
ul.idxInter li {
	display: inline-block;
	padding: 3px 15px 0;
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: left center;
}

/*上へリンク*/
.up_link{
	clear:both;
	text-align:right;
	font-size:80%;
}
.up_link a{
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:15px;
}
@media print{
/*印刷時*/
	.up_link {
		display:none;
	}
}

/*記事末での横リンク*/
.gIdxBox {
	clear: both;
	padding:10px;
	margin:10px 0;
	font-size:80%;
	border-width:1px;
	border-color:#CCC;
	border-style:solid;
}
#mainText .gIdxBox h3 {
	font-size: 110%;
	padding: 0 0 3px 25px;
	margin: 0 0 5px;
	background-color: transparent;
	border-width: 0 0 1px;
	border-bottom-color: #CCC;
	border-bottom-style: dotted;
	background-image: url(/siinkyumei/gprbcn00000000dv/idx_i.gif);
	background-repeat: no-repeat;
	background-position: 5px 1px;

}

.gIdxBox ul {
}
.gIdxBox ul li {
	display:inline-block;
	list-style-type:none;
	margin:0;
	padding:0 3px;
}
.gIdxBox ul a ,
.gIdxBox ul span {
	display: inline-block;
	padding: 3px 3px 0px 12px;
	background-position: left 9px;
	background-repeat: no-repeat;
}
/* clearfix */  
.gIdxBox:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}


/*窓口************/
#officeInfo{
	border-style:solid;
	border-width:1px;
	margin-bottom:10px;
}
#officeInfo h3{
	margin-top:0;
	border-width:0px;
}
#officeInfo h3 span.head{
	background:none;
	border-bottom-width:0px;
}

#mainText #officeInfo h4{
	margin:0;
	padding-left:5px;
	border-bottom-width:1px;
}
#officeInfo ul{
	list-style-type:none;
}

/*最終更新日*/
#LastUpDate {
	text-align: right;
	padding: 5px;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
}

/*トピックス*******************************/
.topicList {
	overflow: hidden;
	margin: 10px;
	padding-bottom:3px;
}

.topicList .headWrap{
	overflow: hidden;
	position: relative;
	background-repeat:no-repeat;
	background-position:left;
	border-style:solid;
	border-width:1px;
}
.topicList .head{
	overflow: hidden;
	background-image: url(/siinkyumei/gprbcn00000000dv/news_bg.png) ;
}


#mainText .topicList .head h3 ,
#mainText .topicList .head a {
	color:#FFF;
	text-shadow: 1px 1px 0px #291200;
	filter: dropshadow(color=#291200, offx=1, offy=1);
}

#mainText .topicList h3 {
	font-family: "ヒラギノ明朝 Pro W6","HiraMinPro-W6","ＭＳ Ｐ明朝","MS PMincho",Meiryo,"メイリオ",serif;
	font-size: 125%;
	font-weight:bold;
	padding: 3px 10px 3px 45px;
	margin: 0;
	border:none;
	float:left;/*12.25*/
	background:none;
	text-shadow: 1px 1px 0px #291200;
	background-repeat:no-repeat;
	background-position:10px center;
	background-image:url(/siinkyumei/gprbcn00000000dv/i_news.gif);
}
/*アイコン*/
#mainText #topic_info h3 {
	background-image:url(/siinkyumei/gprbcn00000000dv/i_info.gif);
}
#mainText #topic_event h3{
	background-image:url(/siinkyumei/gprbcn00000000dv/i_event.gif);
}
#mainText #topic_em h3 {
	background-image:url(/siinkyumei/gprbcn00000000dv/i_em.gif);
}

#mainText  .topicList p{
	margin:10px;
}

.topicList ul.headline{
	padding:5px 10px;
	margin:0;
	list-style-type: none;
}
.topicList .headline li{
	line-height:1.2;
	list-style-type:none;
	border-top: 1px dotted #CCC;
}
.topicList .headline li.first-child ,
.topicList .headline li:first-child {
	border: none;
}
.topicList .headline li a {
	display: block;
	clear: both;
	list-style-type: none;
	padding: 10px 5px;
	font-weight: normal;
}
.topicList .headline li a:hover{
	text-decoration:none;
}
.topicList .headline li .tDate {
	display: block;
	float: left;
	font-size: 85%;
	width: 100px;
	padding-top:3px;
}
.topicList .headline li .tMsg {
	display: block;
	float:right;
	width:545px;
	padding-left: 20px;
	float: left;
	margin: 0 !important;
	background-repeat: no-repeat;
	background-position: 7px 6px;
	line-height:1.5;
}
.topicList .headline li a:hover .tMsg {
	background-position: 10px 6px;
}


/*ニュース記事/他の記事*/
#newsPage .topicList{
	margin: 10px;
}
#newsPage #mainText .topicList h4{
	color:#FFF;
	font-size: 110%;
	font-weight:normal;
	margin: 0;
	padding:5px 10px;
	background-image:url(/siinkyumei/gprbcn00000000dv/news_bg.png);
	background-repeat: repeat;
	border:none;
}
#newsPage .topicList .all_list{
	margin:0 0 -3px;
}


/*clearfix*/
.topicList .headline li a:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}


/*RSS/一覧*/
.all_list {
	display:block;
	list-style-type: none;
	text-align:right;
	padding:0 5px;
}
.topicList  .all_list li{
	display:inline;
	margin:0 5px;
}
.all_list li a {
	display: inline-block;
	padding-left: 23px;
	font-weight: normal;
	background-image: url(/siinkyumei/gprbcn00000000dv/list.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.all_list li.rss {
	padding: 0;
	background-image: none;
	margin-right: 10px;
}
.all_list li.rss a {
	padding-left: 20px;
	background-image: url(/siinkyumei/gprbcn00000000dv/rss.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.topicList .head .all_list {
	float:right;
	padding-right:10px;
}
/* イベント*************************************/
#topic_event.topicList .headline li .tDate {
	margin-bottom:5px;
	width: auto;
	font-size:100%;
	float:none;
}
#topic_event.topicList .headline li .tMsg {
	width: auto;
	float:none;
}

/*カレンダー*/
#topic_event .all_list li a {
	background-image: url(/siinkyumei/gprbcn00000000dv/calender.gif);
}
/*イベントカレンダー イベント詳細*/
.event_dat{
    clear:both;
    margin:10px 0;
}
.event_dat  ul.OfficeInfo{
	list-style-type:none;
	overflow:hidden;
	margin-left:0px; 
}
.event_dat  ul.OfficeInfo ul{
	margin-left:2em; 
}
.event_dat  ul.OfficeInfo ul li{
	list-style-type: disc;
}


/*問い合わせメール*************************************/
#vMailPost {
	text-align: center;
	margin: 30px;
}
#vMailPost a {
	font-size: 110%;
	padding:10px 10px 10px 45px;
	background-image: url(/siinkyumei/gprbcn00000000dv/mail.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}

/*リンクボタン*************************************/
#lBtn{
	text-align: center;
	margin: 30px  !important;
}
#lBtn a {
	text-align: center;
	display:inline-block;
	color:#fff;
	background:#00469C;
	border:1px solid #fff;
	-moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.2);
	box-shadow:0px 0px 5px 0px rgba(0,0,0,0.2);
}
#lBtn a:hover,
#lBtn a:active,
#lBtn a:focus{
	background:#0052BD;
}
#lBtn a:active{
	-moz-box-shadow: none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
#lBtn.txt a{
	padding:15px 30px;
	font-size: 150%;
	font-weight:bold;
}
#lBtn.txt a img.icon{
	vertical-align: middle;
	margin-right: 10px;
}
#lBtn.bnr a:hover img{
	text-decoration:none;
	filter: alpha(opacity=80);
	opacity: 0.80;
}