/* 基本レイアウト */

html { margin: 0; padding: 0; }
form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }


/* 見出し */

h1, h2, h3, h4, h5, h6 { font-weight: bold; }
h1, h2, h3, h4, h5, h6, ol, ul, pre, blockquote
{
    margin: 0;
}


/* リンク色（ページ全体） */

a { color: #0000ff; text-decoration: underline; }
a:hover { color: #ff9900; }


/* リンク色（サイトタイトル） */

#banner a { color: #666; text-decoration: none; }
#banner a:hover { color: #ff9900; }


/* 表示補助 */

.pkg {
    position: static;
    display: block;
    clear: both;
    padding: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* ページレイアウト */

body {
    min-width: 960px;
    text-align: center; /* center on ie */
    margin: 0px;
    padding: 0;
    font-size: 0.8em;
    color: #666;
    background: #f5f5f5;
    line-height: 1.5;
    font-family: "ＭＳ Ｐゴシック";
}

#container
{
    position: relative;
    width: 960px;
    margin: 0 auto;
    background: #fff;
    text-align: center;
    padding: 0;
    background: url(img/bbg.gif) ;
}

#container:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* ヘッダー（レイアウト） */

#banner {
    position: relative;
    margin: 0;
    width: 960px; /* necessary for ie win */
    height: 30px;
    background: url(img/top.gif)  no-repeat;
}

#banner2 {
    position: relative;
    margin: 0 5px;
    width: 950px;
    height: 180px;
    background: url(img/01.jpg)  no-repeat #fff;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    text-align: left;
}

#banner3 {
    position: relative;
    margin: 0 5px;
    width: 950px;
    height: 90px;
    background: url(img/02.jpg)  no-repeat #fff;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    text-align: left;
}

/* ヘッダー（サイトタイトル） */

#banner2 h1
{
    margin: 0;
    color: #fff;
    font-size: 26px;
    font-weight: normal;
    line-height: 1.25;
    position:absolute; top: 30px; left:10px;
    font-family: "ヒラギノ角ゴ8","HGS創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";
}

#banner3 h1
{
    margin: 0;
    color: #fff;
    font-size: 26px;
    font-weight: normal;
    line-height: 1.25;
    position:absolute; top: 30px; left:10px;
    font-family: "ヒラギノ角ゴ8","HGS創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";
}

#banner p
{
    margin: 0;
    padding: 0;
    color: #999;
    font-size: 12px;
    line-height: 1.25;
    position:absolute; bottom:3px; left: 10px;
}

#banner2 p
{
    width: 720px;
    margin: 0;
    padding: 5px;
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    position:absolute; top: 60px; left: 10px;
    font-family: "ヒラギノ角ゴ8","HGS創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";
}

/* ヘッダーその他 */

#banner-description { display: none; }

#search-banner {
    position: relative;
    margin: 0 5px;
    width: 950px;
    height: 180px;
    background: url(img/sr.gif)  no-repeat;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    text-align: left;
}
#sb-header
{
    margin: 0;
    color: #fff;
    font-size: 26px;
    font-weight: normal;
    line-height: 1.25;
    position:absolute; bottom: 10px; left:10px;
    font-family: "ヒラギノ角ゴ8","HGS創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";
}

#search-banner p a
{
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    position:absolute; bottom: 10px; right: 10px;
    font-family: "ヒラギノ角ゴ8","HGS創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";
}

/* グローバルナビゲーション */

#navi
{
    width: 950px;
    height: 35px;
    margin: 0 5px;
    padding: 0;
    background: url(img/nlbg.gif) ;
}

#navi ul
{
    height: 35px;
    list-style: none;
    margin: 0;
    padding: 0 0 0 10px;
    text-align: center;
    background: url(img/nlbg.gif) ;
}
#navi li
{
    width: 186px;
    margin: 0;
    padding: 0;
    float: left;
    background: url(img/nli.gif) no-repeat ;
}

#navi li a
{
    width: 186px;
    background: url(img/nli.gif) no-repeat ;
    display: block;
    font-size: 12px;
    line-height: 14px;
    margin: 0;
    padding: 13px 0 8px 0;
    text-decoration: none;
    float: left;
    color: #fff;
}

#navi li a:hover
{
    background: url(img/nlih.gif) no-repeat ;
    color: #ff6600;
}

/* メインコンテンツ全体 基本レイアウト*/

#pagebody
{
    position: relative;
    width: 950px;
    _width: 960px;
    margin: 0 0;
    padding:0 5px;
    text-align: center;
}

/* メインコンテンツ基本レイアウト（記事部分） */

#main
{
    display: inline; /* ie win bugfix */
    position: relative;
    float: right;
    min-height: 1px;
    text-align: left;
    width: 930px; 
    margin:10px 10px 0 0;
    background: #fff;
}

#search-main
{
    display: inline; /* ie win bugfix */
    position: relative;
    float: right;
    min-height: 1px;
    text-align: left;
    width: 750px; 
    margin: 0;
    background: #fff;
}

/* メインコンテンツ基本レイアウト（サイドメニュー） */

#menu
{ 
    display: inline; /* ie win bugfix */
    position: relative;
    float: left;
    min-height: 1px;
    text-align: left;
    width: 200px;
}

#menu .pkg {
    position: static;
    display: block;
    clear: both;
    padding: 0;
    margin-left:10px;
    margin-top:20px;
}


/* 記事部分レイアウト */

/* サイト説明 */

