/* 鳥栖市　共通 */


body{
        margin:0;
        padding:0px;
        background-image:url(../images/com/shadow.gif);
        background-repeat:repeat-y;
        background-position:top left;
}


/*　共通指定　*/
.combox     {float:left;}
.clearbox       {clear:both;}

/* 基本 */
#base-box{
        width: 950px;
        margin: 0 auto;
        border-left: 1px #666666 solid;
        border-right: 1px #666666 solid;
}

/* メインコンテンツ */
#main-box{
        float: left;
        width:950px;
        margin: 10px 0 0 0;
        padding: 0;
        text-align:left;
        background-color: #F2F5C5;
        display:inline;
}
/* 左コンテンツ */
#left-box{
        float: left;
        width: 182px;
        padding: 8px 0;
        margin: 0 3px;
        display:inline;
}
/* 右コンテンツ */
#right-box{
        float: left;
        width: 201px;
        padding: 8px 0;
        display:inline;
}
/* 中央コンテンツ*/
#center-box{
        float: left;
        width:550px;
        padding:0 3px;
        text-align:left;
        background-color: #FFFFFF;
        display:inline;
 
}

/* バナー広告 */
#banner-box{
        width: 780px;
        padding: 10px 85px;
        margin-top: 20px;
        background-color: #E6E6D9;
}

/* 公的バナー */
#prbanner-box{
		width: 190px;
		padding: 5px 3px;
		margin: 3px 2px 3px 2px;
/*		border: 1px solid #666666; */
    text-align:center;
}
#prbanner-box a img {
		margin-bottom:5px;
}

/* ヘッダー */
#header-box{
        width: 950px;
        height: 78px;
        margin: 2px 0 0 0;
        padding: 5px 0 0 0;
/*        padding: 0; */
/*          padding: 40px 0 0 0;  */
/*      background-image:url(../images/com/tosu-logo.gif); */
        background-repeat:no-repeat;
        background-position:17px 20px;
}
#header-photo{
        width: 950px;
        height: 127px;
}

/* フッター */
#footer-box{
        width: 940px;
        padding: 10px 5px;
        margin-top: 10px;
        background-color: #FFFFFF;
}
/* フッター開始 */
#footer-start{
        width: 940px;
        padding: 10px 5px;
        margin-top: 10px;
        background-color: #E6E6D9;
        text-align:right;
}

#copyright-box{
        width: 940px;
        padding: 10px 5px;
        margin-top: 10px;
        background-color: #E6E6D9;
        text-align:right;
}
/* ぱんくず */
#pankuz{
        width: 950px;
        margin: 5px 0 0 0;
        background-color: #F2F5C5;
}
.pankuz-left{
        float: left;
        width: 13%;
        padding: 5px;
        text-align: center;
        background-color: #646464;
        color:#FFFFFF;
        display:inline;
}
.pankuz-right{
        float: left;
        width: 80%;
        padding: 7px 5px 5px 5px;
        text-align: left;
        display:inline;
}
.pankuz-navi {
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 90%;
}

/* --- リスト項目 --- */
.pankuz-navi li {
        display: inline;
}

/* --- リンク --- */
.pankuz-navi li a {
        margin-right: 6px; /* リンクエリアの右マージン */
}

/* --- ナビゲーションバー --- */
.nav {
        width: 950px; /* ナビゲーションの幅 */
        height: 41px;
        background-image:url(../images/com/menu-btn-base.gif);
        background-repeat: no-repeat;
        background-position:top left;
        font-size: 100%;
        margin-top: 1px;
/*        margin-top: 20px; */
        font-weight: bold;
}

/* --- メニューエリア --- */
.nav .nl {
        margin: 0; 
        padding: 0;
        list-style-type: none;
        text-align: center;
}

/* --- メニュー項目 --- */
.nav .nl li {
        float: left;
        height: 31px;
        padding-top: 10px;
        display:inline;
}

