﻿@import "font.css";
@import "footerSoegaki.css"; /* add 2011/07/21 blog */
@import "colorType_Blue.css"; /* add 2012/11/14 */


/* ※文字色は色別CSSで定義 */
/*A:link			{color:#1F4CA5}*/		/* リンク色:青 */
/*A:visited		{color:#800080}*/		/* ブリンク色:紫 */
/* A:alink			{color:#FF0000} */		/* クリック色:赤 */
/* A:active		{color:red} */				/* 赤 */ 

body
{
    /*  通常の背景と文字色はdefault_body.cssで指定
        独立サイトは*_body.cssで指定
    background-color:#******;
    color:#******;
    */
}

/***********************************************************************************
　 ↓デザイン変更部分 start（各サイト毎にデザイン反映必要）↓
************************************************************************************/

/*-- ヘッダー部分（通常） -------------------------------------- */
#headerAreaDef
{
    width:100%;
    height:100%;
    border-top:solid 5px #005bac;
}
#header
{
    width:985px;
    height:75px;
    margin:0px auto;
    position:relative; 
    /* add 2012/12/27 uemoto 災害時トップページ切り替え対応 start */
    line-height:75px;
    font-weight:bold;
    font-size:large;
    /* add 2012/12/27 uemoto end */
}

/* パン屑リスト部分 */
#pankuzu,#footerPankuzu
{
	width:980px;
	margin:0px auto;
	text-align:left;
	font-size:0.75em;
}
#pankuzu .pankuzu-inner,#footerPankuzu .pankuzu-inner
{
	text-align:left;
	padding:7px 0px 10px 20px;
}

#pankuzu-close, #footerPankuzu-close
{
	display:none;
}

.pankuzu-more, .pankuzu-more
{
	font-size:0.9em;
	width:99%;
	text-align:right;
	margin:2px auto;
}


/* add 2013/09/13 第二階層ヘッダにGoogle検索フォームを表示する start */
/* サイト内検索部分 */
/*
#search 
{
    position: absolute;
    right:0px;
    top:37px;
    line-height:normal;
}
*/
#mainHeaderTop 
{
    position:absolute;
    top:9px;
    right:5px;
}
#mainSearch 
{
    float: left;
    padding:0px;
    width:380px;    
}
#headerMenu
{
	height:28px;
	margin-bottom:5px;
	line-height:20px;
	font-weight:normal;
	padding-left:0px;
    letter-spacing:-.4em;
    float:right;
}
#headerMenu li
{
    display:inline-block;
    letter-spacing:normal;
}
#headerMenu span
{
	padding:0px 0px 0px 15px;
	text-align:center;
	background:url("../images/top1/ya_w.gif") no-repeat 5px 7px;
}
#headerMenu a
{
	text-decoration:underline;
	margin-right:3px;
    display:block;
}
#headerMenu a.honbun
{
	text-decoration:none;
}

#serchArea
{
	float:left;
	height:25px;
	margin:0px;
	padding:0px;
}


input.searchBox
{
	font-size:0.7em;
	margin:2px 0px;
	padding:3px 2px;
	width:246px;
	float:left; 
}

input.btnSearch
{
	float:left;
	margin-top:1px;
	padding:0px;
	vertical-align:middle;
	width:27px;
}

/* add 2013/09/13 end */

/*全体枠*/
#container
{
	width:980px;
	min-height:650px;
	font-size:0.9em;
	margin:5px auto 0 auto;
	padding-bottom:10px;
	/*border:solid 1px #D1D1D1;*/
	/* ※背景色・文字色は色別CSSで定義 */
	/*background-color:#FFFFF8;*/
}


/*ページタイトル*/
#headerTtl
{
	/*width:99%;*/
	margin:3px auto 0 auto;
	border-bottom:solid 1px #D1D1D1;
}
#headerTtl H1
{
	width:980px;
	font-size:1.4em;
	font-weight:bold;
	float:left;
	padding:10px 0px 10px 40px;
	text-align:left;
}

/*ホーム、戻るボタン*/
#headerTtl .navibtn
{
	width:180px;
	float:right;
	text-align:right;
	padding:10px 20px 10px 0px;
}
#headerTtl .navibtn img
{
	margin:5px 2px 2px 1px;
}

/*コピーライト*/
#copyright
{
    width:100%;
    height:35px;
    line-height:35px;
    text-align:center;
    font-size:0.7em;
    padding: 7px 0px 0px 0px;
    font-family:'平成角ゴシック',Osaka,sans-serif;
    margin:30px auto 0px auto;
    border-top:solid 1px #E8E8E8;
	/* ※背景色・文字色は色別CSSで定義 */
    /*color:#ffffff;
    background-color:#666666;*/
}

/*-- ヘッダー部分（会員） -------------------------------------- */
/*会員機能を使う場合は定義*/
/* add 2012/09/05 会員専用コンテンツ対応 start ******/
/* ヘッダー部分 */
#headerAreaMember
{
}
#headerMember
{
}

/* パン屑リスト部分 */
#pankuzuMember
{
}
#pankuzuMember .pankuzu-innerMember
{
}

/*全体枠*/
#containerMember
{
}

/*ページタイトル*/
#headerTtlMember
{
}
#headerTtlMember H1
{
}

/*ホーム、戻るボタン*/
#headerTtlMember .navibtn
{
}
#headerTtlMember .navibtn img
{
}

/*フッター部分*/
#copyrightMember
{
}

/* 会員専用コンテンツ ログイン中の会員名 */
.memberLoginNameMember
{
	width:95%;
	text-align:right;
    margin:0px auto 0px auto;
    font-size:0.8em;
    white-space:nowrap;
}
.memberLoginName
{
	width:95%;
	text-align:right;
    margin:0px auto 0px auto;
    font-size:0.8em;
    white-space:nowrap;
}
.memberTopLink
{
	text-align:center;
	padding:0px;
    margin:5px auto 5px auto;
    font-size:0.8em;
}

/* add 2012/09/05 end *******************************/


/*-- ヘッダー部分（独立サイト） -------------------------------------- */


/* （独立サイト）市議会サイトのデザイン start *******************/


#headerAreaDef_6
{
    width:100%;
    height:100%;
    background:url("../images/shigikai/bg.jpg") #FFFFFF repeat-x;
}
/* ヘッダー画像部分 */
#header_6
{
    width:980px;
    height:95px;
    margin:0px auto;
    font-weight:bold;
    font-size:large;
    position:relative;
}
#header_6 #headerMenu span
{
	background:url("../images/top1/ya_b.gif") no-repeat 9px 8px;
}
#header_6 #headerMenu a.honbun
{
	text-decoration:underline;
}
/* Navigation Skip */
#header_6 #Navigation li.jmpMain
{
    display:none;
}

/* ヘッダータブ */
.haikei_6 #tabArea
{
	display:none;
}

/* パン屑リスト部分 */
#pankuzu_6
{
	width:980px;
	margin:0px auto;
	text-align:left;
	font-size:0.75em;
}
#pankuzu_6 .pankuzu-inner_6
{
	text-align:left;
	padding:7px 0px 10px 20px;
}
/*全体枠*/
#container_6
{
	width:980px;
	min-height:650px;
	font-size:0.9em;
	margin:5px auto 0 auto;
	padding-bottom:10px;
	color:#333333;
}
/*ページタイトル*/
#headerTtl_6
{
	margin:3px auto 0 auto;
	border-bottom:solid 1px #D1D1D1;
}
#headerTtl_6 H1
{
	width:980px;
	font-size:1.4em;
	font-weight:bold;
	float:left;
	padding:10px 0px 10px 40px;
	text-align:left;
}
/*ホーム、戻るボタン*/
#headerTtl_6 .navibtn
{
	width:180px;
	float:right;
	text-align:right;
	padding:10px 20px 10px 0px;
}
#headerTtl_6 .navibtn img
{
	margin:5px 2px 2px 1px;
}
/*フッター部分*/
#copyright_6
{
    width:100%;
    height:20px;
    text-align:center;
    font-size:0.7em;
	color:#FFFFFF;
    padding: 7px 0px 0px 0px;
    font-family:'平成角ゴシック',Osaka,sans-serif;
    background-color:#3bb149;
}
/* （独立サイト）市議会サイトのデザイン end *******************/

