@charset "UTF-8";
/*==============================================================================
	全体
==============================================================================*/
* {
        margin: 0;                                                         /* 領域間のスペースを「0」に指定 */
        padding: 0;                                                        /* 領域内のスペースを「0」に指定 */
}
body {
        background-image:url('../images/pe07_bg.gif');                     /* 背景画像の指定 */
        background-attachment: fixed;                                      /* 背景画像の「固定」 */
        font-family: sans-serif;                                           /* フォントの種類を「sans-serif」に指定 */
        text-align: center;                                                /* 横に「中央揃え」 */
}
/*==============================================================================
	タイトルロゴ
==============================================================================*/
h1 {
        margin: 23px auto 13px auto;                                       /* 上(領域間)に「23px」、下(領域間)に「13px」のスペースを空ける */
        line-height: 0;                                                    /* 行の高さを「0」に指定 */
}
/*==============================================================================
	画像
==============================================================================*/
img {
        max-width: 100%;                                                   /* 画像の幅の最大値を「100%」に制限 */
        height: auto;                                                      /* 高さを「auto」に指定 */
}
/*==============================================================================
	Sodom 3
==============================================================================*/
h2 {
        margin: auto auto 40px auto;                                       /* 下(領域間)に「40px」のスペースを空ける */
        line-height: 0;                                                    /* 行の高さを「0」に指定 */
}
/*==============================================================================
	NPCについて
==============================================================================*/
dfn {
        font-style: normal;                                                /* フォントを「標準」フォントで表示 */
}
/*==============================================================================
	中ボスNPC & 大ボスNPC
==============================================================================*/
h3 {
        margin: 40px auto auto auto;                                       /* 上(領域間)に「40px」のスペースを空ける */
        line-height: 0;                                                    /* 行の高さを「0」に指定 */
}
table {
        border: outset thin gray;                                          /* ボーダーのスタイルを「outset」、太さを「thin」、色を「gray」に指定 */
        border-spacing: 2px;                                               /* セルのボーダーの間隔を「2px」に指定 */
        max-width: 100%;                                                   /* テーブルの幅の最大値を「100%」に制限 */
        line-height: 0;                                                    /* 行の高さを「0」に指定 */
}
#middle {
        margin: 15px auto auto auto;                                       /* 上(領域間)に「15px」のスペースを空ける */
}
th {
        border: inset thin gray;                                           /* ボーダーのスタイルを「inset」、太さを「thin」、色を「gray」に指定 */
        line-height: normal;                                               /* 行の高さを「normal」に指定 */
}
#looks_m {
        width: 117px;                                                      /* 幅を「117px」に指定 */
        height: 26px;                                                      /* 高さを「26px」に指定 */
}
#name_m {
        width: 148px;                                                      /* 幅を「148px」に指定 */
}
#lv_m {
        width: 33px;                                                       /* 幅を「33px」に指定 */
}
#hp_m {
        width: 26px;                                                       /* 幅を「26px」に指定 */
}
#ap_m {
        width: 27px;                                                       /* 幅を「27px」に指定 */
}
#dp_m {
        width: 28px;                                                       /* 幅を「28px」に指定 */
}
#habitat_m {
        width: 63px;                                                       /* 幅を「63px」に指定 */
}
#drop_m {
        width: 268px;                                                      /* 幅を「268px」に指定 */
}
tbody {
        line-height: normal;                                               /* 行の高さを「normal」に指定 */
}
td {
        border: inset thin gray;                                           /* ボーダーのスタイルを「inset」、太さを「thin」、色を「gray」に指定 */
}
#general {
        height: 92px;                                                      /* 高さを「92px」に指定 */
        line-height: 0;                                                    /* 行の高さを「0」に指定 */
}
#stone {
        height: 242px;                                                     /* 高さを「242px」に指定 */
        line-height: 0;                                                    /* 行の高さを「0」に指定 */
}
#poison {
        height: 242px;                                                     /* 高さを「242px」に指定 */
        line-height: 0;                                                    /* 行の高さを「0」に指定 */
}
#fire {
        height: 218px;                                                     /* 高さを「218px」に指定 */
        line-height: 0;                                                    /* 行の高さを「0」に指定 */
}
#big {
        margin: 11px auto 40px auto;                                       /* 上(領域間)に「11px」、下(領域間)に「40px」のスペースを空ける */
}
#looks {
        width: 34px;                                                       /* 幅を「34px」に指定 */
        height: 26px;                                                      /* 高さを「26px」に指定 */
}
#name {
        width: 57px;                                                       /* 幅を「57px」に指定 */
}
#lv {
        width: 29px;                                                       /* 幅を「29px」に指定 */
}
#hp {
        width: 28px;                                                       /* 幅を「28px」に指定 */
}
#ap {
        width: 30px;                                                       /* 幅を「30px」に指定 */
}
#dp {
        width: 32px;                                                       /* 幅を「32px」に指定 */
}
#habitat {
        width: 60px;                                                       /* 幅を「60px」に指定 */
}
#drop {
        width: 261px;                                                      /* 幅を「261px」に指定 */
}
#blood {
        height: 410px;                                                     /* 高さを「410px」に指定 */
        line-height: 0;                                                    /* 行の高さを「0」に指定 */
}
/*==============================================================================
	BACK
==============================================================================*/
#BACK {
        line-height: 0;                                                    /* 行の高さを「0」に指定 */
}
/*==============================================================================
	権利表記
==============================================================================*/
#C {
        font-size: 5px;                                                    /* フォントのサイズを「5px」に指定 */
}