/* --- 項目の幅--- */
.nav .nl li.item1 {
/*        width: 254px */
        width: 190px
}
.nav .nl li.item2 {
/*        width: 172px; */
        width: 190px
}
.nav .nl li.item3 {
/*        width: 180px; */
        width: 190px
}

/* --- リンク --- */
.nav .nl li a {
        display: block;
        position: relative; /* IE6用 */
        padding: 0; /* リンクエリアのパディング（上下、左右） */
        text-decoration: none; /* テキストの下線（なし） */
        color: #000000; /* 文字色 */
}
/* --- ポイント時の設定 --- */
.nav .nl li a:hover {
        text-decoration: underline; /* テキストの下線（あり） */
}
/* 以下個別の背景画像変更用 */
.nav .nl li.active1 {
/*        width: 254px */
        width: 190px
        height: 31px;
        padding-top: 10px;
        margin: 0; 
        background:  url(../images/com/menu-btn-base1.gif) no-repeat left top; /* タブの背景 TOP */
}
.nav .nl li.active2 {
/*        width: 172px; */
        width: 190px
        height: 31px;
        padding-top: 10px;
        background:  url(../images/com/menu-btn-base2.gif) no-repeat center top; /* タブの背景 その他 */
}
.nav .nl li.active3 {
/*        width: 180px; */
        width: 190px
        height: 31px;
        padding-top: 10px;
        background:  url(../images/com/menu-btn-base3.gif) no-repeat right top; /* タブの背景 鳥栖の紹介 */
}

.nav .nl li.active1 a{
        color: #ffffff; /* アクティブタブの文字色 */
}
.nav .nl li.active2 a{
        color: #ffffff; /* アクティブタブの文字色 */
}
.nav .nl li.active3 a{
        color: #ffffff; /* アクティブタブの文字色 */
}
/* --- clearfix --- */
.clearFix:after {
        content: ".";
        display: block;
        height: 0;
        clear: left;
        visibility: hidden;
}
.clearFix {
        min-height: 1px;
}

/* ヘッダー内その他 */

/* ロゴイメージ */
#logo-box{
/*        float: left; */
        margin: 2px 1px 100px 6px;
        display:inline;
/*              clear: right; */
}

#search_font_box{
            float: right;
        width: 250px;
        padding: 0;
        margin: 0;
        display:inline;

}


/* 文字サイズ変更 */
#f_navi{
        width: 210px;
        margin-top: 5px;
}
/* サーチエリア */
#search-box{
        width: 250px;
                height: 25px;
        margin-top: 1px;
        margin-right: 3px;
        padding: 1px 0 0 0;
}
/* ヘッダーナビ */
#h-navi{
        float: right;
        margin-top: 33px;
                height: 30px;
        display:inline;
}
ul.header-navi {
        margin: 0;
        padding: 0;
        list-style-type: none;
}
ul.header-navi li {
        float: left;
        width: 6.5em;
        padding: 5px 2px 2px 2px;
}
ul.header-navi li a{
        color: #000000;
}

.clearLeft { 
        clear: left; 
}

/*　共通部分指定　*/

.line1{
        width: 100%;
        height: 1px;
        margin: 2px 0;
        padding: 0;
        background-image:url(../images/com/line1.gif);
        background-repeat:repeat-x;
        background-position:top left;
}

.line2{
        width: 100%;
        height: 1px;
        margin: 2px 0 8px 0;
        padding: 0;
        background-image:url(../images/com/line1.gif);
        background-repeat:repeat-x;
        background-position:top left;
}

.line3{
        width: 100%;
        height: 8px;
        border-bottom: 8px #FFBB00 solid;
        margin: 0;
        padding: 0;
}