/* （独立サイト）観光サイトのデザイン start *******************/
#headerAreaDef_7
{
    width:100%;
    height:100%;
    background:url("../images/kankou/header_bg.jpg") #F8f7f5 repeat-x;
}
/* ヘッダー画像部分 */
#header_7
{
    width:980px;
    height:76px;
    margin:0px auto;
    font-weight:bold;
    font-size:large;
    border-left: 0px solid #725A49;
    border-right: 0px solid #725A49;
    position:relative;
}
/* Navigation Skip */
#header_7 #Navigation li.jmpMain
{
    display:none;
}

/* ヘッダータブ */
.haikei_7 #tabArea
{
	display:none;
}

/* パン屑リスト部分 */
#pankuzu_7
{
	width:980px;
	margin:0px auto;
	text-align:left;
	font-size:0.75em;
}
#pankuzu_7 .pankuzu-inner_7
{
	width:980px;
	margin:0px auto;
	text-align:left;
	padding:7px 0px 0px 20px;
}
/*全体枠*/
#container_7
{
	min-height:450px;
	font-size:0.9em;
	padding:15px 0px 100px 0px;
	color:#333333;
	width:980px;
	margin:0px auto;
	border-left: 0px solid #725A49;
    border-right: 0px solid #725A49;
    position:relative;
    background:#FFFFFF;
}
#container_7 #cont_body
{
	width:980px;
	margin:0px auto 0px auto;
	min-height:400px;
}
/*ページタイトル*/
#headerTtl_7
{
	margin:3px auto 0 auto;
	border-bottom:solid 1px #D1D1D1;
	width:980px;
}
#headerTtl_7 H1
{
	width:980px;
	font-size:1.4em;
	font-weight:bold;
	float:left;
	padding:10px 0px 10px 40px;
	text-align:left;
}
/*ホーム、戻るボタン*/
#headerTtl_7 .navibtn
{
	width:180px;
	float:right;
	text-align:right;
	padding:10px 20px 10px 0px;
}
#headerTtl_7 .navibtn img
{
	margin:5px 2px 2px 1px;
}
#header_7 #mainHeaderTop
{
	display:none;
}
/*フッター部分*/
#copyright_7
{
    width:100%;
    margin:0px auto;
    background:#67B1B8;
    border-left: 0px solid #725A49;
    border-right: 0px solid #725A49;    
    height:20px;
    text-align:center;
    font-size:0.7em;
	color:#FFFFFF;
    padding: 7px 0px 0px 0px;
    font-family:'平成角ゴシック',Osaka,sans-serif;    
}
/* （独立サイト）観光サイトのデザイン end *******************/

/* （独立サイト）消防サイトのデザイン start *******************/
#headerAreaDef_8
{
    width:100%;
    height:100%;
    background:url("../images/shoubou/header_bg.jpg") #FFFFFF repeat-x;
}
/* ヘッダー画像部分 */
#header_8
{
    width:980px;
    height:76px;
    margin:0px auto;
    font-weight:bold;
    font-size:large;
    position:relative;
}
#header_8 #headerMenu span
{
	background:url("../images/top1/ya_b.gif") no-repeat 9px 8px;
}
#header_8 #headerMenu a.honbun
{
	text-decoration:underline;
}
/* Navigation Skip */
#header_8 #Navigation li.jmpMain
{
    display:none;
}

/* ヘッダータブ */
.haikei_8 #tabArea
{
	display:none;
}
/* パン屑リスト部分 */
#pankuzu_8
{
	width:980px;
	margin:0px auto;
	text-align:left;
	font-size:0.75em;
}
#pankuzu_8 .pankuzu-inner_8
{
	text-align:left;
	padding:7px 0px 10px 20px;
}
/*全体枠*/
#container_8
{
	width:980px;
	min-height:650px;
	font-size:0.9em;
	margin:5px auto 0 auto;
	padding-bottom:10px;
	color:#333333;
}
/*ページタイトル*/
#headerTtl_8
{
	margin:3px auto 0 auto;
	border-bottom:solid 1px #D1D1D1;
}
#headerTtl_8 H1
{
	width:980px;
	font-size:1.4em;
	font-weight:bold;
	float:left;
	padding:10px 0px 10px 40px;
	text-align:left;
}
/*ホーム、戻るボタン*/
#headerTtl_8 .navibtn
{
	width:180px;
	float:right;
	text-align:right;
	padding:10px 20px 10px 0px;
}
#headerTtl_8 .navibtn img
{
	margin:5px 2px 2px 1px;
}
/*フッター部分*/
#copyright_8
{
    width:100%;
    height:20px;
    text-align:center;
    font-size:0.7em;
	color:#FFFFFF;
    padding: 7px 0px 0px 0px;
    font-family:'平成角ゴシック',Osaka,sans-serif;
    background:#E8180B;
}
/* （独立サイト）消防サイトのデザイン end *******************/

/* （独立サイト）企業局のデザイン start *******************/
#headerAreaDef_9
{
    width:100%;
    height:100%;
    background:url("../images/kigyoukyoku/bg.gif") #e5f5f9 repeat-x;
}
/* ヘッダー画像部分 */
#header_9
{
    width:980px;
    height:74px;
    margin:0px auto;
    font-weight:bold;
    font-size:large;
    position:relative;
}
#header_9 #headerMenu span
{
	background:url("../images/top1/ya_b.gif") no-repeat 6px 8px;
}
#header_9 #headerMenu a.honbun
{
	text-decoration:underline;
}
/* Navigation Skip */
#header_9 #Navigation li.jmpMain
{
    display:none;
}

/* ヘッダータブ */
.haikei_9 #tabArea
{
	display:none;
}
/* パン屑リスト部分 */
#pankuzu_9
{
	width:980px;
	margin:0px auto;
	text-align:left;
	font-size:0.75em;
}
#pankuzu_9 .pankuzu-inner_9
{
	text-align:left;
	padding:7px 0px 10px 20px;
}
/*全体枠*/
#container_9
{
	width:980px;
	min-height:650px;
	font-size:0.9em;
	margin:5px auto 0 auto;
	padding-bottom:10px;
	color:#333333;
}
/*ページタイトル*/
#headerTtl_9
{
	margin:3px auto 0 auto;
	border-bottom:solid 1px #D1D1D1;
}
#headerTtl_9 H1
{
	width:980px;
	font-size:1.4em;
	font-weight:bold;
	float:left;
	padding:10px 0px 10px 40px;
	text-align:left;
}
/*ホーム、戻るボタン*/
#headerTtl_9 .navibtn
{
	width:180px;
	float:right;
	text-align:right;
	padding:10px 20px 10px 0px;
}
#headerTtl_9 .navibtn img
{
	margin:5px 2px 2px 1px;
}
/*フッター部分*/
#copyright_9
{    
    width:100%;
    height:20px;
    text-align:center;
    font-size:0.7em;
	color:#FFFFFF;
    padding: 7px 0px 0px 0px;
    font-family:'平成角ゴシック',Osaka,sans-serif;
    background-color:#02a0d8;
}
/* （独立サイト）観光のデザイン end *******************/


/* （独立サイト）教育委員会のデザイン start *******************/
#headerAreaDef_10
{
	width:100%;
    height:100%;
    background:url("../images/kyouiku/bg.gif") #FFFFFF repeat-x;
}
/* ヘッダー画像部分 */
#header_10
{
    width:980px;
    height:89px;
    margin:0px auto;
    font-weight:bold;
    font-size:large;
    position:relative;
}
#header_10 #headerMenu span
{
	background:url("../images/top1/ya_b.gif") no-repeat 6px 8px;
}
#header_10 #headerMenu a.honbun
{
	text-decoration:underline;
}
/* Navigation Skip */
#header_10 #Navigation li.jmpMain
{
    display:none;
}

