@charset "UTF-8";




/*-------------------------------------------------------------
col1（1カラム：100%）
-------------------------------------------------------------*/

.col1 {
	width: 100%;
}
.col1 .box1 {
	width: 100%;
}




/*-------------------------------------------------------------
col2-1（2カラム：50%｜50%）
-------------------------------------------------------------*/
.col2-1 {
}
.col2-1 .box1 {
	float: left;
	width: 50%;
}
.col2-1 .box2 {
	float: right;
	margin-left: -1px;
	width: 50%;
}




/*-------------------------------------------------------------
col2-4（2カラム：23%｜77%）
-------------------------------------------------------------*/
.col2-4 {
}
.col2-4 .box1 {
	float: left;
	width: 23%;
}
.col2-4 .box2 {
	float: right;
	margin-left: -1px;
	width: 77%;
}




/*-------------------------------------------------------------
col2-5（2カラム：77%｜23%）
-------------------------------------------------------------*/
.col2-5 {
}
.col2-5 .box1 {
	float: left;
	width: 77%;
}
.col2-5 .box2 {
	float: right;
	margin-left: -1px;
	width: 23%;
}




/*-------------------------------------------------------------
col2-2（2カラム：33%｜67%）
-------------------------------------------------------------*/
.col2-2 {
}
.col2-2 .box1 {
	float: left;
	width: 33%;
}
.col2-2 .box2 {
	float: right;
	margin-left: -1px;
	width: 67%;
}





/*-------------------------------------------------------------
col2-3（2カラム：67%｜33%）
-------------------------------------------------------------*/
.col2-3 {
}
.col2-3 .box1 {
	float: left;
	width: 67%;
}
.col2-3 .box2 {
	float: right;
	margin-left: -1px;
	width: 33%;
}





/*-------------------------------------------------------------
col2-6（2カラム：38%｜62%）
-------------------------------------------------------------*/
.col2-6 {
}
.col2-6 .box1 {
	float: left;
	width: 38%;
}
.col2-6 .box2 {
	float: right;
	margin-left: -1px;
	width: 62%;
}




/*-------------------------------------------------------------
col2-7（2カラム：62%｜38%）
-------------------------------------------------------------*/
.col2-7 {
}
.col2-7 .box1 {
	float: left;
	width: 62%;
}
.col2-7 .box2 {
	float: right;
	margin-left: -1px;
	width: 38%;
}




/*-------------------------------------------------------------
col2-8（2カラム：固定｜可変）
-------------------------------------------------------------*/
.col2-8 {
}
.col2-8 .box1 {
	float: left;
	width: 100%;
}
.col2-8 .box2 {
	float: left;
	width: 220px;
	margin-left: -100%;
}




/*-------------------------------------------------------------
col2-9（2カラム：可変｜固定）
-------------------------------------------------------------*/
.col2-9 {
}
.col2-9 .box1 {
	float: left;
	width: 100%;
	margin-right: -100%;
}
.col2-9 .box2 {
	float: right;
	width: 220px;
}





/*-------------------------------------------------------------
col3-1（3カラム：33%｜34%｜33%）
-------------------------------------------------------------*/
.col3-1 {
}
.col3-1 .box1 {
	float: left;
	width: 33%;
}
.col3-1 .box2 {
	float: left;
	width: 34%;
}
.col3-1 .box3 {
	float: right;
	margin-left: -1px;
	width: 33%;
}




/*-------------------------------------------------------------
col3-2（3カラム：25%｜50%｜25%）
-------------------------------------------------------------*/
.col3-2 {
}
.col3-2 .box1 {
	float: left;
	width: 25%;
}
.col3-2 .box2 {
	float: left;
	width: 50%;
}
.col3-2 .box3 {
	float: right;
	 margin-left: -1px;
	width: 25%;
}