/*　右部分指定　*/
#contentsrank{
        width: 187px;
        height: 33px;
        padding: 0 5px 0 5px;
        margin: 5px 3px 0 3px;
        background-image:url(../images/content/righgt-info-top.gif);
        background-repeat:no-repeat;
        background-position:top left;
}
/*　良く見られている記事リスト　*/
.gcr-box
{
        width: 187px;
        padding: 5px 0 0 0;
        margin: 0 6px 0 8px;
        background-color: #FFFFFF;
}
.gcr
{
        padding: 0;
        margin: 0;
}
ul.gcr
{
        list-style-type: none;
        margin: 0;
}
.gcr li a {
        position: relative; /* IE6用 */
        padding: 0; /* リンクエリアのパディング（上下、左右） */
        text-decoration: underline; /* テキストの下線（なし） */
        color: #0000FF; /* 文字色 */
}
.gcr li {
        margin: 4px 0 0.5em 0;
        padding: 0 0 2px 0;
        background-image:url(../images/content/line2.gif);
        background-repeat:repeat-x;
        background-position:bottom left;
}

/*　左部分指定　*/
.categorynavi-top{
        width: 172px; /* ナビゲーションの幅 */
        height: 33px;
        padding: 8px 0 0 8px;
        background-image:url(../images/content/seen.gif);
        background-repeat:no-repeat;
        background-position:top left;
        font-size: 100%;
        color: #FFFFFF;
}
.categorynavi-top h2 {
        font-size:90%; padding: 5px 0 0 0; margin: 0;
}
/* --- ナビゲーションバー --- */
.categorynavi {
        width: 172px; /* ナビゲーションの幅 */
        margin-left: 5px;
}

/* --- メニューエリア --- */
.categorynavi .nl {
        margin: 0; 
        padding: 0;
        list-style-type: none;
        text-align: left;
}

/* --- メニュー項目 --- */
.categorynavi .nl li {
        width: 150; /* 項目の幅 */
/*      height: 30px; 複数行用に固定にしない */
        padding: 7px 0 7px 5px;
        margin-bottom: 3px;
        background-color: #DEDEDE; /* ポイント時の背景 */
        border-left: 3px #DEDEDE solid;
}

/* --- リンク --- */
.categorynavi .nl li a {
        display: block;
        position: relative; /* IE6用 */
        text-decoration: none; /* テキストの下線（なし） */
        color: #000000;
        font-size: 95%;
        margin-left: 0px;
        padding-left: 1px;
}
/* --- ポイント時の設定 --- */
.categorynavi .nl li a:hover {
        text-decoration: underline; /* テキストの下線（あり） */
}
/* --- アクティブなタブ --- */
.categorynavi .nl li.selected {
        background-color: #F2F5C5;
        border-left: 3px #ffa500 solid;
}


/* --- clearfix --- */
.clearFix:after {
        content: ".";
        display: block;
        height: 0;
        clear: left;
        visibility: hidden;
}
.clearFix {
        min-height: 1px;
}



/*　中央部分指定　*/

.title-box{
        width: 531px;
        height: 37px;
        background-image:url(../images/content/title-base.gif);
        background-repeat:no-repeat;
        background-position:top left;
        background-color: #F2F5C5;
        padding: 8px 0 0 20px;
        font-size: 140%;
}

.title-box h2 {
        font-size: 90%; padding: 5px 0 0 0; margin: 0;
}

/*　カテゴリイメージ */

.category-image{
        width: 540px;
        padding: 5px 0 0 0;
}

.categorylist{
}

/* --- メニューエリア --- */
.categorylist .cl {
        margin: 0;
        padding: 0;
}

/* --- メニュー項目 --- */
.categorylist .cl li {
        margin: 4px 0 2px 0;
        padding: 3px 3px 3px 15px;
/*      list-style-type: disc; リストマークは非表示に */
        list-style-type: none;
        list-style-position: inside;
        background-image:url(../images/content/line2.gif);
        background-repeat:repeat-x;
        background-position:bottom left;
}

/* 未適用
.categorylist .cl li a {
        color: #00008b;
}

.categorylist .cl li a:visited {
        color: #000000;
}
*/

