/* 基本レイアウト */


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: #0000ff; text-decoration: underline; }
a:hover { color: #ff9900; }

#header a { color: #fff; text-decoration: none; }
#header a:hover { color: #fff; }

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


body {
    width: 820px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    font-size: 0.9em;
    color: #333;
    background: url(img/bg.gif) repeat-x #fff;
    line-height: 1.5;
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
    position: relative;
}


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


#header {
    position: relative;
    margin: 0 auto;
    padding: 0 10px;
    width: 780px;
    _width: 800px;
    height: 80px;
    text-align: left;
    background: url(img/head.gif) no-repeat center #fff ;
}


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


#header h1
{
    margin: 0;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.25;
    position:absolute; top: 32px; left: 90px;
    font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W7";
    color: #666;
}


#ss
{
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 1.25;
    position:absolute; top:5px; left: 10px;
    color: #666;
}


#banner {
    position: relative;
    margin: 0;
    padding: 0;
    width: 550px;
    height: 250px;
    background: url(img/bbg.gif) ;
}

#banner div {
    position: relative;
    margin: 0;
    padding: 20px 5px 10px 160px;
    _padding: 30px 10px 10px 160px;
    width: 385px;
    _width: 550px;
    height: 220px;
    _height: 200px;
    background: url(img/banner.jpg) ;
}

#banner h2 {
    width: 370px;
    color: #333;
    margin-bottom: 10px;
    font-size: 18px;
    position:absolute; top: 150px; left: 15px;
}

#banner p
{
    margin: 0 ;
    padding: 0;
    width: 360px;
    font-size: 14px;
    line-height: 1.25;
    font-weight: normal;
    font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W7";
    color: #333;
    text-align: left;
    letter-spacing: 0;
    background: none ;
    position:absolute; top: 180px; left: 15px;
}

h3 {
   /* ie win (5, 5.5, 6) bugfix */
    width: auto;
    _width: 100%;
    margin: 10px 0;
    line-height: 55px;
    padding: 0 5px 0 65px;
    font-size: 1.4em;
    font-weight: normal; 
    font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W7";
    text-align: left;
    clear: both;
    background: url(img/h.gif) no-repeat top right;
}

.kobetu{ background: url(img/h2.gif) no-repeat left;
padding: 2px 0 2px 25px;}

.kobetu2{ background: url(img/hh.gif) no-repeat left;
  font-size: 1.5em;
padding: 2px 0 2px 25px;}

.r1{ background: url(img/h1.gif) no-repeat left;
padding: 5px 0 2px 70px;}

.r2{ background: url(img/h2.gif) no-repeat left;
padding: 5px 0 2px 70px;}

.r3{ background: url(img/h3.gif) no-repeat left;
padding: 5px 0 2px 70px;}

.r4{ background: url(img/h4.gif) no-repeat left;
padding: 5px 0 2px 70px;}

.r5{ background: url(img/h5.gif) no-repeat left;
padding: 5px 0 2px 70px;}




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


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


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


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


#main
{
    display: inline; /* ie win bugfix */
    position: relative;
    float: right;
    min-height: 1px;
    text-align: left;
    width: 550px;
    _width: 570px;
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #ccc;
}

.index #main
{
    display: inline; /* ie win bugfix */
    position: relative;
    float: right;
    min-height: 1px;
    text-align: left;
    width: 570px;
    margin: 10px 0;
    padding: 0px;
    border: none;
}

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

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

#side
{ 
    display: inline; /* ie win bugfix */
    position: relative;
    float: left;
    min-height: 1px;
    text-align: left;
    width: 200px;
    padding: 0;
    margin: 10px 0 0;
    background: url(img/2.jpg)  no-repeat left ;
}


/* 記事部分見出し */


.header {
    /* ie win (5, 5.5, 6) bugfix */
    width: auto;
    _width: 100%;
    margin: 10px 0;
    line-height: 110px;
    padding: 0 5px 0 70px;
    font-size: 1.6em;
    font-weight: normal; 
    font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W7";
    text-align: left;
    clear: both;
    color: #065ba1;
    background: url(img/h.gif) no-repeat top left;
}

