@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 
┗ h1〜h6

-------------------------------------------------------------*/
.bTtl {
}
.bTtl h1,
.bTtl h2,
.bTtl h3,
.bTtl h4,
.bTtl h5,
.bTtl h6 {
	margin: 0;
	line-height: normal;
}



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

.bSubTtl 
┗ h1〜h6

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

.bSubTtl h1,
.bSubTtl h2,
.bSubTtl h3,
.bSubTtl h4,
.bSubTtl h5,
.bSubTtl h6 {
	margin: 0;
	line-height: normal;
}



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

.bImgttl
┗ h1〜h6

-------------------------------------------------------------*/
.bImgttl {
	overflow: hidden;
}
.bImgttl h1,
.bImgttl h2,
.bImgttl h3,
.bImgttl h4,
.bImgttl h5,
.bImgttl h6 {
	margin: 0;
	padding: 0;
	display: block;
	text-indent: -9999px;
	font-size: 0.1em;
	line-height: 0.1em;
	background-position: 0 0;
	background-repeat: no-repeat;
}



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

.bTtlBg
┗ h1〜h6

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

.bTtlBg {
}
.bTtlBg h1,
.bTtlBg h2,
.bTtlBg h3,
.bTtlBg h4,
.bTtlBg h5,
.bTtlBg h6 {
	margin: 0;
	line-height: normal;
}



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

.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;
}



/*-------------------------------------------------------------
画像のみ（オリジナルサイズ表示）

.bImgOrg
┗ .bImgOrgInner
	 ┣ img
	 ┗ p.imgCap

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

.bImgOrg {
}




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

.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;
}



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

.bVImgTxt
┣ .bVImgTxtImg
｜	┣ img
｜	┗ p.imgCap
｜
┗ .bVImgTxtBottom
	┗ p

-------------------------------------------------------------*/
.bVImgTxt {
}
.bVImgTxt .bVImgTxtImg img {
	width: 100%;
}




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

.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;
}



/*-------------------------------------------------------------
画像（上）+タイトル+テキスト（下）

.bVImgTtlTxt
┣ .bVImgTtlTxtImg
｜	┗ img
｜
┣ p.imgCap
┗ .bVImgTtlTxtBottom
	┣ h5
	┣ p
	┗ p.linkArrow
	
-------------------------------------------------------------*/

.bVImgTtlTxt {
}

.bVImgTtlTxt .bVImgTtlTxtImg img {
	width: 100%;
}



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

.bVImgTtlTxt2
┣ .bVImgTtlTxt2Left
｜	┗ .bVImgTtlTxt2Inner
｜		┣ .bVImgTtlTxt2Img
｜		｜ ┣ img
｜		｜ ┗ p.imgCap
｜		｜
｜		┗ .bVImgTtlTxt2Data
｜		   ┣ h5
｜		   ┣ p
｜		   ┗ p.linkArrow
｜
┗ .bVImgTtlTxt2Right
	┗ .bVImgTtlTxt2Inner
		┣ .bVImgTtlTxt2Img
		｜ ┣ img
		｜ ┗ p.imgCap
		｜
		┗ .bVImgTtlTxt2Data
		   ┣ h5
		   ┣ p
		   ┗ p.linkArrow

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

.bVImgTtlTxt2 {
}
.bVImgTtlTxt2 .bVImgTtlTxt2Img img {
	width: 100%;
}
.bVImgTtlTxt2 .bVImgTtlTxt2Left {
	float: left;
	width: 50%;
}
.bVImgTtlTxt2 .bVImgTtlTxt2Right {
	float: right;
	width: 50%;
	margin-left: -1px;	/*IE6 レイアウト対応*/
}



/*-------------------------------------------------------------
画像（左）+タイトル（右）+テキスト（右）+詳細ボタン（右）×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 +テキスト（下段）×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;
}



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

.bList2 
┗ table

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




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

.bItems
┗ ul
	┗li

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

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




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

.bLine

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

.bLine {
}
.bLine hr {
}

.bLineBorderNone {
	font-size:0.1em;
	line-height:0.1em;
	width:100%;
}
.bLineBorderNone hr{
	display: none;
}




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

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

-------------------------------------------------------------*/
.bPdf {
}
.bPdf .bPdfLeft {
	float: left;
	width: 32px;
}
.bPdf .bPdfLeft img {
}
.bPdf .bPdfRight {
	margin: 0 0 0 42px;
}
.bPdf .bPdfRight p {
	margin: 0;
}



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

.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 ul li img {
	width: 40%;
	height: auto;
	border: 0;
}
/*日付*/
.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;
}



/*-------------------------------------------------------------
ローカルメニュー

.bCategory
┗ ul.xxxxxxxxx
 	┗ li.xxxxxxxxx

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

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




/*-------------------------------------------------------------
カテゴリ別情報ユニット（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;
}



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

.bVCatList2
┣ p.bVCatList2Rss
┣ ul
｜ ┗ li
｜	  ┣ p.bVCatList2Date
｜	  ┣ h5
｜	  ┗ p.bVCatList2Txt
｜	   
┗ p.bVCatList2Page

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

.bVCatList2 {
}
.bVCatList2 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;
}



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

.bVCatList3
┣ p.bVCatList3Rss
┣ ul
｜ ┣ li.bVCatList3Left
｜ ｜  ┗ .bVCatList3Inner
｜ ｜ 	   ┣ p.bVCatList3Date
｜ ｜ 	   ┣ h5
｜ ｜	   ┗ p.bVCatList3Txt
｜ ｜ 
｜ ┗ li.bVCatList3Rigt
｜  	┗ .bVCatList3Inner
｜ 	 	 	┣ p.bVCatList3Date
｜	 		┣ h5
｜	 		┗ p.bVCatList3Txt
｜	   
┗ p.bVCatList3Page

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

.bVCatList3 {
}
.bVCatList3 ul {
	list-style-position: outside;
}
.bVCatList3 ul li.bVCatList3Left {
	float: left;
	width: 50%;
}
.bVCatList3 ul li.bVCatList3Right {
	float: right;
	width: 50%;
	margin-left: -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;
}