/* サブカテゴリ */
.categorylist h3 {
        display: block;
        height: 20px;
        margin: 6px 0 2px 0px;
            padding-left: 1.3em;
            padding-top: 0.4em;
            padding-bottom: 0.3em;
            font-size : 108%;
        font-weight: normal;
        background-image:url(../images/content/title-sub3.gif);
        background-repeat:no-repeat;
        background-position:top left;
        background-color:#f5f5dc;
        border-top: 1px #c0c0c0 solid;
        border-bottom: 1px #c0c0c0 solid;
        
}
.categorylist h3 a {
        color: #000000;
}

/* 階層下カテゴリ */
.categorylist .catelist {
        margin: 0;
        padding: 0;
}

.categorylist .catelist li {
        display: block;
        height: 20px;
        margin: 6px 0 2px 0px;
            padding-left: 1.3em;
            padding-top: 0.4em;
            padding-bottom: 0.3em;
        font-size:108%;
        font-weight: normal;
        background-image:url(../images/content/title-sub3.gif);
        background-repeat:no-repeat;
        background-position:top left;
        background-color: #f5f5dc;
        border-top: 1px #c0c0c0 solid;
        border-bottom: 1px #c0c0c0 solid;
        
}
.categorylist .catelist li a {
        color: #000000;
}

/* カテゴリ説明文 その1 */
.categorylist h4 {
        margin: 0px 20px 0 25px;
        padding-left: 0.3em;
        padding-top: 0.1em;
        padding-bottom: 0.1em;
        font-size : 0.9em;
        font-weight: normal;
}

/* カテゴリ説明文 その2 */
.categorylist .catelist h4 {
        margin: 0px 20px 0 5px;
        padding-left: 0.3em;
        padding-top: 1.1em;
        padding-bottom: 0.1em;
        font-size : 0.8em;
        font-weight: normal;
}

/* カテゴリ下のコンテンツ一覧 */
.categorylist .categorylistc {
        margin: 4px 0 2px 0;
        padding: 0;
        list-style-type: none;
        list-style-position: inside;
        background-image:url(../images/content/line2.gif);
        background-repeat:repeat-x;
        background-position:bottom left;
}
/* カテゴリ下のコンテンツ一覧 その２ */
.categorylist .categorylistc li {
        margin: 4px 0 2px 0;
        padding: 2px 5px 2px 15px;
        list-style-type: none;
        list-style-position: inside;
        background-image:url(../images/content/line2.gif);
        background-repeat:repeat-x;
        background-position:bottom left;
}

.categorylist .categorylistc li a {
        color: #00008b;
}

/* --- 分類からさがすカテゴリ --- */
.categorylist .topcl {
        margin: 0;
        padding: 0;
}

/* --- 分類からさがすカテゴリリスト --- */
.categorylist .topcl li {
        margin: 4px 0 2px 0;
        padding: 2px 0 2px 7px;
        list-style-type: none;
        list-style-position: inside;
        background-image:url(../images/content/line2.gif);
        background-repeat:repeat-x;
        background-position:bottom left;
}

/* 分類からさがすカテゴリ説明文 */
.categorylist .topcl h4 {
        margin: 0px 20px 0 25px;
        padding-left: 0.3em;
        padding-top: 0.1em;
        padding-bottom: 0.1em;
        font-size : 0.9em;
        font-weight: normal;
}


/* お知らせ、新着一覧 */
#newslist-box{
        float: left;
        width:940px;
        margin-left:5px;
        padding:0;
        text-align:left;
        background-color: #FFFFFF;
        display:inline;
}

/*　お知らせ、新着一覧のタイトル部　*/
.news-title{
        width: 920px;
        height: 45px;
        background-image:url(../images/content/title-news.gif);
        background-repeat:no-repeat;
        background-position:top left;
        padding: 8px 0 0 20px;
        font-size: 140%;
}