/*-------------------------------------------------------------
col3-3（3カラム：25%｜25%｜50%）
-------------------------------------------------------------*/
.col3-3 {
}
.col3-3 .box1 {
	float: left;
	width: 25%;
}
.col3-3 .box2 {
	float: left;
	width: 25%;
}
.col3-3 .box3 {
	float: right;
	margin-left: -1px;
	width: 50%;
}





/*-------------------------------------------------------------
col3-4（3カラム：50%｜25%｜25%）
-------------------------------------------------------------*/
.col3-4 {
}
.col3-4 .box1 {
	float: left;
	width: 50%;
}
.col3-4 .box2 {
	float: left;
	width: 25%;
}
.col3-4 .box3 {
	float: right;
	margin-left: -1px;
	width: 25%;
}





/*-------------------------------------------------------------
col3-5（3カラム：固定｜可変｜固定）
-------------------------------------------------------------*/
.col3-5 {
}
.col3-5 .box1 {
	float: left;
	width: 100%;
}
.col3-5 .box2 {
	float: left;
	width: 220px;
	margin-left: -100%;
}
.col3-5 .box3 {
	float: left;
	width: 220px;
	margin-left: -220px;
}




/*-------------------------------------------------------------
col4（4カラム：25%｜25%｜25%｜25%）
-------------------------------------------------------------*/
.col4 {
}
.col4 .box1 {
	float: left;
	margin-right: -1px;
	width: 25%;
}
.col4 .box2 {
	float: left;
	width: 25%;
}
.col4 .box3 {
	float: left;
	width: 25%;
}
.col4 .box4 {
	float: right;
	margin-left: -1px;
	width: 25%;
}



/*-------------------------------------------------------------
タイトル（見出し - 大きくて太いタイトル）

.bTtl 
┗ h3

-------------------------------------------------------------*/
.bTtl {
}



/*-------------------------------------------------------------
タイトル（見出し - 小さいタイトル）

.bSubTtl 
┗ h4

-------------------------------------------------------------*/
.bSubTtl {
}



/*-------------------------------------------------------------
画像タイトル

.bImgttl
┗ h3

-------------------------------------------------------------*/
.bImgttl {
	overflow: hidden;
}
.bImgttl h3 {
	margin: 0;
	padding: 0;
	display: block;
	text-indent: -9999px;
	background-position: 0 0;
	background-repeat: no-repeat;
}



/*-------------------------------------------------------------
背景付きタイトル（見出し - 大きくて太いタイトル）

.bTtlBg
┗ h3

-------------------------------------------------------------*/

.bTtlBg {
}



/*-------------------------------------------------------------
テキストのみ

.bTxt
┗ p

-------------------------------------------------------------*/
.bTxt {
}
.bTxt p {
	margin: 0;
	padding: 0;
}



/*-------------------------------------------------------------
画像のみ

.bImg
┣ img
┗ p.imgCap

-------------------------------------------------------------*/

.bImg {
	text-align: center;
}
.bImg img {
	width: 100%;
}
.bImg p.imgCap {
	margin: 0;
	padding:  5px 0 0 0;
	font-weight: bold;
	text-align: center;
}



/*-------------------------------------------------------------
画像ボタン

.bImgbtn
┗ img

-------------------------------------------------------------*/

.bImgbtn {
	overflow: hidden;
}
.bImgbtn img {
	vertical-align: bottom;
}



/*-------------------------------------------------------------
画像（左）+テキスト（右）

.bImgTxt
┣ .bImgTxtLeft
｜	┣ img
｜	┗ p.imgCap
｜
┗ .bImgTxtRight
	┗ p

-------------------------------------------------------------*/
.bImgTxt {
}
.bImgTxt .bImgTxtLeft {
	float: left;
	text-align: center;
}
.bImgTxt .bImgTxtLeft img {
	width: 100%;
}

.bImgTxt .bImgTxtLeft p.imgCap {
}
.bImgTxt .bImgTxtRight {
}
.bImgTxt .bImgTxtRight p {
	margin: 0;
}