.description
{
    position: relative;
    width: auto;
    font-size: 1em;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

.description h2
{
    font-size: 1.5em;
}

/* 記事部分見出し */

.header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;
    margin: 10px 0 5px;
    height: 32px;
    line-height: 1.25;
    padding: 7px 0 0 35px;
    font-size: 1.1em;
    font-weight: bold;
    clear: both;
    background: url(img/h_web.gif) no-repeat;
    border-top: 1px dotted #8bbde4;
    border-bottom: 1px dotted #8bbde4;
    color: #fff;
}

.header2 {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;
    margin: 15px 0 5px;
    height: 32px;
    line-height: 1.25;
    padding: 8px 0 0 40px;
    font-size: 1.1em;
    font-weight: bold;
    clear: both;
    background: url(img/h2_web.gif) no-repeat;
    color: #003366;
}

/* 記事部分コンテンツ */

.entry
{
    line-height: 1.5;
    margin: 0;
    padding: 10px;
    border: 5px solid #add8e6;
}

.entry2
{
    line-height: 1.5;
    margin: 0;
    padding: 10px;
    background: #f0f8ff;
    border: 1px solid #add8e6;
}

.more{ text-align: right; }

.entry-header {
    margin-top: 10px;
    padding: 0 0 0 5px;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    background: #f5f5f5;
    border-left: 5px solid #999;
}

.header a, .entry-header a { text-decoration: none; }

.entry-footer,
{
    margin: 5px 10px 0 0;
    border-top: 1px dotted #ccc;
    padding: 5px 0;
    color: #999;
    font-size: 10px;
    text-align: right;
}

.bread { margin: 7px 0 5px 5px; text-align: left; }
.f-navi { margin: 5px 0; text-align: center; clear: both; }
.gotop { margin-top: 30px; text-align: right; clear: both;}
.img { float: left; margin: 0 5px 0 0; text-align: center; }
.tb-info{ text-align: center;}
.center { text-align: center; }

dl { margin: 0; padding: 0; }

dt {
    margin: 0;
    padding: 0;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.25;
}

dd {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
    line-height: 1.25;
}

/* ボックス部分 */

.boxheader {
    margin: 0 0 5px;
    padding: 0 0 5px 28px;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.5;
    border-bottom: 1px solid #8bbde4;
    background: url(img/bh.gif) no-repeat;
}

.box
{
    width: auto; 
    margin: 5px 0;
    padding: 5px 0;
    background: #f5f5f5;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
}

.box li
{
    width: auto; 
    margin: 0;
    padding: 5px 0 5px 25px;
    font-size: 12px;
    border-bottom: 1px dotted #ccc;
    background: url(img/bli.gif) left no-repeat;
}

.box2
{
    width: auto; 
    margin: 5px 0;
    padding: 5px;
    border: 1px dotted #ccc;
}
.box3
{
    width: auto; 
    margin: 15px;
    padding: 10px;
    background: url(img/box3.gif)  no-repeat;
    border-top: 2px solid #8bbde4;
    border-bottom: 2px solid #8bbde4;
    border-left: 1px dotted #8bbde4;
    border-right: 1px dotted #8bbde4;
}
.box3 dl
{
   margin: 0;
   padding: 0;
}

.box li, .box3 dt
{
    width: auto; 
    margin: 0;
    padding: 5px 0 5px 25px;
    font-size: 12px;
    background: url(img/bli.gif) left no-repeat;
}

/* フッター */

#footer
{
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 958px; 
    height: 50px;
    text-align: center;
    font-size: 0.8em;
    clear: both;
    line-height: 50px;
    background: url(img/footer.gif) bottom no-repeat;
    color: #fff;
}

#footer-navi
{ 
    width: 950px;
    height: 25px;
    font-size: 1em;
    text-align: center;
    line-height: 25px;
    clear: both;
    color: #666;
}

#footer-navi a { color: #666; }

/* サイドメニュー内部 */

.listlabel { display: none; }

.search {
    position: relative;
    width: 190px;
    height: 85px;
    margin: 10px 0;
    font-size: 12px;
    padding: 0;
    background: url(img/search.gif) no-repeat;
}

#side-search
{
    position:absolute; top: 50px; left: 10px;
}

.module-content ul
{
   margin: 0;
   padding: 0;
   list-style: none;
}

.module-content li
{
    width: 190px; 
    background: url(img/li.gif) ;
    display: block;
    line-height: 20px;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    text-decoration: none;
    color: #666;
    border-bottom: 1px solid #666;
}

.module-content li a
{
    _width: 190px; 
    background: url(img/li.gif) ;
    display: block;
    font-size: 0.9em;
    line-height: 1.5;
    margin: 0;
    padding: 7px 3px 7px 22px;
    letter-spacing: 0;
    text-decoration: none;
    color: #666;
}

.module-content li a:hover
{
    background: url(img/lih.gif) ;
    color: #ff6600;
}

.module-content li.listlabel, .listlabel
{
    width: 190px;
    height: 30px;
    color: #fff;
    background: url(img/ah.gif) ;
    line-height: 30px;
    margin: 0px;
    text-indent: 10px;
    font-size: 1em;
    font-weight: bold;
    display: block; 
}

.module-content li.listlabel a,.listlabel a
{
    width: 190px; 
    height: 30px;
    color: #fff;
    background: url(img/ah.gif) ;
    line-height: 30px;
    margin: 0;
    padding: 0;
    font-size: 1em;
    font-weight: bold;
    display: block; 
}

.module-content li.listlabel a:hover, .listlabel a:hover
{
    width: 190px;
    height: 30px;
    color: #fff;
    background: url(img/ahh.gif) ;
    line-height: 30px;
    margin: 0px;
    font-size: 1em;
    font-weight: bold;
    display: block; 
}

 