/* ヘッダータブ */
.haikei_10 #tabArea
{
	display:none;
}
/* パン屑リスト部分 */
#pankuzu_10
{
	width:980px;
	margin:0px auto;
	text-align:left;
	font-size:0.75em;
}
#pankuzu_10 .pankuzu-inner_10
{
	text-align:left;
	padding:7px 0px 10px 20px;
}
/*全体枠*/
#container_10
{
	width:980px;
	min-height:650px;
	font-size:0.9em;
	margin:5px auto 0 auto;
	padding-bottom:10px;
	color:#333333;
}
/*ページタイトル*/
#headerTtl_10
{
	margin:3px auto 0 auto;
	border-bottom:solid 1px #D1D1D1;
}
#headerTtl_10 H1
{
	width:980px;
	font-size:1.4em;
	font-weight:bold;
	float:left;
	padding:10px 0px 10px 40px;
	text-align:left;
}
/*ホーム、戻るボタン*/
#headerTtl_10 .navibtn
{
	width:180px;
	float:right;
	text-align:right;
	padding:10px 20px 10px 0px;
}
#headerTtl_10 .navibtn img
{
	margin:5px 2px 2px 1px;
}
/*フッター部分*/
#copyright_10
{
    width:100%;
    height:20px;
    text-align:center;
    font-size:0.7em;
	color:#FFFFFF;
    padding: 7px 0px 0px 0px;
    font-family:'平成角ゴシック',Osaka,sans-serif;
    background-color:#f99310;
}
/* （独立サイト）教育委員会のデザイン end *******************/


/* （独立サイト）FAQサイトのデザイン start *******************/
#headerAreaDef_43
{
    width:100%;
    height:100%;
    background:url("../images/q_a/bg.jpg") repeat-x;
}
/* ヘッダー画像部分 */
#header_43
{
    width:980px;
    height:85px;
    margin:0px auto;
    font-weight:bold;
    font-size:large;
    position:relative;
}
#header_43 #headerMenu span
{
	background:url("../images/top1/ya_b.gif") no-repeat 6px 8px;
}
#header_43 #headerMenu a.honbun
{
	text-decoration:underline;
}
/* Navigation Skip */
#header_43 #Navigation li.jmpMain
{
    display:none;
}

/* ヘッダータブ */
.haikei_43 #tabArea
{
	display:none;
}
/* パン屑リスト部分 */
#pankuzu_43
{
	width:980px;
	margin:0px auto;
	text-align:left;
	font-size:0.75em;
}
#pankuzu_43 .pankuzu-inner_43
{
	text-align:left;
	padding:7px 0px 10px 20px;
}
/*全体枠*/
#container_43
{
	width:980px;
	min-height:650px;
	font-size:0.9em;
	margin:5px auto 0 auto;
	padding-bottom:10px;
	color:#333333;
}
/*ページタイトル*/
#headerTtl_43
{
	margin:3px auto 0 auto;
	border-bottom:solid 1px #D1D1D1;
}
#headerTtl_43 H1
{
	width:980px;
	font-size:1.4em;
	font-weight:bold;
	float:left;
	padding:10px 0px 10px 40px;
	text-align:left;
}
/*ホーム、戻るボタン*/
#headerTtl_43 .navibtn
{
	width:180px;
	float:right;
	text-align:right;
	padding:10px 20px 10px 0px;
}
#headerTtl_11 .navibtn img
{
	margin:5px 2px 2px 1px;
}
/*フッター部分*/
#copyright_43
{
    width:100%;
    height:20px;
    text-align:center;
    font-size:0.7em;
	color:#FFFFFF;
    padding: 7px 0px 0px 0px;
    font-family:'平成角ゴシック',Osaka,sans-serif;
    background:#27BDA2;
}
/* （独立サイト）FAQサイトのデザイン end *******************/


/* （独立サイト）それなら！大牟田のデザイン start *******************/
#headerAreaDef_45
{
    width:100%;
    height:100%;
}
/* ヘッダー画像部分 */
#header_45
{
    width:980px;
    margin:25px auto 0px;
    font-weight:bold;
    font-size:large;
    position:relative;
}
#header_45 #mainHeaderTop
{
	display:none;
}
#header_45 #headerMenu span
{
	background:url("../images/top1/ya_b.gif") no-repeat 6px 8px;
}
#header_45 #headerMenu a.honbun
{
	text-decoration:underline;
}
/* Navigation Skip */
#header_45 #Navigation li.jmpMain
{
    display:none;
}

/* ヘッダータブ */
.haikei_45 #tabArea
{
	display:none;
}
/* パン屑リスト部分 */
#pankuzu_45
{
	text-align:left;
	font-size:0.75em;
}
#pankuzu_45 .pankuzu-inner_45
{
	width:980px;
	text-align:left;
	padding:7px 0px 10px 20px;
	margin:0px auto;
}
/*全体枠*/
#container_45
{
	width:910px;
	min-height:650px;
	margin:5px auto 0 auto;
	padding-bottom:10px;
	color:#333333;
}
/*ページタイトル*/
#headerTtl_45
{
	margin:3px auto 0 auto;
	border-bottom:solid 1px #D1D1D1;
}
#headerTtl_45 H1
{
	width:980px;
	font-size:1.4em;
	font-weight:bold;
	float:left;
	padding:10px 0px 10px 40px;
	text-align:left;
}
/*ホーム、戻るボタン*/
#headerTtl_45 .navibtn
{
	width:180px;
	float:right;
	text-align:right;
	padding:10px 20px 10px 0px;
}
#headerTtl_45 .navibtn img
{
	margin:5px 2px 2px 1px;
}
/*フッター部分*/
#copyright_45
{
    width:100%;
    height:20px;
    text-align:center;
    font-size:0.7em;
	color:#FFFFFF;
    padding: 7px 0px 0px 0px;
    font-family:'平成角ゴシック',Osaka,sans-serif;
    background:#BABABA;
}


#homeLink{
    float: right;
    line-height: normal;
    padding: 5px 0 0 8px;
    width: 220px;
    margin:0px 0px 15px 0px;
}

#homeLink a{
    background:url("../images/top1/icon_top.png") no-repeat scroll 13px center;
    border: 1px solid #575757;
    border-radius: 3px;
    display: block;
    height: 20px;
    padding: 3px 10px 3px 40px;
    text-decoration: none;
}

/* グロナビ部分 */

#CptabArea
{
    width:980px;
    margin:-35px auto 0px;
}

#CpTabMenu
{
    float:right;
    position:relative;
    z-index:1;
}
#CpTabMenu ul
{
    display:table;
}
#CpTabMenu li
{
    display:table-cell;
    text-align:center;
    vertical-align:middle;
    height:40px;
    font-size:0.9em;
    padding:3px 0px;
}
#CpTabMenu li a
{
    display:block;
    padding:10px;
    color:#333333;
    text-decoration:none;
}
#CpTabMenu li a:hover
{
    background:#FBDDE3;
}
#CpTabMenu li a.tabSelect
{
    background:#FBDDE3;
}