/*-------------------------------------------------------------
画像（右）+テキスト（左）

.bTxtImg
┣ .bTxtImgLeft
｜	┗ p
｜
┗ .bTxtImgRight
	┣ img
	┗ p.imgCap

-------------------------------------------------------------*/
.bTxtImg {
}
.bTxtImg .bTxtImgLeft {
}
.bTxtImg .bTxtImgLeft p {
	margin: 0;
}
.bTxtImg .bTxtImgRight {
	float: right;
	text-align: center;
	overflow: hidden;
}
.bTxtImg .bTxtImgRight img {
	width: 100%;
}
.bTxtImg .bTxtImgRight p.imgCap {
	margin: 0;
}



/*-------------------------------------------------------------
画像（上段）×2 +テキスト（下段）×2

.bImg2Txt2
┣ .bImg2Txt2Left
｜	┗ .bImg2Txt2Inner
｜		┣ img
｜		┣ p.imgCap
｜		┗ p
｜
┗ .bImg2Txt2Right
	┗ .bImg2Txt2Inner
		┣ img
		┣ p.imgCap
		┗ p

-------------------------------------------------------------*/

.bImg2Txt2 {
}
.bImg2Txt2 p.imgCap {
	margin: 0;
	text-align: center;
}
.bImg2Txt2 p {
	margin: 0;
	text-align: left;
}
.bImg2Txt2 .bImg2Txt2Left {
	float: left;
	width: 50%;
}
.bImg2Txt2 .bImg2Txt2Left img {
	width: 100%;
}
.bImg2Txt2 .bImg2Txt2Right {
	float: right;
	margin-left: -1px;	/*IE6 レイアウト対応*/
	width: 50%;
}
.bImg2Txt2 .bImg2Txt2Right img {
	width: 100%;
}



/*-------------------------------------------------------------
画像（上段）×3 +テキスト（下段）×3

.bImg3Txt3
┣ .bImg3Txt3Left
｜	┗ .bImg3Txt3Inner
｜		┣ img
｜		┣ p.imgCap
｜		┗ p
｜
┣ .bImg3Txt3Center
｜	┗ .bImg3Txt3Inner
｜		┣ img
｜		┣ p.imgCap
｜		┗ p
｜
┗ .bImg3Txt3Right
	┗ .bImg3Txt3Inner
		┣ img
		┣ p.imgCap
		┗ p

-------------------------------------------------------------*/

.bImg3Txt3 {
}
.bImg3Txt3 img {
	width: 100%;
}
.bImg3Txt3 p.imgCap {
	margin: 0;
}
.bImg3Txt3 p {
	margin: 0;
	text-align: left;
}
.bImg3Txt3 .bImg3Txt3Left {
	float: left;
	width: 33%;
	text-align: center;
}
.bImg3Txt3 .bImg3Txt3Center {
	float: left;
	width: 34%;
	text-align: center;
}
.bImg3Txt3 .bImg3Txt3Right {
	float: right;
	width: 33%;
	margin-left: -1px;	/*IE6 レイアウト対応*/
	text-align: center;
}



/*-------------------------------------------------------------
画像（左）+タイトル（右）+テキスト（右）+詳細ボタン（右）

.bImgTtlTxt
┣ .bImgTxtLeft
｜	┣ img
｜	┗ p.imgCap
｜
┗ .bImgTxtRight
	┣ h4
	┣ p
	┗ p.linkArrow

-------------------------------------------------------------*/

.bImgTtlTxt {
}
.bImgTtlTxt .bImgTtlTxtLeft {
	float: left;
}
.bImgTtlTxt .bImgTtlTxtLeft img {
	width: 100%;
}
.bImgTtlTxt .bImgTtlTxtRight {
}
.bImgTtlTxt .bImgTtlTxtRight h5 {
	margin: 0;
	padding: 0;
}
.bImgTtlTxt .bImgTtlTxtRight p {
	margin: 0;
}



