@charset "UTF-8";
/*==============================================================================
	全体
==============================================================================*/
* {
        margin: 0;                                                         /* 領域間のスペースを「0」に指定*/
        padding: 0;                                                        /* 領域内のスペースを「0」に指定*/
}
body {
        background-image:url('../images/a016bcg.gif');                     /* 背景画像の指定*/
        font-family: sans-serif;                                           /* フォントの種類を「sans-serif」に指定*/
        text-align: center;                                                /* 横に「中央揃え」*/
}
/*==============================================================================
	SS
==============================================================================*/
#SS {
        margin: 24px auto 37px auto;                                       /* 上(領域間)に「24px」、下(領域間)に「37px」のスペースを空ける*/
        line-height: 0;                                                    /* 行の高さを「0」に指定*/
}
/*==============================================================================
	画像
==============================================================================*/
img {
        max-width: 100%;                                                   /* 画像の幅の最大値を「100%」に制限*/
        height: auto;                                                      /* 高さを「auto」に指定*/
}
/*==============================================================================
	コメント
==============================================================================*/
#Text {
        color: red;                                                        /* テキストの色を「red」に指定*/
        font-size: 18px;                                                   /* フォントのサイズを「18px」に指定*/
        font-weight: bold;                                                 /* フォントの太さを「bold」に指定*/
}
dfn {
        font-style: normal;                                                /* フォントを「標準」フォントで表示 */
}
/*==============================================================================
	区切り
==============================================================================*/
hr {
        width: 982px;                                                      /* 幅を「982px」に指定*/
        height: 2px;                                                       /* 高さを「2px」に指定*/
        max-width: 100%;                                                   /* 幅の最大値を「100%」に制限*/
        margin: 12px auto auto auto;                                       /* 上(領域間)に「12x」のスペースを空ける*/
}
/*==============================================================================
	BACK
==============================================================================*/
#BACK {
        margin: 10px auto auto auto;                                       /* 上(領域間)に「10px」のスペースを空ける*/
        line-height: 0;                                                    /* 行の高さを「0」に指定*/
}