.header1 {
    /* ie win (5, 5.5, 6) bugfix */
    margin: 0;
    line-height: 40px;
    padding: 20px 5px 10px 10px;
    font-size: 1.6em;
    font-weight: normal; 
    font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W7";
    text-align: left;
    clear: both;
    border-left: 5px solid #84b001;
    background: url(img/hm.gif) no-repeat top right;
    letter-spacing: 0.4em;
}


.header2 {
    /* ie win (5, 5.5, 6) bugfix */
    width: auto;
    _width: 550px;
    margin: 10px 0;
    line-height: 40px;
    padding: 0 5px 0 15px;
    font-size: 1.3em;
    font-weight: normal; 
 color: #ffffff;
    font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W7";
    text-align: left;
    clear: both;
    background: url(img/h.gif) no-repeat left;
}

.header2a {
    /* ie win (5, 5.5, 6) bugfix */
    width: auto;
    _width: 550px;
    margin: 10px 0;
    line-height: 40px;
    padding: 0 5px 0 15px;
    font-size: 1.3em;
    font-weight: normal; 
    font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W7";
    text-align: left;
    clear: both;
 color: #fff;
    background: url(img/hh2.gif) no-repeat left;
}

.header22 {
    /* ie win (5, 5.5, 6) bugfix */
    width: auto;
    _width: 500px;
    margin: 10px 0;
    line-height: 62px;
    padding: 0 5px 0 75px;
 color: #fff;
    font-size: 1.5em;
    font-weight: normal; 
       font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W7";
    text-align: left;
    clear: both;
    background: url(img/h2top.gif) no-repeat left;
}

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


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

.entry
{
 line-height: 1.5;
 margin: 10px;
 padding-bottom: 10px; 
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
 border-bottom: 1px dotted #dcdcdc;
}

.entry1
{
 min-height: 150px;
 _height: 150px;
 _width: 100%;
 margin: 2px 0 10px 0;
 border: 1px dotted #333333;
 background: #F8F8F8;
 min-height: 75px;
 padding: 10px;
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
}