.news-title h2 {
        font-size: 90%; padding: 5px 0 0 0; margin: 0;
}

.newslist .nl {
        margin: 0;
        padding: 0 5px;
}
/* --- お知らせ、新着リスト --- */
.newslist .nl li {
        margin: 2px 2px 5px 2px;
        padding: 2px 0 3px 2px;
        list-style-type: none;
        list-style-position: inside;
        background-image:url(../images/content/line2.gif);
        background-repeat:repeat-x;
        background-position:bottom left;
}
/* --- ページ番号 --- */
#paginate {
        float: left;
        width:925px;
        margin-left:5px;
        padding:0 5px 0 5px;
        text-align:left;
        background-color: #FFFFFF;
        display:inline;
}
#paginate a {
        position: relative; /* IE6用 */
        padding: 0; /* リンクエリアのパディング（上下、左右） */
        text-decoration: underline; /* テキストの下線（なし） */
        color: #0000FF; /* 文字色 */
}

/* --- カテゴリお知らせ新着情報 --- */

.categorynews{
        margin: 5px 0 8px 0;
/*        border-left: 1px #c0c0c0 solid;
        border-right: 1px #c0c0c0 solid;
        border-bottom: 2px #c0c0c0 solid; */
}

/* --- ニュースエリア --- */
.categorynews .cnl {
        margin: 3px 0 0 0 ;
        padding: 0;
        border: 2px #c0c0c0 solid;
}

/* --- ニュースリスト --- */
.categorynews .cnl li {
        margin: 2px 5px 5px 5px;
        padding: 3px 0 3px 0;
        list-style-type: none;
        list-style-position: inside;
        background-image:url(../images/content/line_s.gif);
        background-repeat:repeat-x;
        background-position:bottom left;
}

/* イベントカレンダー */
#eventlist-box{
        float: left;
        width:940px;
        margin-left:5px;
        padding:0;
        text-align:left;
        background-color: #FFFFFF;
        display:inline;
}

/*　イベントカレンダーのタイトル部　*/
.event-title{
        width: 920px;
        height: 45px;
        background-image:url(../images/content/title-news.gif);
        background-repeat:no-repeat;
        background-position:top left;
        padding: 8px 0 0 20px;
        font-size: 140%;
}

.event-title h2 {
        font-size: 90%; padding: 5px 0 0 0; margin: 0;
}

.eventlist h3 {
        display: block;
        height: 20px;
        margin: 6px 0 2px 0px;
        padding-left: 1.3em;
        padding-top: 0.4em;
        padding-bottom: 0.3em;
        font-size : 108%;
        font-weight: normal;
        background-image:url(../images/content/title-sub3.gif);
        background-repeat:no-repeat;
        background-position:top left;
        background-color:#f5f5dc;
        border-top: 1px #c0c0c0 solid;
        border-bottom: 1px #c0c0c0 solid;
        
}