/* 大分類ヘッダー画像 */
#topClassHeader_943
{
    background:url("../images/topclass/943_headimg.jpg") no-repeat center center #F9F9F9;
    margin:0px auto;
    padding:0px;
    width:100%;
    height:230px;
    text-align:center;
    clear:both;
}
#topClassHeader_944
{
    background:url("../images/topclass/944_headimg.jpg") no-repeat center center #F9F9F9;
    margin:0px auto;
    padding:0px;
    width:100%;
    height:230px;
    text-align:center;
    clear:both;
}
#topClassHeader_945
{
    background:url("../images/topclass/945_headimg.jpg") no-repeat center center #F9F9F9;
    margin:0px auto;
    padding:0px;
    width:100%;
    height:230px;
    text-align:center;
    clear:both;
}
#topClassHeader_946
{
    background:url("../images/topclass/946_headimg.jpg") no-repeat center center #F9F9F9;
    margin:0px auto;
    padding:0px;
    width:100%;
    height:230px;
    text-align:center;
    clear:both;
}
#topClassHeader_947
{
    background:url("../images/topclass/947_headimg.jpg") no-repeat center center #F9F9F9;
    margin:0px auto;
    padding:0px;
    width:100%;
    height:230px;
    text-align:center;
    clear:both;
}

/* 詳細画面 */
#container_45 h2.title
{
    background:none;
    font-size:2.2em;
    color:#333333;
    font-weight:normal;
    padding:7px 0px 20px 0px;
    line-height:1.2em;
}
#container_45 h3.title
{
    background:none;
    border-bottom:solid 3px #F8C7D1;
    font-size:1.1em;
    padding:0px 0px 10px 0px;
    margin:0px 0px 20px 0px;
}
#container_45 div.body
{
    margin:0px !important;
}
#container_45 td.borderWith
{
    border:none;
}
#container_45 div.body table.border0
{
}
#container_45 table.templateForThreeImages td
{
    font-size:0.85em;
}
#container_45 table.templateForTwoImages td
{
    font-size:0.85em;
}
/* （独立サイト）それなら！大牟田のデザイン end *******************/


/* （独立サイト）ジャー坊のサイトのデザイン start *******************/


#headerAreaDef_48
{
    width:100%;
    height:139px;
    background:url("../images/jb/headBg2.png") repeat-x;
}
/* ヘッダー画像部分 */
#header_48
{
    width:980px;
    margin:0px auto;
    font-weight:bold;
    font-size:large;
    position:relative;
}
#header_48 #mainSearch
{
    display:none;
}
#header_48 #headerMenu span
{
	background:url("../images/top1/ya_b.gif") no-repeat 9px 8px;
}
#header_48 #headerMenu a.honbun
{
	text-decoration:underline;
}
/* Navigation Skip */
#header_48 #Navigation li.jmpMain
{
    display:none;
}

/* ヘッダータブ */
#header_48 #menuImg
{
    display:none;
}
.haikei_48 #tabArea
{
	display:none;
}
#header_48 div#headerNavi ul
{
    position:absolute;
    right:20px;
    top:8px;
    width:545px;
}
#header_48 div#headerNavi ul li
{
    display:inline-block;
    margin:10px 0px 0px 15px;
    text-align:center;
    position:relative;
    font-size:0.8em;
}
#header_48 div#headerNavi ul li p
{
    padding:3px;
    border:solid 3px #EA5514;
    border-radius:35px;
    -webkit-border-radius:35px;
	-moz-border-radius:35px;
}
#header_48 div#headerNavi ul li a
{
    padding:0px 25px;
    border:dashed 2px #EA5514;
    text-decoration:none;
    min-width:100px;
    display: table-cell;
    vertical-align:middle;
     border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
}
#header_48 div#headerNavi ul li:hover a::before
{
    width:44px;
    height:50px;
    content:"";
    background:url("../images/jb/hoverImg.png") no-repeat 0px 0px;
    background-size:44px 50px;
    float:left;
    position:absolute;
    top:-5px;
    left:-15px;
}

/* パン屑リスト部分 */
#pankuzu_48
{
	width:980px;
	margin:0px auto;
	text-align:left;
	font-size:0.75em;
}
#pankuzu_48 .pankuzu-inner_48
{
	text-align:left;
	padding:7px 0px 10px 20px;
}
/*全体枠*/
#container_48
{
	width:980px;
	min-height:650px;
	margin:5px auto 0 auto;
	padding-bottom:10px;
	color:#333333;
}
/*ページタイトル*/
#headerTtl_48
{
	margin:3px auto 0 auto;
	border-bottom:solid 1px #D1D1D1;
}
#headerTtl_48 H1
{
	width:980px;
	font-size:1.4em;
	font-weight:bold;
	float:left;
	padding:10px 0px 10px 40px;
	text-align:left;
}
/*ホーム、戻るボタン*/
#headerTtl_48 .navibtn
{
	width:180px;
	float:right;
	text-align:right;
	padding:10px 20px 10px 0px;
}
#headerTtl_48 .navibtn img
{
	margin:5px 2px 2px 1px;
}
/*フッター部分*/
#copyright_48
{
    width:100%;
    height:20px;
    text-align:center;
    font-size:0.7em;
	color:#FFFFFF;
    padding: 5px 0px 15px 0px;
    font-family:'平成角ゴシック',Osaka,sans-serif;
    background:url("../images/jb/footerBg.png") repeat-x 0px bottom #F39800;
}
/* 問合せ先 */
.haikei_48 #siteinfoWaku
{
    border:solid 3px #EA5514; 
    border-radius:10px;
    -webkit-border-radius:10px;
	-moz-border-radius:10px;
    padding:8px;
    margin:20px auto;
    font-size:0.9em;
}
.haikei_48 #siteinfo
{
    background:url("../images/jb/footerImg.png") no-repeat 25px center;
    padding:20px 0px 20px 150px;
    border:dashed 2px #EA5514; 
    line-height:150%;
    border-radius:10px;
    -webkit-border-radius:10px;
	-moz-border-radius:10px;
	/* ※背景色は色別CSSで定義 */
}

/* 詳細画面 */
#container_48 h2.title
{
    background:none;
    font-size:2.2em;
    color:#333333;
    font-weight:normal;
    padding:7px 0px 20px 0px;
    line-height:1.2em;
}
#container_48 h3.title
{
    background:none;
    border-bottom:solid 3px #f7931e;
    font-size:1.1em;
    padding:0px 0px 10px 0px;
    margin:0px 0px 20px 0px;
}
#container_48 div.body
{
    margin:0px !important;
}
#container_48 td.borderWith
{
    border:none;
}
#container_48 div.body table.border0
{
}
#container_48 table.templateForThreeImages td
{
    font-size:0.85em;
}
#container_48 table.templateForTwoImages td
{
    font-size:0.85em;
}
/* （独立サイト）ジャー坊のサイトのデザイン end *******************/

/***********************************************************************************
　 ↑デザイン変更部分 end↑
************************************************************************************/



/***********************************************************************************
　 ↓共通部分 start（基本的に変更する必要なし）↓
************************************************************************************/

/* 各ページ内容部分 */
#cont_body{
	/*width:860px;*/
	min-height:510px;
	line-height: 1.8;
	margin: 20px auto 0;
}
#cont_body p
{
	/*margin:5px 5px 5px 5px;*/
}


/* add 2012/10/03 ページ概要のcss設定 start */
/* ページ概要（ヘッダー）の表示領域 */
div.gaiyobun_header
{
	width:100%;
    padding:0px;
    margin:0px auto 20px auto;
}
/* ページ概要（フッター）の表示領域 */
div.gaiyobun_footer
{
	width:100%;
    padding:0px;
    margin:20px auto 0px auto;
}
/* add 2012/10/03 end */


/* カテゴリーグループ リンクメニュー */
.catGroup
{
    width:auto;
    max-width:95%;
    margin: 20px auto 0px auto;
}
.catGroup td
{
    vertical-align:top;
	text-align:left;
	line-height:1.3;
}

/* 分類リンクメニュー */
.bunruiLink
{
    width:100%;
    margin: 0 auto 10px auto;
    padding:7px 0;
	/* ※背景色は色別CSSで定義 */
}
.bunruiLink .menuList
{
    width:95%;
    margin:0 auto 0 auto;
}
.bunruiLink .menuItem
{
    padding: 0px 0px 0px 15px;
    margin-left:2px;
	background:url("../images/g_ya.gif") no-repeat 5px 10px;
	text-align:left;
	vertical-align:top;
	width:17%;
	float:left;
}
.bunruiLink .menuItem2
{
    padding: 0px 0px 0px 15px;
    margin-left:2px;
	background:url("../images/arrow_down.gif") no-repeat 0px 10px;
	text-align:left;
	vertical-align:top;
	width:17%;
	float:left;
}