/*-------------------------------------------------------------
画像（左）+タイトル（右）+テキスト（右）+詳細ボタン（右）×2

.bImgTtlTxt2
┣ .bImgTxtLeft
｜	┗.bImgTtlTxt2Inner
｜		｜	┣ .bImgTxtImg
｜		｜	┣ img
｜		｜	┗ p.imgCap
｜		｜
｜		┗ bImgTtlTxt2Data
｜			┣ h5
｜			┣ p
｜			┗ p.linkArrow
｜
┗ .bImgTxtRight
	┗.bImgTtlTxt2Inner
		｜	┣ .bImgTxtImg
		｜	┣ img
		｜	┗ p.imgCap
		｜
		┗ bImgTtlTxt2Data
			┣ h5
			┣ p
			┗ p.linkArrow

-------------------------------------------------------------*/

.bImgTtlTxt2 {
}
.bImgTtlTxt2 img {
	width: 100%;
}
.bImgTtlTxt2Left {
	float: left;
	width: 50%;
}
.bImgTtlTxt2Right {
	float: right;
	width: 50%;
	margin-left: -1px;	/*IE6 レイアウト対応*/
}
.bImgTtlTxt2 .bImgTtlTxt2Img {
	float: left;
}



/*-------------------------------------------------------------
表（2列）

.bList2 
┗ table

-------------------------------------------------------------*/
.bList2 {
}




/*-------------------------------------------------------------
箇条書き

.bItems
┗ ul
	┗li

-------------------------------------------------------------*/

.bItems {
}
.bItems ol {
	list-style-position: outside;
}
.bItems ol li {
}




/*-------------------------------------------------------------
罫線

.bLine

-------------------------------------------------------------*/

.bLine {
}
.bLine hr {
}



/*-------------------------------------------------------------
PDFダウンロードファイル

.bPdf
┣ .bPdfLeft
｜	┗ img
｜
┗ .bPdfRight
	┣ p
	┗ p

-------------------------------------------------------------*/
.bPdf {
	border-bottom-color:#A7D5A2;
	border-bottom-style:solid;
	border-bottom-width:1px;
	clear:both;
}
.bPdf th {
	width: 32px;
	text-align:center;
	vertical-align:middle;
	padding:5px 0px 5px 30px;
}
.bPdf td {
	padding-left:3px;
	vertical-align:middle;
	width:680px;
}





/*-------------------------------------------------------------
ページトップへ戻るボタン

.bPageTop
┗ p

-------------------------------------------------------------*/
.bPageTop {
}
.bPageTop p {
}



/*-------------------------------------------------------------
縦並びアンカー

.bAnchor
┗ ul
	┗li

-------------------------------------------------------------*/

.bAnchor {
}
.bAnchor ul {
}
.bAnchor ul li {
}



/*-------------------------------------------------------------
横並びアンカー

.bAnchorSide
┗ ul
	┗li

-------------------------------------------------------------*/

.bAnchorSide {
}
.bAnchorSide ul {
}
.bAnchorSide ul li {
	display: inline;
}



/*-------------------------------------------------------------
Flash swfアニメーション

.bFlash
┗ h5

-------------------------------------------------------------*/

.bFlash {
}
.bFlash h5 {
}



/*-------------------------------------------------------------
Flashダウンロード案内

.bFlaDl
┣ .bFlaDlLeft
｜	┗ p
｜
┗ .bFlaDlRight
	┗ img

-------------------------------------------------------------*/
.bFlaDl {
	width: 100%;
}
.bFlaDl .bFlaDlLeft {
}
.bFlaDl .bFlaDlLeft p {
	margin: 0;
	font-size: 0.8em;
	line-height: 1.4em;
}
.bFlaDl .bFlaDlRight {
	margin: 6px 0 0 0;
	width: 160px;
}



/*-------------------------------------------------------------
Google MAP

.bMap
┗ .bMapArea

-------------------------------------------------------------*/

.bMap {
}