/*　リンク指定　*/
a:link      {color:#}
a:visited {color:#}
a:active {color:#}
a:hover {color:#;text-decoration: underline;}
a{text-decoration:none;} 

a.link:link     {color:#}
a.link:visited {color:#}
a.link:active {color:#}
a.link:hover {color:#;text-decoration: underline;}
a.link{text-decoration:none;} 

a.footer:link       {color:#}
a.footer:visited {color:#}
a.footer:active {color:#}
a.footer:hover {color:#;text-decoration: underline;}
a.footer{text-decoration:none;} 


/*　フォント指定　*/
/*(Hタグ未適用)
h1      {font-size:}
h2      {font-size:90%; padding: 5px 0 0 0; margin: 0;}
h3      {font-size:90%; padding: 5px 0 0 0; margin: 0;}
h4      {font-size:}
h5      {font-size:}
h6      {font-size:}
*/
.size1{font-size:xx-small;line-height:140%;}
.size2{font-size:x-small;line-height:140%;}
.size3{font-size:small;line-height:140%;}
.size4{font-size:medium;line-height:140%;}

/* PortalComposer テンプレート使用部分 */
/* Pタグ制御 */
#catenavihonbun p {
        margin-top:5px;
        margin-bottom:5px;
        padding:0;
}

/* タイトル部分リストイメージ部 */
#pctmpheader0 {
        width:40px;
        height:31px;
        background-color:#F2F5C5;
        border-left: 1px #c0c0c0 solid;
        border-bottom: 1px #c0c0c0 solid;"
        background-image:url(../images/list_1.gif);
}

/* タイトル部分 */
#pctmpheader1 {
        padding-top:4px;"
        width:735px;
        height:31px;
        background-color:#F2F5C5;
        border-bottom: 1px #c0c0c0 solid;
        font-size:120%;
        color:#000066;
        font-weight:bold;
}
/* 本文部分 */
#pclongtext {

}
/* お問合せ先部分 */
#pctmpfooter1 {
        margin-top:7px;
        margin-bottom:7px;
        font-size:100%;
        padding-top:4px;
        padding-left:5px;
        width:735px;
        height:20px;
        background-color:#ffffff;
        border-top: 2px #a9a9a9 solid;
        border-bottom: 1px #a9a9a9 solid;
                line-height:normal;
}

/* コンテンツページ(カテゴリナビあり) */
#catenavihonbun{
        float: left;
        width: 740px;
        padding:0 6px 0 15px;
        text-align:left;
        background-color: #FFFFFF;
        display:inline;
                overflow: hidden;
                line-height:1.5em;
}

/* コンテンツページ(カテゴリナビなし) */
#catenavihonbun-nonavi{
        width:950px;
        background-color: #FFFFFF;
        padding: 2px;
}


/* 大見出し */
#catenavihonbun h1 {
        width:731px;
        height:30px;
        padding-top:8px;
        padding-left:5px;
        padding-right:0px;
        margin-top:0;
        margin-bottom:10px;
        background-color:#fafad2;
        border-bottom: 4px #808080 double;
        border-top: 4px #808080 double;
        font-size:130%;
        font-weight:bold;
                line-height:normal;
}

/* 中見出し */
#catenavihonbun h2 {
        margin-top:5px;
        margin-bottom:5px;
        width:729px;
        height:25px;
        padding-top:5px;
        padding-left:5px;
        padding-right:3px;
        background-color:#fafad2;
        border-top: 1px #808080 solid;
        border-bottom: 1px #808080 solid;
        font-size:110%;
        font-weight:bold;
                line-height:normal;
}
/* 小見出し */
#catenavihonbun h3 {
        margin-top:5px;
        margin-bottom:5px;
        width:729px;
        height:20px;
        padding-top:5px;
        padding-left:5px;
        padding-right:3px;
        background-color:#f5f5f5;
        border-top: 1px #a9a9a9 solid;
        border-bottom: 1px #a9a9a9 solid;
        font-size:100%;
        font-weight:bold;
                line-height:normal;
}
@media print {
#base-box{ 
        background-color: #ffffff;
        border-left: 0;
        border-right: 0;
}
#header-box  { display:none;}
#menu-box { display:none;}
#pankuz { display:none;}
#main-box{
        background-color: #ffffff;
}
#left-box { display:none;}
#footer-start { display:none;}
#footer-box { display:none;}
#copyright-box{
        background-color: #ffffff;
}
#catenavihonbun{
        width: 100%;
                font-size: 128%;
}
#catenavihonbun h1 {
        width:100%;
        height:35px;
                font-size: 125%;
        font-weight:normal;
}
#catenavihonbun h2 {
        width:100%;
        height:35px;
                font-size: 125%;
        font-weight:normal;
}
#catenavihonbun h3 {
        width:100%;
        height:35px;
                font-size: 125%;
        font-weight:normal;
}
#pctmpfooter1 {
        width:100%;
        height:35px;
                font-size: 125%;
        font-weight:normal;
}
}