/* 各ページ一覧部分　大枠 */
#main{
    width:100%;
	margin:0px auto 0px auto;
	padding:0;
}
/* 各ページ詳細基本項目部分 大枠*/
#mainBaseInfo{
    width:95%;
	margin:20px auto 0px auto;
	padding:0;
}
/* 各ページ詳細内容部分 大枠*/
#mainShosai{
    width:100%;
	margin:20px auto 0px auto;
	padding:0;
}
/* 段落エリアのtable */
#mainShosai table{
    width:100%;
}
/*更新日・担当課情報部分*/
.kijiSubInfo
{
	margin:5px 0;
}
/* 最終更新日部分 */
.updDate{
	font-size:0.75em;
	float:left;
}
/* 問い合わせ部分 */
#toiawaseInfo{
	text-align:left;
	border:solid 1px #CCCCCC;
	margin:25px auto 0 auto;
	padding: 10px 20px;
	font-size:0.9em;
	display: table;
}
#toiawaseInfo .toiText{
	padding-right:20px;
	display: table-cell;
	vertical-align: middle;
	font-weight:bold;
}
#toiawaseInfo .toiText h2
{
    font-weight:bold;
}
#toiawaseInfo .toiKugiri{
	background-color:#CCCCCC;
	width:1px;
	padding:0;
	display: table-cell;
}
#toiawaseInfo .toiData{
	padding-left:20px;
	display: table-cell;
	vertical-align: middle;
}
 /* IE 7対応（table-cellが認識されないから・・・）*/
*:first-child+html #toiawaseInfo {
	width: 50%;
}
*:first-child+html #toiawaseInfo .toiText {
	display: inline;
	zoom: 1;
}
*:first-child+html #toiawaseInfo .toiKugiri {
	display: inline;
	zoom: 1;
	background:none;
}
*:first-child+html #toiawaseInfo .toiData {
	display: inline;
	zoom: 1;
	border-left:solid 1px #CCCCCC;
}
 /* IE 6対応（table-cellが認識されないから・・・）*/
* html #toiawaseInfo {
	width: 50%;
}
* html #toiawaseInfo .toiText {
	display: inline;
	zoom: 1;
}
* html #toiawaseInfo .toiKugiri {
	display: inline;
	zoom: 1;
	background:none;
}
* html #toiawaseInfo .toiData {
	display: inline;
	zoom: 1;
	border-left:solid 1px #CCCCCC;
}

/*「ページの先頭へ」部分*/
#pagetop
{
	width:95%;
	margin:25px auto 0 auto;
	text-align:right;
}
#pagetop a
{
    font-size: 0.8em;
    letter-spacing: 1px;
    text-decoration:none;
	background:url("../images/arrow_up.gif") no-repeat left center;
	padding-left:13px;
}
/* add 2013/09/04 goto Wysiwygにページの先頭リンクの対応 start */
.pagetop
{
	width:98%;
	margin:5px auto;
	text-align:right;
}
.pagetop a
{
    font-size: 0.8em;
    letter-spacing: 1px;
    text-decoration:none;
	background:url("../images/arrow_up.gif") no-repeat left center;
	padding-left:13px;
}
/* add 2013/09/04 goto end */

/*フッターのホーム、戻るボタン*/
#footerbtn
{
	width:200px;
	float:right;
	text-align:right;
	padding:5px 25px 0px 0px;
}
#footerbtn img
{
	margin:0px 2px 0px 1px;
}


/* テーブルリスト（loc,word_l等で使用） */
/* table2はスマホ版でもPCと同様にtable表示する用（toukei3,nyusatsuで使用） */
TABLE.table1, TABLE.table2{
	border-collapse:collapse;
	border:1px solid #CCCCCC;
}
TABLE.table1 th, TABLE.table2 th{
	/* ※背景色は色別CSSで定義 */
	/*background-color:#fcefca;*/
	text-align:center;
	font-weight:bold;
	padding: 3px;
	border:1px solid #CCCCCC;
	line-height:1.4;
}
TABLE.table1 td, TABLE.table2 td{
	padding: 5px 7px;
	border:1px solid #CCCCCC;
	line-height:1.4;
}
/* フォーム系のテーブルリスト（faq2,bbs,entry等で使用） */
TABLE.formTable
{
	width:95%;
	margin: 0px auto 0px auto;
}
TABLE.formTable th
{
	text-align:left;
	padding:5px 3px;
	width:25%;
}
TABLE.formTable th.hissu,TABLE.formTable th.hissu{
	background-image:url("../images/hissu.gif");
	background-repeat: no-repeat;
	background-position: 5px center;
	text-align:left;
}
TABLE.formTable label
{
	margin:5px 15px 5px 5px;
}
TABLE.formTable th span.hissuForm,.inputfrm_q_title span.hissuForm
{
    padding:1px 5px;
    border:solid 2px #b7282e;
}
.inputfrm_q_title span.hissuForm
{
    margin-right:5px;
}

/* 各ページ一覧の絞り込み検索 */
.search{
	width: 100%;
	border:solid 1px #CCCCCC;
	text-align: left;
	margin:0 auto 20px auto;
	padding:10px 0;
	line-height:120%;
	font-size:0.9em;
	vertical-align:middle;
}
.search h2
{
    display:inline;
}
.searchText
{
    background:url("../images/searchIcon.gif") no-repeat left 3px;
    border-right:dotted 1px #CCCCCC;
    padding:2px 10px 2px 20px;
    margin-left:10px;
}
.searchItem{
    margin:0 5px 0 10px;
}
.searchItem input{/*キーワード入力枠*/
    min-width:15%;
}
.searchItem select{/*分類セレクトボックス*/
    width:20%;
}
.searchItem .btn{/*検索ボタン*/
    width:80px;
}
/* 各ページ一覧の絞り込み検索（大きめ枠バージョン faq2,search,shinsei,word_l等） */
.searchBig
{
    padding:20px 0;
    border: 3px solid #CCCCCC;
    font-size: 1em;
}
.searchBig h3
{
    margin:10px 0 0 10px;
}
.searchLbox
{
	width:20%;
	float:left;
	text-align:center;
    padding:4px 0;
}
.searchRbox
{
	width:80%;
	float:right;
}
.searchButton
{
    text-align:center;
    margin:15px auto 10px auto;
}
.searchButton .btn
{
    width:auto;
    height:2.4em;
    margin:0 5px 0 5px;
    padding:2px 10px;
}


/* 各ページ一覧の分類帯 */
.bunruiTtlForSP
{
	display: none;
}

/* 各ページ一覧の件数表示部分 */
.kensu
{
	text-align:right;
	width:99%;
	font-size:0.9em;
	margin:0 auto 5px auto;
}

/* ページ切替 部分****************/
.changePageLink
{
	width:100%;
	font-size:0.8em;
	text-align:center;
	margin-top:15px;
	padding:5px;
}
/* ページ切替　選択中ページ */
.changePageLink span.nowPage
{
	/* ※背景色・文字色は色別CSSで定義 */
    /*background-color:#999999;    
    color:#FFFFFF;*/
    border:solid 1px #999999;
    font-family:'平成角ゴシック',Osaka,sans-serif;
    margin:2px 4px 2px 0px;
    padding:1px;
    text-align:center;
}
/* ページ切替　選択可能ページ */
.changePageLink span.linkPage
{
    border:solid 1px #999999;
   	font-family:'平成角ゴシック',Osaka,sans-serif;
    margin:2px 4px 2px 0px;
    padding:1px;
    text-align:center;
}
.changePageLink span.linkPage a
{
    text-decoration:none;
}
.changePageLink span.linkPage a:hover
{
	/* ※背景色・文字色は色別CSSで定義 */
    /*color:#FFFFFF;
    background-color:#999999;*/
}
/* ページ切替　省略表示 */
.changePageLink span.ryakuPage
{
    border:none 0px;
    font-family:'平成角ゴシック',Osaka,sans-serif;
    margin:2px 4px 2px 0px;
    padding:1px;
    text-align:center;
}
/* ページ切替 end****************/

