@charset "UTF-8";
/* CSS Document */

/* 基本レイアウト */

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

/* 見出し */

h1, h2, h3,{ font-weight: bold; margin: 5px 0; }

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

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

.s a { color: #333; text-decoration: underline; }

/* 表示補助 */

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


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

body {
    min-width: 900px;
    text-align: center; /* center on ie */
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: 1.5em;
    color: #000;
}

#container1
{
    position: relative;
    width: 900px;
    height: auto;
    margin: 0 auto 0;
    padding: 1px 0;
    text-align: center;
    background-image: url(img/bbg.gif);
}

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

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

#banner {
    position: relative;
    width: 900px;
    height: 220px;
    margin: 20px auto 0;
    padding: 0;
    text-align: center;
    background: url(img/title.jpg) no-repeat top;
}

#pagebody
{
    position: relative;
    margin: 0;
    padding: 0;
    text-align: center;
}

/* コンテンツ（レター部分） */

.main
{
    width: 840px;
    position: static;
    display: block;
    clear: both;
    margin: 0 auto;
    padding: 0;
    text-align: left;

}

.contents
{
    background-image: url(img/note.gif);
    margin: 0 0 20px;
}

.contents p
{
    margin: 30px 0 0;
    line-height: 30px;
}


/* 見出し */

.header {
    margin: 0px;
    padding: 5px 0;
    color: #1949b7;
    font-size: 1.8em;
    font-weight: normal;
    line-height: 1.25;
    text-align: center;
    font-family:  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    clear: both;
}

.box .header, .bullet2 .header {
    margin: 10px 0 10px;
}

.sh {
    margin: 0;
    padding: 20px 0;
    color: #c40000;
    font-size: 1.6em;
    font-weight: normal;
    line-height: 1.25;
    text-align: center;
    font-family:  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    clear: both;
}



/* 画像 */

.img { float: left; margin: 10px 10px 0 0; }
.imgr { float: right; margin-left: 5px; }


/* 文字制御 */

.right { text-align: right; } /* 左寄せ */
.center { text-align: center; } /* 右寄せ */


/* フッター */

#footer
{
    position: relative;
    width: 900px; 
    height: 230px;
    margin: 0px auto 0;
    padding: 0;
    text-align: center;
    background: url(img/foot.jpg) no-repeat bottom;
}


#footer p
{
    margin: 0;
    padding: 20px 0 0 0;
    line-height: 1.25;
   text-align: center;
}


.foot
{
   margin: 0;
   text-align: center;
}




.box
{
   margin: 30px 10px;
   border: 3px solid #a0895c;
   background-color: #fff;
   padding: 15px 15px 10px;
   clear: both;
   line-height: 1.25;
}



.box2
{
   margin: 30px 10px 20px;
   border: 1px solid #ccc;
   background-color: #fff;
   padding: 10px 10px 5px;
   clear: both;
   line-height: 1.3;
}
.box2 p
{
    margin: 10px;
    font-size: 0.9em;
}



.box p.bbb {margin:10px 0 20px}

/* 文字装飾 */

.red { color: #cc0000;}
.bb, .boxname /* 大・太字 */
{
    font-size: 1.2em;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.b /* 太字 */
{
    font-weight: bold;
}


.none { display:none; }
table {margin:10px 0 0}