/* 基本レイアウト */

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

/* 見出し */

h1, h2, h3, h4, h5, h6
{
    margin: 0;
    font-weight: normal;
    font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W7";
}


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

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


/* リンク色（ナビゲーション） */

#navi a { color: #ccc; text-decoration: none; }
#navi a:hover { color: #ff9900; }


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


body
{
    text-align: center;
    margin: 0 auto;
    padding: 0;
    font-size: 0.9em;
    color: #333;
    background: #db4914 ;
    line-height: 1.5;
    font-family: "ＭＳ Ｐゴシック";
    position: relative;
    background: url(img/head2.jpg) no-repeat center top #fff;
}

body.index
{
    text-align: center;
    margin: 0 auto;
    padding: 0;
    font-size: 0.9em;
    color: #000;
    background: #db4914 ;
    line-height: 1.5;
    font-family: "ＭＳ Ｐゴシック";
    position: relative;
    background: url(img/head.jpg) no-repeat center top #fff;
}

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


#header
{
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 1000px;
    height: 250px;
    text-align: left;
    background: url(img/head2.png) no-repeat top center;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.index #header
{
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 1000px;
    height: 490px;
    text-align: left;
    background: url(img/head.png) no-repeat top center;
}

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

#header h1
{
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.25;
    position:absolute; top: 10px; right: 10px;
    font-family: "ＭＳ Ｐゴシック";
    color: #666;
    text-align: right;
}

#header p
{
    margin: 0;
    padding: 0;
    font-size: 11px;
    line-height: 1.25;
    color: #666;
}


#logo a
{
    display: block;
    margin: 0;
    padding: 0;
    width: 172px;
    height: 112px;
    position:absolute; top: 0px; left: 35px;
}

#logo a span,#home a span {display: none}

#home a
{
    display: block;
    margin: 0;
    padding: 0;
    width: 105px;
    height: 105px;
    position:absolute; top: 0px; right: 20px;
}

#navi
{
    position: relative;
    width: 1000px;
    margin: 0;
    padding: 0;
    height: 65px;
    line-height: 65px;
    text-align: center;
    position:absolute; top: 186px; left: 0px;
}

 #navi p
{
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

#navi p a span
{
    display: none;
}

#navi p a
{
    position: relative;
    display: block;
    width: 200px;
    height: 65px;
    margin: 0px;
    padding: 0;
    text-align: center;
    float: left;
    color: #999;
    letter-spacing: 0.5em;
}

#navi p a.cat1:hover, .cat01 a.cat1
 {
    background: url(img/head2h.png) no-repeat -0px -186px;
}

#navi p a.cat2:hover, .cat02 a.cat2
 {
    background: url(img/head2h.png) no-repeat -200px -186px;
}

#navi p a.cat3:hover, .cat03 a.cat3
 {
    background: url(img/head2h.png) no-repeat -400px -186px;
}

#navi p a.cat4:hover, .cat04 a.cat4
 {
    background: url(img/head2h.png) no-repeat -600px -186px;
}

#navi p a.cat5:hover, .cat05 a.cat5
 {
    background: url(img/head2h.png) no-repeat -800px -186px;
}

/* ナビゲーション　トップページ */

body.index #navi
{
    position: relative;
    width: 1000px;
    margin: 0;
    padding: 0;
    height: 65px;
    line-height: 65px;
    text-align: center;
    position:absolute; top: 428px; left: 0px;
}

body.index #navi p
{
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

body.index #navi p a span
{
    display: none;
}

body.index #navi p a
{
    position: relative;
    display: block;
    width: 200px;
    height: 65px;
    margin: 0;
    padding: 0;
    line-height: 55px;
    text-align: center;
    float: left;
    color: #999;
    letter-spacing: 0.5em;
}

body.index #navi p a.cat1:hover
 {
    background: url(img/headh.png) no-repeat -0px -428px;
}

body.index #navi p a.cat2:hover
 {
    background: url(img/headh.png) no-repeat -200px -428px;
}

body.index #navi p a.cat3:hover
 {
    background: url(img/headh.png) no-repeat -400px -428px;
}

body.index #navi p a.cat4:hover
 {
    background: url(img/headh.png) no-repeat -600px -428px;
}

body.index #navi p a.cat5:hover
 {
    background: url(img/headh.png) no-repeat -800px -428px;
}

#banner
{
    position: relative;
    margin: 0 auto;
    padding: 0;
    height: 350px;
}

#banner div
{
    margin: 0 auto;
    width: 860px;
    height: 350px;
    background: url(img/banner.png) no-repeat center #000;
}

#banner div span
{
    display: none;
}

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

#container
{
    position: relative;
    width: 1000px;
    margin: 0 auto 0;
    padding: 1px 0;
    text-align: center;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #fff;
}

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


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

#main
{
    position: relative;
    min-height: 1px;
    text-align: left;
    width: 960px;
    margin: 15px auto;
    padding: 0;
    border-left: none;
}



/* 記事部分見出し */

.header
{
    /* ie win (5, 5.5, 6) bugfix */
    width: auto;
    margin: 20px 0 20px 10px;
    line-height: 1.5;
    padding: 30px 5px 30px 20px;
    font-size: 1.6em;
    font-weight: normal; 
    font-family: "メイリオ","HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ8","ヒラギノ角ゴ Pro W7";
    text-align: left;
    clear: both;
    color: #333;
    border-left: 3px solid #666;
    letter-spacing: 0.5em;
}

.header2
{
    /* ie win (5, 5.5, 6) bugfix */
    width: auto;
    _width: 100%;
    margin: 25px 0 5px 10px;
    line-height: 1.25;
    padding: 10px 0;
    font-size: 1.2em;
    font-weight: normal; 
    font-family: "メイリオ","HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ8","ヒラギノ角ゴ Pro W7";
    text-align: left;
    clear: both;
    border-bottom: 1px dotted #333;
}

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

#main p
{
    margin: 15px 0;
    padding: 0;
}

.entry
{
 line-height: 1.5;
 margin: 15px 25px 20px;
 padding: 0; 
 text-align:left;
}

.more
{
 text-align: right;
 }

#main p.bread
{
 text-align: left; 
 margin:10px;
 background: #f5f5f5;
 padding: 2px 10px;
 font-size: 0.9em;
 }

/* フッター */

#footer
{
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 100px;
    text-align: right;
    font-size: 0.9em;
    clear: both;
    background: url(img/foot.gif) no-repeat bottom;
}

#footer p { margin: 0; padding: 0; }



.copy
{ 
    margin: 0;
    padding: 0;
    font-size: 1em;
    color: #999;
    position:absolute; bottom: 15px; left: 20px;
}

.f-navi
{
    padding: 0px;
    font-size: 0.95em;
    position:absolute; top: 20px; left: 10px;
}

.f-navi a
{
    color: #666;
    text-decoration: none;
}

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

#side ul
{
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
}

#side li
{
    width: 200px; 
    display: block;
    line-height: 20px;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    text-decoration: none;
    color: #666;
    border-bottom: 1px solid #ccc;
}

#side li a
{
    width: auto; 
    _width: 100%; 
    font-size: 0.9em;
    padding: 40px 3px 40px 10px;
    color: #666;
    display: block;
    line-height: 1.5;
    margin: 2px 0;
    border-left: 5px solid #dcdcdc;
    text-decoration: none;
}

#side li a:hover
{
    border-left: 5px solid #990000;
    color: #990000;
}

.sidetitle
{
    width: auto;
    height: 15px;
    margin: 5px 0;
    padding: 5px 0 5px 5px;
    text-align: left;
    font-size: 1em;
    line-height: 1.25;
    display: block; 
    border-bottom: 2px solid #990000;
}


/* その他パーツ */

.box
{
    position: relative;
    width: auto;
    _width: 100%;
    line-height: 1.5;
    margin: 0 0 5px;
    padding: 0 15px;
    font-size: 0.9em;
    border: 1px solid #dcdcdc;
}

.first
{
    width: 330px;
    height: 300px;
    margin: 0px;
    padding: 10px;
    background: #464646;
    border: 3px solid #686868;
    float: right;
}

.news
{
    width: 100%;
    margin: 10px 0;
    padding: 10px 0;
    border: 1px solid #eee;
}

.news ul
{
    margin: 10px;
    padding: 0;
    list-style: none;
}

.news li
{
    margin: 0;
    padding: 0 0 5px;
    letter-spacing: 0;
}

.click a
{
    position:absolute; bottom: 5px; right: 5px;
    min-height: 30px;
    _height: 30px;
    margin: 0;
    padding: 0 25px 0 0;
    background: url(img/go.gif) no-repeat right top;
}

.click a:hover
{
    background: url(img/goh.gif) no-repeat right top;
}

.entry-archive .gotop, .mt-archive-index .gotop
{
    width: auto;
    _width: 730px;
    margin: 0;
    height: 60px;
    line-height: 60px;
    padding: 0 40px 0 0;
    _padding: 0 20px 0 0;
    font-weight: normal; 
    text-align: right;
    clear: both;
    color: #fff;
    background: url(img/ef.png) no-repeat bottom left;
}
.adr
{
    margin: 0;
    padding: 0;
    width: 500px;
    min-height: 500px;
}

#side p
{
    margin: 10px 0;
    padding: 0;
}

.center { text-align: center; }

.b
{
    font-family: "メイリオ,HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W7";
    font-weight: bold; 
    font-size: 1.2em;
}
.bb
{
    font-family: "メイリオ,HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W7";
    font-weight: bold; 
    font-size: 1.4em;
}
.img { margin: 0 10px 10px; float: left; }
.imgr { margin: 0 5px 10px; float: right; }
.imgt { margin: 5px 5px 10px 10px; float: left; }
.line { border-top: 1px dashed #ccc; clear: both; margin: 0 5px; font-size: 5px;}
img { border: none; }

table
{
    font-size: 0.9em;
    margin: 10px;
    padding: 5px;
    width: 600px;
}
td { padding: 5px 10px; border: 1px solid #ccc;}

.ss {
font-size:0.8em;
margin: 10px;
border:2px solid #f0f0f0;
height:90px;
width:280px;
float:left;
text-align:center
}

.ss img {margin-top: 15px}

.survice
{ 
    position: relative;
    min-height: 1px;
    text-align: left;
    padding: 0;
    margin: 0 20px;
    clear:both;
}

.cont1
{ 
    position: relative;
    min-height: 1px;
    text-align: left;
    width: 840px;
    padding: 0;
    margin: 0 auto;
    clear:both;
}

.cont1 ul
{ 
    padding: 0 15px;
    margin: 0 auto;
}
.cont1 li
{ 
    padding: 0;
    margin: 3px auto;
}

.cont2
{ 
    position: relative;
    float: right;
    min-height: 1px;
    text-align: left;
    width: 300px;
    padding: 0;
    margin: 0px;
    text-align: left;
}

.ss a, .ss img a
{ 
    text-decoration: none;
    padding: 0;
}

.rsstc   { font-size: 12px; background-color: #f5f5f5; margin: 0; padding: 0 }
.rsstc a { color: #0000ff;}
.rsstc em  { font-style: normal; margin-left: 10px; padding: 0 }
.rsstc ul   { background-color: #fdfdfd; margin: 0; padding: 5px ;border: solid 2px #f5f5f5 }
.rsstc li   { list-style-type: none; padding-top: 2px; padding-bottom: 2px; padding-left: 5px; border-bottom: 1px dashed #f5f5f5 }


/* 文字色 */

.red { color: #cc0000; } /* 赤 */ 
.blue { color: #003399; } /* 青 */ 
.green { color: #339900; } /* 緑 */ 
.orange { color: #ff9900; } /* オレンジ */ 