/* 投稿系ボタン */
.toko
{
	width:100px;
	height:2.4em;
	font-size:1.1em;
	padding:3px;
	margin:0 5px;
}
.indent 
{
	margin: 0px auto 0px auto;
	height:0px;
	padding:0px;
	clear:both;
}

/* 入力チェックエラーメッセージの添え書き */
div.inputErrMsgSoegaki
{
	width:90%;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	text-align:left;
	border:0px none;
	/* ※背景色・文字色は色別CSSで定義 */
	/*color:#AF0000;*/
}
/* 入力チェックエラーメッセージ */
div.inputErrMsg
{
	width:90%;
	margin: 0px auto 0px auto;
	padding: 5px 10px;
	text-align:left;
	/* ※背景色・文字色は色別CSSで定義 */
	color:#AF0000;
	border:1px solid #AF0000;
}

/* IME-MODE 有効 */
input.ime-mode-active 
{
	IME-MODE: active;
}
/* IME-MODE 選択後有効 */
input.ime-mode-inactive 
{
	IME-MODE: inactive;
}
/* IME-MODE 無効 */
input.ime-mode-disabled  
{
	IME-MODE: disabled;
}
/* 認証キーの画像 */
.ninsyoImg img
{
    vertical-align:bottom;
    border:solid 1px #333333 !important;
}

/* add 2011/07/28 Weblio start */
/* Weblio用語解説リンク枠 */
div.div_weblio_rws_ah
{
	background-color:#fff;
	border:#c0c0c0 solid 1px;
	margin:20px 17px;
	padding:0 2px 0 2px;
}
/* Weblio問い合わせ先 */
p.p_weblio_toiawase
{
	margin:0;
	padding:1px 0 3px 2px;
	font-size:0.7em;
}
p.p_weblio_toiawase a
{
	color:#000;
}
/* add 2011/07/28 end */

/* add 2011/08/25 iwashita preview_soegaki start */
/* プレビュー表示タイトル */
span.preview_title
{
	color:#ff0000;
}
/* プレビュー時の添え書き */
span.preview_soegaki
{
	color:#ff0000;
	font-weight:bold;
	margin-left:10px;
	font-size:0.8em;
}
/* add 2011/08/25 iwashita end */

.preview_label
{
	text-align:center;
	font-size:1.3em;
	font-weight:bold;
	margin:0px auto;
	width:99%;
}


/* upd 2013/07/10 SNSボタン表示調整 start */
/* upd 2013/03/22 各snsボタン分 start */
/* add 2012/09/05 SNSボタン表示対応 */

/* SNSボタン表示 */
.snsbutton
{
    width:65%;
    height:25px;
    margin:0px auto 10px auto;
    text-align:left;
    vertical-align:top;
    padding:0px;
    border:none;
    float:left;
}
.snsbutton li
{
    margin-right:5px;
    margin-top:5px;
    padding-left:3px;
    float:left;    
    height:25px;
}

#fb-root
{
    display:none;
}
/* add 2012/09/05 end
/* upd 2013/03/22 end */
/* upd 2013/07/10 end */

/* add 2012/12/20 SNSコメント欄表示対応 */
.snsComments
{
    width:95%;
    margin:20px auto 0px auto;
    padding:0px;
    border:solid 1px #CCCCCC;
    background-color:#FAF8EF;
}
/* add 2012/12/20 end

/* add 2013/10/09 外部リンク遷移時のクッションページ対応 start */
.jumppage_head
{
	width:100%;
	margin:0px;
	font-size:0.9em;
	font-weight:bold;
	text-align:center;
	height:74px;
	background:#015DB2;
}
.jumppage_block
{
	width:85%;
	margin:40px auto;
	font-size:0.9em;
	font-weight:bold;
	min-height:300px;
}
.jumppage_block a
{
	margin-top:10px;
}
#jumppage_cp
{
	color: #333333;
	border-top: 1px solid #E8E8E8;
    font-size: 0.7em;
    height: 35px;
    line-height: 35px;
    margin: 30px auto 0;
    padding: 7px 0 0;
    text-align: center;
    width: 100%;
}
/* add 2013/10/09 外部リンク遷移時のクッションページ対応 end */


/* 編集権限の課表示 */
.kengen_tantoka
{
    margin:0px auto 5px -10px;
    text-align:left;
    vertical-align:top;
    padding:0px;
    font-size:0.8em;
}
.kengen_tantoka span
{
	margin-left:10px;
	float:left;
}
.kengen_tantoka span.tantoka
{
	padding-left:10px;
	border-left:1px solid #999999;
}
.kengen_tantoka span.map
{
	margin-left:20px;
}
/* 分類ページの問い合わせ先情報表示  */
.class_toi
{
    margin:0px auto 5px -10px;
    text-align:left;
    vertical-align:top;
    padding:0px;
    font-size:0.8em;
}
.class_toi span
{
	margin-left:10px;
	float:left;
}



/*段落タイトル*/
/*段落見出しタイトル*/
h3.title
{
	background:url("../images/danraku.jpg") no-repeat 5px top;	
}

/*記事アンケート*/
div.enq_m{
	/* ※背景色は色別CSSで定義 */
	/*background-color:#F8F8F8;*/
	margin-top: 25px;
	padding:12px 30px 25px 30px;
}
div.enq_text{
    margin:5px;
    padding-left:10px;
    line-height:21px;
    background:url("../images/title_enq.gif") no-repeat left center;
}
div.enq_form{
    padding:10px;
}
div.enq_form div.memo{
    margin-bottom:13px;
}
div.enq_form div.memo2{
    line-height:150%;
    padding:7px;
    margin-bottom:13px;
}
table.enq_s{
    width:100%;
}
table.enq_s th{
	font-size:1.0em;
	line-height:32px;
	padding:0 0 0 30px;
	background:url("../images/ya_enq.gif") no-repeat 12px center;
	/* ※背景色は色別CSSで定義 */
	/*background-color:#E6F1F7;*/
}
table.enq_s td{
	font-size:1.0em;
	padding:5px 30px 13px;
}
table.enq_s td label{
	margin-right:20px;
}

.link_maincont
{
	font-size:0.8em;
	font-weight:normal;
	text-align:right;
	position:absolute;
	right:19px;
	top:-20px;
	background:url("../images/top1/ya_w.gif") no-repeat 0px center;
	padding-left:10px;
}
.link_maincont a:link
{
}
/* upd 2013/12/24 start */
#header .link_maincont a:hover
{
}
#header .link_maincont a:visited
{
}
/* upd 2013/12/24 end */

table.lookmap_link
{
	border:solid 1px #4682B4;
	width:300px !important; 
	margin:5px auto;
}
table.lookmap_link td.itemtitle
{
	background-color:#A8CCF0;
	text-align:center;
	width:120px;
}
table.lookmap_link td.link
{
	background-color:#FFFFFF;
	text-align:left;
	width:180px;
}

table.lookmap_links
{
	border:solid 1px #4682B4;
	width:100% !important; 
	margin:15px auto;
}
table.lookmap_links td.itemtitle
{
	background-color:#A8CCF0;
	text-align:center;
	width:120px;
}
table.lookmap_links td.link
{
	background-color:#FFFFFF;
	text-align:left;
}
table.lookmap_links td.link a
{
	margin-left:20px;
}