.entry1 .img {margin: 10px 20px 15px 10px; border: 1px solid #ccc;}


.entry3
{
 min-height: 150px;
 _height: 150px;
 _width: 100%;
 margin: 2px 0 10px 0;
 border: 1px dotted #333333;
 background: #F8F8F8;
 min-height: 230px;
 padding: 10px;
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
}

.entry3 .img {margin: 10px 20px 15px 10px; border: 1px solid #ccc;}

.content
{
 line-height: 1.5;
 margin: 5px 0;
 padding:  0 0  5px 5px; 
 border-bottom: 1px dotted #dcdcdc;
 font-size: 0.9em;
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
}

.entry1 p.more
{
 text-align: right;
 background: url(img/more.gif) no-repeat right;
 line-height: 30px;
 padding-right: 35px;
 margin: 0 0px 5px 0 ;
 }

.entry2 p {
font-size: 14px;
padding-top: 4px;
padding-bottom: 6px;
background: url(img/note.gif) #fff;
margin-right: 10px;
margin-left: 10px;
margin-top: 0px;
margin-bottom: 17px;
line-height: 28px;
padding-left: 5px;
padding-right: 5px;
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
}



/* フッター */


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


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

.copy
{ 
    margin: 0;
 padding: 30px 0 0;
    color: #666;
    font-size: 0.9em;
}

.f-navi
{
 text-align: center;
 padding: 10px;
}

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


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


#side li
{
    width: 200px; 
    display: block;
    line-height: 20px;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    text-decoration: none;
 font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W7";
    color: #666;
    border-bottom: 1px solid #ccc;
}


#side li a
{
    width: auto; 
    _width: 100%; 
    font-size: 1.0em;
    padding: 8px 3px 8px 10px;
    color: #666;
    display: block;
    line-height: 1.5;
    margin: 2px 0 1px;
    text-decoration: none;
 font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W7";
    border-left: 5px solid #ccc;
    background: url(img/li.gif) ;
}


#side li a:hover
{
    color: #cc0000;
    border-left: 5px solid #ff9900;
    background: url(img/lih.gif) ;
}



#side li.sidetitle
{
    width: auto;
    height: 38px;
    margin: 10px 0 0 0;
    padding: 0;
    text-align: left;
    font-size: 1em;
    line-height: 36px;
    display: block; 
 font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W7";
    background: url(img/st.gif) no-repeat;
    border-left: none;
    text-indent: 10px;
    color: #fff;
}

#side li.sidetitle a
{
    width: auto;
    height: 38px;
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 1em;
    line-height: 36px;
    display: block; 
 font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W7";
    background: url(img/st.gif) no-repeat;
    border-left: none;
    text-indent: 10px;
  color: #fff;
}

#side li.sidetitle a:hover
{
    background: url(img/sth.gif) ;
    border-left: none;
}


.box
{
    position: relative;
    width: auto;
    _width: 100%;
    min-height: 190px;
    _height: 190px;
    line-height: 1.5;
    margin: 15px 10px;
    padding: 0;
    font-size: 0.9em;
    border: 1px solid #2d78b0;
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
    background: url(img/boxbg.gif) no-repeat right bottom #fff;
}

#main .box p
{
    border-bottom: 1px solid #2d78b0;
    margin: 0;
    padding: 3px 0 3px 5px;
    background: #82b4d0;
    color: #fff;
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
}

.box ul {
    margin: 10px 0 10px 25px;
    padding: 0;
    line-height: 2;
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
}


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


.gotop
{
    height: 18px;
    text-align: right;
    margin: 15px;
    padding: 0 20px 0 0;
    background: url(img/gotop.gif) no-repeat right;
    clear: both;
}


.adr
{
    margin: 0;
    padding: 0;
    width: 500px;
    min-height: 500px;
}


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


.center { text-align: center; }


.b {
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
    font-weight: normal; 
    font-size: 1.2em;
}

.widget
{
    margin: 0;
    padding: 10px 0;
}


.widget-center
{
    margin: 0;
    padding: 10px 0;
    text-align: center;
}


.img { margin: 0 10px 10px; float: left; }
.imgr { margin: 0 20px 0px; float: right; }
.imgt { margin: 5px 5px 10px 10px; float: left; }
.imgl { margin: 0; float: left; }
img { border: none; }

table {
    font-size: 1em;
    margin: 0;
    background: #ccc;
}
td { background: #fff;
    padding: 10px 10px;}

form
{
    width: auto;
    _width: 100%;
    margin: 10px 0 ;
    padding: 10px;
    font-size: 0.9em;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    background: #f8f8f8;
    clear: both;
    text-align: center;
}
.red { color: #cc0000; font-weight: bold;} /* 赤 */ 
.blue { color: #003399;font-weight: bold; } /* 青 */ 
.green { color: #339900; font-weight: bold;} /* 緑 */ 
.orange { color: #ff9900; font-weight: bold;} /* オレンジ */ 
.line { background: #ffff00; font-weight: bold;}
.kome { font-size: 12px; color: #cc0000; line-height: 1.25;}
.s { font-size: 12px; color: #333; line-height: 1.25; } 
.u { border-bottom: 1px solid ; } /* アンダーライン */
.btn { text-align: center; }
.btn a {
    display: block;
    height: 70px;
    width: 520px;
    margin: 0 auto 15px;
    background: url(img/btn1.gif) no-repeat #ff0000;
    text-decoration: none;
}

.btn a:hover {
    display: block;
    height: 70px;
    width: 520px;
    background: url(img/btn2.gif) no-repeat #ff9900;
}

.btn a span {
    display: block;
    line-height: 70px;
    width: 520px;
    font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W7";
    font-weight: normal; 
    font-size: 1.8em;
    text-align: center;
    color: #fff;
}

.go a {
    display: block;
    height: 210px;
    width: 570px;
    margin: 0 auto 15px;
    background: url(img/go1.gif) no-repeat;
    text-decoration: none;
}

.go a:hover {
    display: block;
    height: 210px;
    width: 570px;
    background: url(img/go2.gif) no-repeat;
}

.go a span {
    display: none;
}

.tk a {
    display: block;
    height: 120px;
    width: 200px;
    margin: 0 auto 15px;
    background: url(img/tk1.gif) no-repeat;
    text-decoration: none;
}

.tk a:hover {
    display: block;
    height: 120px;
    width: 200px;
    background: url(img/tk2.gif) no-repeat;
}

.tk a span {
    display: none;
}

.tk { text-align: center; }

#img1 { float: right; margin-left: 10px; }
#img2 { float: left; margin: 0 15px 0px 0; }
#img3 { float: left; margin: 0 15px 10px 0; }
