@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;                                                /* 横に「中央揃え」 */
}
/*==============================================================================
	タイトルロゴ
==============================================================================*/
h1 {
        margin: 17px auto 24px auto;                                       /* 上(領域間)に「17px」、下(領域間)に「24px」のスペースを空ける */
        line-height: 0;                                                    /* 行の高さを「0」に指定 */
}
/*==============================================================================
	画像
==============================================================================*/
img {
        max-width: 100%;                                                   /* 画像の幅の最大値を「100%」に制限 */
        height: auto;                                                      /* 高さを「auto」に指定 */
}
/*==============================================================================
	区切り
==============================================================================*/
hr {
        width: 982px;                                                      /* 幅を「982px」に指定 */
        height: 2px;                                                       /* 高さを「2px」に指定 */
        max-width: 100%;                                                   /* 幅の最大値を「100%」に制限 */
        margin: auto;                                                      /* 領域間のスペースを「auto」に指定 */
}
/*==============================================================================
	スクリーンショットギャラリー
==============================================================================*/
table {
        border: outset thin gray;                                          /* ボーダーのスタイルを「outset」、太さを「thin」、色を「gray」に指定 */
        border-spacing: 2px;                                               /* セルのボーダーの間隔を「2px」に指定 */
        margin: 36px auto 38px auto;                                       /* 上(領域間)に「36px」、下(領域間)に「38px」のスペースを空ける */
        max-width: 100%;                                                   /* テーブルの幅の最大値を「100%」に制限 */
        font-size: 18px;                                                   /* フォントのサイズを「18px」に指定 */
        font-weight: bold;                                                 /* フォントの太さを「bold」に指定 */
        color: red;                                                        /* テキストの色を「red」に指定 */
}
/*==============================================================================
	スクリーンショットテキスト
==============================================================================*/
th {
        border: inset thin gray;                                           /* ボーダーのスタイルを「inset」、太さを「thin」、色を「gray」に指定 */
}
.TextLeft {
        width: 483px;                                                      /* 幅を「483px」に指定 */
        height: 35px;                                                      /* 高さを「35px」に指定 */
}
dfn {
        font-style: normal;                                                /* フォントを「標準」フォントで表示 */
}
.TextRight {
        width: 484px;                                                      /* 幅を「484px」に指定 */
}
/*==============================================================================
	スクリーンショット
==============================================================================*/
td {
        border: inset thin gray;                                           /* ボーダーのスタイルを「inset」、太さを「thin」、色を「gray」に指定 */
        line-height: 0;                                                    /* 行の高さを「0」に指定 */
}
.SS1 {
        height: 276px;                                                     /* 高さを「276px」に指定 */
}
/*==============================================================================
	スクリーンショットテキスト
==============================================================================*/
.Text1 {
        height: 36px;                                                      /* 高さを「36px」に指定 */
}
/*==============================================================================
	スクリーンショット
==============================================================================*/
.SS2 {
        height: 277px;                                                     /* 高さを「277px」に指定 */
}
/*==============================================================================
	スクリーンショットテキスト
==============================================================================*/
.Text2 {
        height: 35px;                                                      /* 高さを「35px」に指定 */
}
/*==============================================================================
	フッター
==============================================================================*/
footer {
        margin: 27px auto auto auto;                                       /* 上(領域間)に「27px」のスペースを空ける */
}
/*==============================================================================
	TOP
==============================================================================*/
#TOP {
        line-height: 0;                                                    /* 行の高さを「0」に指定 */
}