/* パーソナライズ ログイン名表示 */
#personalize_login_area
{
	width:980px;
	margin:5px auto 0px auto;
}
#personalize_login_area .login_name
{
	font-size:0.75em;
	margin:0px;
	text-align:left;
	float:right;
	word-break: break-all;
}


/*** グローバルナビゲーション start ***/
/* GlobalNavigationBlock */
#GlobalNavigationBlock
{
    width:100%;
	font-size:90%;
    margin: 0px auto;
}
/* Navigation Skip */
#Navigation ul,
.Navigation ul
{
	margin: 0;
	padding: 0;
}
#Navigation li,
.Navigation li
{
	position: absolute; text-align: left; margin: 0; padding: 0; display: block;
}
#Navigation a,
.Navigation a
{
	padding: 5px;
	display: inline;
	z-index: 999;
	text-decoration: none;
	position: absolute; 
	width:350px;
	left: -1000em;
	top: 0;
	font-weight: bold;
	text-align:center;
	font-size:125%;
	/zoom:1;
}
#Navigation a:focus,
#Navigation a:active,
.Navigation a:focus,
.Navigation a:active
{
	position: absolute; 
	top: 30px;
	left: 250px;
	background:#fff !important;
	border:2px solid #000;
	}

img.imgFromText
{
	max-height:126px !important;
	max-width:90px !important;
}

* html img.imgFromText
{
	height:126px !important;
	width:90px !important;
}

/* GlobalNavigation */
div#naviContainer
{
    padding:2px 0px 0px 0px;
    margin:2px auto 0px auto;
    font-size: 1.1em;
    position:relative;
}
div#naviArea
{
    position:relative;
    width:980px;
    margin:0 auto;
    overflow:hidden;
}
div#naviArea a
{
    text-decoration:none;
    /*font-weight:bold;*/
    font-size:1.1em;
}
div#naviArea ul#navi_list
{
    display:table;
    width:100%;
    text-align:center;
    border-collapse:collapse;
    box-sizing:border-box;
}
div#naviArea ul#navi_list li
{
    display:table-cell;
	vertical-align:middle;
    text-align:center;
    font-size:1em;
    padding:5px 0px;
}
div#naviArea ul#navi_list li.navi_tab_last
{
    border-right:solid 1px #CCCCCC;
}
div#naviArea ul#navi_list li div
{
    vertical-align:middle;
    padding:0px 1px;
}

div#naviArea ul#navi_list li a
{
    display:block;
    border-left:solid 1px #ffffff;
    min-width:85px;
    padding:3px 0px;
    line-height:28px;
}



div#naviArea ul#navi_list li img
{
    display: inline-block;
    position: relative;
    margin:-1px auto 0;
    z-index:99;
    padding:0px 7px 0px 7px;
}
div#naviArea ul#navi_list li ul
{
    display: inline-block;
}

/* ホームのボタン */
div#naviArea ul#navi_list li#navi_tab_0 div
{
    vertical-align:middle;
}
div#naviArea ul#navi_list li#navi_tab_0 div #navi_tab_text_0
{
    text-align:center;
    min-width:90px;
}

div#popNaviArea
{
    display: block;
    position: relative;
    width: 980px;
    margin:0px auto;
    z-index:99999;
}
div#popNaviArea ul.g_navi
{
	position:absolute;
    width:978px;
    padding-top:10px;

}
div#popNaviArea #g_navi_0
{
    border:none;
    padding:0px;
}
div#popNaviArea li.navi_child
{
    width:22%;
    display:inline-block;
    vertical-align:top;
    padding-bottom:5px;
    padding-left:15px;
}
div#popNaviArea .navi_child_name
{
    margin:0px 5px;
    padding:4px 2px 4px 20px;
    font-size:1em;
    /*font-weight:bold;*/
    background:url("../images/top1/ya_wBig.png") no-repeat 0px 0.5em;
}
div#popNaviArea li.navi_child ul
{
    padding:0px 8px 0px 15px;
    margin-top:-5px;
}
div#popNaviArea li.navi_child li
{
    font-size:0.9em;
    line-height:1.3em;
    padding:0px 2px 0px 8px;
    margin-top:8px;
    background-image:url("../images/top1/ya_w.png");
    background-repeat:no-repeat;
    background-position:1px 0.5em;
}
div#popNaviArea li.navi_child li.exsistpic
{
    background-image:none;
}
div#popNaviArea li.navi_child img
{
    margin-right:3px;
}
div#popNaviArea li.navi_child a
{
    display:table-cell;
    vertical-align:middle;
}

div#popNaviArea .navi_type_2
{
    width:auto;
    display:block;
}

div#popNaviArea .navi_type_2 li
{
    display:inline-block;
    width:23%;
    vertical-align:middle;
}

/* 親メニュー（大分類） */
div#popNaviArea .parentMenu
{
    width:100%;
    float:left;
    margin:8px auto;
}
div#popNaviArea .parentMenu .parentlink
{
    margin:0px 0px 0px 20px;
    float:left;
}
div#popNaviArea .parentMenu .closelink
{
    margin:0px 20px 0px 0px;
    float:right;
}
/* 親メニュー（中分類） */
div#popNaviArea .navi_child  .childmenu
{
}
div#popNaviArea .navi_child  .close
{
    display:none;
}
div#popNaviArea .navi_child  .childlink
{
    background:none;
    padding:0px 2px 0px 0px;
}
#navi_end
{
    width:0px;
    height:0px;
    position:absolute;
    bottom:0px;
}
/*** グローバルナビゲーション end ***/

/* カレンダータイトル表示用 start */
h1.cal_title {
font-size:1.3em;
font-weight:bold;
padding:0px 0px 15px 15px
}
/* カレンダータイトル表示用 end */

fieldset
{
    border:solid 1px #CDCDCD;
    padding:5px;
}
legend
{
    margin-left:5px;
}
/***********************************************************************************
　 ↑共通部分 end↑
************************************************************************************/

/****
 ↓大牟田移行元スタイル↓
****/

div.migration h2
{
   clear: both;
    font-size: 130%;
    font-weight: bold;
    margin: 20px 5px 10px;
    padding: 0px 8px 2px;
    border-bottom: 1px dotted #A3D6E0;
    border-left: 6px solid #A3D6E0;
    letter-spacing: 0.1em;
}

div.migration h3
{
    line-height: 1.2;
    clear: both;
    font-size: 110%;
    font-weight: bold;
    margin: 20px 5px 10px;
    padding: 6px 8px 4px;
    border-bottom: 1px solid #ddd;
    background-color: #F4FAFC;
    line-height: 1.2;
    letter-spacing: 0.1em;
}

div.migration p
{
    margin: 0 10px 1em;
}
div.migration dl {
	margin: 10px 5px;
	line-height: 1.5;
}
div.migration dl dt {
	font-weight: bold;
}
div.migration dl dd {
	margin-bottom: 1em;
	margin-left: 20px;
}
div.migration ul {
	margin: 10px 10px 20px 40px;
	padding: 0;
	line-height: 1.3;
}
div.migration ul li {
	margin: 0 0 10px;
	padding: 0;
	list-style-type: circle;
}
div.migration ol {
	margin: 10px 10px 20px 50px;
	padding: 0;
	line-height: 1.3;
}
div.migration ol li {
	margin: 0 0 10px;
	padding: 0;
    list-style-type: decimal;
}

div.migration .wcvimg-floatleft {
    float: left;
    margin-right: 7px;
}
div.migration .wcvleft {
	text-align: left;
}
/*右寄せ*/
div.migration .wcvright {
	text-align: right;
}
/*中央寄せ*/
div.migration .wcvcenter {
	text-align: center;
}
/*左寄せ・セル用*/
div.migration .wcvleft-c {
	text-align: left;
	margin-bottom: 5px;
}
/*右寄せ・セル用*/
div.migration .wcvright-c {
	text-align: right;
	margin-bottom: 5px;
}
/*中央寄せ・セル用*/
div.migration .wcvcenter-c {
	text-align: center;
	margin-bottom: 5px;
}