/*-------------------------------------------------------------
サイトマップ

.bSiteMap
┗ ul.bSiteMapGlobal
 	┗ li.bSiteMapGli
		┗ ul.bSiteMapLocal
 			┗ li.bSiteMapLli

-------------------------------------------------------------*/

.bSiteMap {
}
.bSiteMap ul {
	list-style-position: outside;
}
.bSiteMap ul li {
}




/*-------------------------------------------------------------
RSSリーダー

.bRssReader
┗ ul
 	┗ li
		┣ span
		┗ h3

-------------------------------------------------------------*/

/*リピートブロック*/
.bRssReader ul {
	list-style-position: outside;
}
.bRssReader ul li {
}
/*日付*/
.bRssReader li span {
}
/*タイトル*/
.bRssReader li h3 {
}





/*-------------------------------------------------------------
お問い合わせ

.bContact
┗ table
	┣ th
	┗ td

.bContactBtn

-------------------------------------------------------------*/
.bContact {
}

/*エラーコメント*/
.bContact .err { background: #F2C0C0 !important; }
.bContact .errBox { margin: 0 0 10px 0; padding: 5px; background: #F2C0C0; color: #C00; }

/*送信コメント*/
.bContact p.bContactSend { }

/*日付項目（カレンダー）*/
.bContact td .bContactInner table {
	border: none;
	padding: 0;
}
.bContact td .bContactInner table td {
	border: none;
	padding: 0;
}
.bContact td .bContactInner table td input {
	width: 90%;
}

.bContactContainer {
	width: 210px;
}
.bContactContainer table {
	width: 205px;
}
.bContactContainer table th.calhead {
	padding: 3px 5px;
}
.bContactContainer table .calweekdayrow th {
	padding: 3px 5px;
	border-left: none;
}
.bContactContainer table td {
	padding: 3px 5px;
}



/*-------------------------------------------------------------
カテゴリ別情報ユニット（1.シンプル）

.bCatList
┣ p.bCatListRss
┣ ul
｜ ┗ li
｜	  ┣ p.bCatListDate
｜	  ┣ h5
｜	  ┗ p.bCatListTxt
｜	   
┗ p.bCatListPage

-------------------------------------------------------------*/

.bCatList {
	position: relative;
}
.bCatList ul {
	list-style-position: outside;
}



/*-------------------------------------------------------------
カテゴリ別情報ユニット（2.シンプル+サムネイル）

.bCatList2
┣ p.bCatListRss
┣ ul
｜ ┗ li
｜	  ┣ p.bCatListDate
｜	  ┣ h5
｜	  ┗ p.bCatListTxt
｜	   
┗ p.bCatListPage

-------------------------------------------------------------*/

.bCatList2 {
}
.bCatList2 ul {
	list-style-position: outside;
}



/*-------------------------------------------------------------
カテゴリ別情報ユニット（3.シンプル+サムネイル×2）

.bCatList3
┣ p.bCatList3Rss
┣ ul
｜ ┗ li
｜	  ┣ p.bCatList3Date
｜	  ┣ h5
｜	  ┗ p.bCatList3Txt
｜	   
┗ p.bCatList3Page

-------------------------------------------------------------*/

.bCatList3 {
}
.bCatList3 ul {
	list-style-position: outside;
}
.bCatList3 ul li {
	margin-right: -1px;
}



/*-------------------------------------------------------------
カテゴリ別情報ユニット（4.タブ+シンプル+サムネイル）

.bCatList4
┣ .bCatList4Tab
｜	┗ ul #tab-pageu_code
｜		┗ li
｜
┗ .bCatList4Box
	┗.bCatList4BoxInner
		┣ p.bCatList4Rss
		┗ ul
			┗ li
			  ┣ p.bCatList4Date
			  ┣ h5
			  ┗ p.bCatList4Txt
	   
-------------------------------------------------------------*/

.bCatList4 {
}
.bCatList4 ul {
	list-style-position: outside;
}



/*-------------------------------------------------------------
OCtH[

.extMdlLogin
 table
	 th
	 td

.extMdlLoginBtn

-------------------------------------------------------------*/
.extMdlLogin {
	width: 100%;
}
.extMdlLogin table {
	margin-left:80px;
	width: 670px;
	border-collapse: collapse;
	border-spacing: 0;
	border-top-style: solid;
	border-top-width: 1px;
}
.extMdlLogin table input{
	width:150px;
}
.extMdlLogin th {
	padding: 10px 0 0 10px;
	width: 210px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-left-width: 10px;
	font-size: 1em;
	line-height: normal;
}
.extMdlLogin td {
	padding: 10px 10px 10px 30px;
	text-align: left;
	vertical-align: top;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	font-size: 1em;
	line-height: normal;
}

/*{^GA*/
.extMdlLoginBtn {
	padding: 10px 0 0 0;
	text-align: center;
}
.extMdlLoginBtn input {
	height:25px;
}

/*G[*/
.extMdlLoginErrmes {
	color:#ff0000;
	margin: 0 0 15px 80px;
	padding: 5px;
	background: #F2C0C0;
	color: #C00;
}
.extMdlLoginTxt {
	margin:10px 0 0 80px;
	text-align:center;
	padding:10px;
	border-style:solid;
	border-width:1px;
	border-color:#ccc;
}




/*-------------------------------------------------------------
tH[

.extMdlMemberSrh
 table
	 th
	 td

-------------------------------------------------------------*/
/*

*/
#extMdlMemberSrh {
	width: 100%;
}
#extMdlMemberSrh .text{
	padding-bottom:20px;
	margin:0px;
}
#cont_left {
	width:50%;
	float:left;
}
#cont_right {
	width:50%;
	float:right;
}

