html{background: #f6f6f6;}

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

a img { border: 0; }
a { color: #0000ff; text-decoration: underline; }
a:hover { color: #ff6600; }
h1 a{    color: #fff; text-decoration: none;}

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

body {
    width: 820px;
    text-align: center; /* center on ie */
    margin: 0 auto;
    padding: 0;
    font-size: 15px;
    color: #333;
    line-height: 20px;
    background: url(b.jpg) no-repeat top #fff;
    }


#header
{
    width: 820px;
    height: 100px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    color: #fff;
    background: #003366;
}


/* コンテンツ */

#container
{
    width: 590px;
    margin: 0 auto;
    padding: 10px 5px 10px 10px;
    text-align: left;
    float: left;
}


p{
	margin: 5px 30px 10px;
    line-height: 30px;
    font-size: 15px;
	}





#side
{
    width: 200px;
    margin: 0 auto;
    padding: 25px 10px 10px 0;
    text-align: left;
    float: right;
}


#side ul
{
    margin: 0 0 20px 0;
    padding: 10px 5px;
    border: 1px solid #003366;
    list-style: none;
}


#side li
{
	margin: 5px 0 5px 0;


}



/* フッター */

#foot
{
    width: 820px;
    margin: 0;
    padding: 20px 0px 20px;
    text-align: center;
    background: #003366;
    clear: both;
}

#foot p
{
    margin: 0 20px 5px;
    padding: 0;
    font-size: 12px;
    color: #fff;
}


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




/* 見出し */

h1 {
    margin: 0px 20px;
    padding-top: 22px;
    text-align: left;
    font-size: 26px;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-weight: normal;
    line-height: 28px;
    color: #fff;
}




h2 {
    margin: 20px 10px 0 0;
    padding: 5px 5px 5px 10px;
    font-size: 18px;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-weight: normal;
    background: #f6f6f6;
    border-left: 10px solid #003366;
    }

h3 {
    margin: 5px 0 0;
    padding: 2px 0 2px 25px;
    color: #fff;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
    clear: both;
    font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";
    background: #003366;
}

h4 {
    margin: 10px 0;
    padding: 0;
    font-size: 1.1em;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
    border-bottom: 1px dotted #7e571e;
    font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";
    text-align: center;
    clear: both;
}







/* 文字装飾 */

.bbb /* 最大・太字 */
{
    color: #000;
    font-size: 1.4em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-weight: normal;
    padding: 0;
}

.bb /* 大・太字 */
{
    color: #000;
    font-size: 1.2em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-weight: normal;
}

.bbbr /* 最大・太字・赤 */
{
    color: #dc0000;
    font-size: 1.4em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-weight: normal;
}

.bbr /* 大・太字・赤 */
{
    color: #dc0000;
    font-size: 1.2em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-weight: normal;
}

.b { font-weight: bold; } /* 太字 */
.br { color: #dc0000; font-weight: bold; } /* 赤・太字 */

.line { background: #ffff00; }/* 背景マーカー処理 */
.u { border-bottom: 1px solid ; } /* アンダーライン */


/* 文字色 */

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

.kome { font-size: 12px; color: #cc0000; line-height: 1.25;} /* 赤小文字 */ 
.s { font-size: 12px; color: #333; line-height: 1.25; } /* 小文字 */ 