/* -------- 3.画像 -------- */
/*画像同士などが上下でくっ付く場合に利用する*/
div.migration .wcvmargin-bottom {
	margin-bottom: 10px;
}
/*画像同士などが左右でくっ付く場合に利用する・中央*/
div.migration .wcvmargin-rl-m {
	margin-right: 3px;
	margin-left: 3px;
	vertical-align: middle;
}
/*画像同士などが左右でくっ付く場合に利用する・上付き*/
div.migration .wcvmargin-rl-t {
	margin-right: 3px;
	margin-left: 3px;
	vertical-align: top;
}
/*中央寄せ画像テキスト用ボックス*/
div.migration div.wcv-centerbox {
	text-align: center;
	margin-bottom: 1em;
}
/*中央寄せ画像テキスト用ボックス内・左側*/
div.migration div.wcv-centerbox div.wcv-centerimg-l {
	width: 49%;
	float: left;
	margin-right: 5px;
}
/*中央寄せ画像テキスト用ボックス内・右側*/
div.migration div.wcv-centerbox div.wcv-centerimg-r {
	width: 49%;
	float: right;
}
/*中央寄せ画像の下に表示させるテキスト*/
div.migration .wcvimg-center {
	text-align: center;
	margin-top: 5px;
	font-size: 90%;
}
/*画像と回り込みテキスト用ボックス*/
div.migration div.wcv-floatbox-left,
div.migration div.wcv-floatbox-right {
	margin: 0 10px 1em;
}
/*左寄せ画像と回り込みテキストで使用*/
div.migration .wcvimg-floatleft {
	float: left;
	margin-right: 7px;
}
/*右寄せ画像と回り込みテキストで使用*/
div.migration .wcvimg-floatright {
	float: right;
	margin-left: 7px;
}
/*回り込み解除・フロートクリア*/
div.migration .clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
div.migration .clearfix { display: inline-block; }
div.migration .clearfix { display: block; }
/* -------- 4.フォント -------- */
div.migration .wcvfont-red {
	color: #c00;
}
div.migration .wcvfont-blue {
	color: #00c;
}
div.migration .wcvfont-b {
	font-weight: bold;
}
div.migration .wcvfont-red-b {
	color: #c00;
	font-weight: bold;
}
div.migration .wcvfont-blue-b {
	color: #00c;
	font-weight: bold;
}
/* -------- 5.リスト -------- */
div.migration div.wcv-floatbox-left ul li {
	list-style: disc inside url(../images/base/content_li_bg.png);
	background: none;
}
div.migration div.wcv-floatbox-left ol li {
	list-style-position: inside;
}
/* -------- 定義型リスト -------- */
div.migration dl {
	margin: 10px 5px;
	line-height: 1.5;
}
div.migration dl dt {
	font-weight: bold;
}
div.migration dl dd {
	margin-bottom: 1em;
	margin-left: 20px;
}

/* -------- 6.隠す -------- */
.wcvhide {
	display: none;
}

div.migration table {
	clear: both;
	margin: 10px 15px;
	border-collapse: collapse;
	border: 1px solid #666;
	border-spacing: 0;
	empty-cells: show;
}
div.migration caption {
	color: #000;
	font-size: 120%;
	text-align: center;
	padding: 5px 5px 3px;
	font-weight: bold;
}
div.migration th {
	color: #000;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 7px;
	border: 1px solid #999;
	background-color: #E5E5E5;
}
div.migration td {
	text-align: left;
	vertical-align: middle;
	padding: 7px;
	border: 1px solid #999;
}

/****
 ↑大牟田移行元スタイル↑
****/


/*** 埋め込み地図 ***/

/*マップの枠*/
div.iframeMapWaku_S_setLeft {
    width: 41%;
    float:left;
    margin-right:6px;
    height: 400px;
}

div.iframeMapWaku_S_setCenter {
    width: 100%;
    text-align:center;
    height: 400px;
}

div.iframeMapWaku_S_setRight {
    width: 41%;
    float:right;
    height: 400px;
}


div.iframeMapWaku_M_setLeft {
    width: 62%;
    float:left;
    margin-right:6px;
    height:600px;
}

div.iframeMapWaku_M_setCenter {
    width: 100%;
    text-align:center;
    height:600px;
}

div.iframeMapWaku_M_setRight {
    width: 62%;
    float:right;
    height:600px;
}

div.iframeMapWaku_L_setLeft {
    width: 100%;
    height:600px;
}

div.iframeMapWaku_L_setCenter {
    width: 100%;
    text-align:center;
    height:600px;
}

div.iframeMapWaku_L_setRight {
    width: 100%;
    height:600px;
}

/*マップ*/
div.iframeMapWaku_S_setLeft iframe.iframemap {
    width: 100%;
    height: 400px;
}

div.iframeMapWaku_S_setCenter iframe.iframemap {
    width: 41%;
    height: 400px;
}

div.iframeMapWaku_S_setRight iframe.iframemap {
    width: 100%;
    height: 400px;
}


div.iframeMapWaku_M_setLeft iframe.iframemap {
    width: 100%;
    height:600px;
}

div.iframeMapWaku_M_setCenter iframe.iframemap {
    width: 62%;
    height:600px;
}

div.iframeMapWaku_M_setRight iframe.iframemap {
    width: 100%;
    height:600px;
}


div.iframeMapWaku_L_setLeft iframe.iframemap {
    width: 84%;
    height:600px;
}

div.iframeMapWaku_L_setCenter iframe.iframemap {
    width: 84%;
    height:600px;
}

div.iframeMapWaku_L_setRight iframe.iframemap {
    width: 84%;
    height:600px;
}

/* wysiwyg */
#mainShosai table.__wys_table
{
	width:auto;
}
.__wys_table td
{
	border:solid 1px #000000;
	padding:3px;
}
.__wys_table th
{
	background-color:#eeffee;
	border:1px solid #000000;
	font-weight:bold;
	padding:3px;
}

/* フローティングバナー */
div#fBanArea {
    width: 100%;
    display: none;
    margin: 10px auto 30px;
}
div#fBanArea div#fBanBox {
    width: 964px;
    padding: 8px;
    margin: 0px auto;
    position: relative;
}
div#fBanArea div#fBanBox .fLinkInfo {
    padding: 5px;
    margin-bottom: 10px;
}
div#fBanArea div#fBanBox .fLinkInfo h2 {
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}
div#fBanArea div#fBanBox #fAdinfoLink {
    background: url("../images/top1/ya_gray.gif") no-repeat 0px center;
    padding-left: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}
div#fBanArea div#fBanBox #fAdinfoLink a {
    font-size: 0.8em;
}

div#fBanArea.floating {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
    margin: 0px;
}
div#floatOff {
    position: absolute;
    top: 11px;
    right: 10px;
    text-align: center;
}
div#floatOff img {
    cursor: pointer;
}

#fBanItem {
}
li.imgBanfl
{
    display: inline-block;
    vertical-align: middle;
    margin: 0px 10px 10px 10px;
}
li.imgBanfl a
{
    display:block;
}
li.imgBanfl img
{
    display: block;
}

#menuSp
{
    display:none;
}

/* 動画関連 */
.youtubeArea, .ustreamArea {
    display: inline-block;
}

div.youtubeObj {
    background: url(../images/youtube_alternate.png) no-repeat center center #a9a9a9;
}
div.ustreamObj {
    background: url(../images/ustream_alternate.png) no-repeat center center #a9a9a9;
}

div.youtubeObj, div.ustreamObj {
    display: inline-block;
    position: relative;
}
div.youtubeObj p, div.ustreamObj p {
    text-align: left;
    font-size: 0.8em;
    background-color: #ffffff;
    color: #ff0000;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    padding: 5px;
}
/* Youtube埋め込み */
.youtubeMovieWaku {
}
.youtubeMovieWaku iframe {
}