#extMdlMemberSrh h5{
	margin:0 auto;
	width:250px;
	padding:3px 5px 3px 5px;
	background-color:#A7D5A2;
	color:#337700;
	font-weight:bold;
	font-size:12px;
}

#extMdlMemberSrh h6{
	width:620px;
	margin:0 auto;
	padding:3px 5px 3px 5px;
	background-color:#A7D5A2;
	color:#337700;
	font-weight:bold;
	font-size:12px;
	clear:both;
}

.srh{
	padding-top:15px;
	margin:0 auto;
	text-align:center;
}
.btn{
	margin:0 auto;
	width:150px;
	padding-top:20px;
	padding-bottom:25px;
}
.btn img{
	border-width:0px;
}
#cont_down {
	clear:both;
	margin-top:20px;
}

#srh_swf {
	margin:0 auto;
	width:430px;
	padding-top:20px;
}

/*
G[
*/
#extMdlMemberSrhErrmes {
	color:#ff0000;
	padding: 5px;
	margin-top:0px;
	margin-bottom:10px;
	background: #F2C0C0;
	color: #C00;
}

/*

*/
#SearchList {
	margin-left:40px;
	clear:both;
	padding-right:10px;
}
#SearchList table{
	width:100%;
	border-style:solid;
	border-width:1px;
	border-color:#339900;
	border-collapse : collapse 
}
#SearchList table th{
	background-color:#008000;
	color:#fff;
	font-weight:normal;
	border-width:1px;
	border-style:solid;
	border-color:#339900;
}
#SearchList table td{
	padding:5px;
	border-width:1px;
	border-style:solid;
	border-color:#339900;
}
#SearchList table th a{
	display:block;
	padding:5px;
	color:#fff;
	font-weight:normal;
}
#SearchList table th a:hover{
	color:#fff;
}
#col1{
	width:30%;
}
#col2{
	width:30%;
}
#col3{
	width:11%;
}
#col4{
	width:12%;
}
#col5{
	width:17%;
}
#count_btn p{
	float:left;
}
.btn_srh {
	float:right;
	padding-right:10px;
}
.btn_srh img{
	border-width:0px;
}
#pager {
	padding-bottom:5px;
	padding-top:5px;
	font-size:12px;
}

