@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 10px auto;                                       /* 上(領域間)に「23px」、下(領域間)に「10px」のスペースを空ける */
        line-height: 0;                                                    /* 行の高さを「0」に指定 */
}
/*==============================================================================
    	画像
==============================================================================*/
img {
        max-width: 100%;                                                   /* 画像の幅の最大値を「100%」に制限 */
        height: auto;                                                      /* 高さを「auto」に指定 */
}
/*==============================================================================
	Big Bear Valley
==============================================================================*/
h2 {
        margin: auto auto 43px auto;                                       /* 下(領域間)に「43px」のスペースを空ける */
        line-height: 0;                                                    /* 行の高さを「0」に指定 */
}
/*==============================================================================
	NPCについて
==============================================================================*/
dfn {
        font-style: normal;                                                /* フォントを「標準」フォントで表示 */
}
/*==============================================================================
	通常NPC & 中ボスNPC
==============================================================================*/
h3 {
        margin: 43px auto auto auto;                                       /* 上(領域間)に「43px」のスペースを空ける */
        line-height: 0;                                                    /* 行の高さを「0」に指定 */
}
table {
        border: outset thin gray;                                          /* ボーダーのスタイルを「outset」、太さを「thin」、色を「gray」に指定 */
        border-spacing: 2px;                                               /* セルのボーダーの間隔を「2px」に指定 */
        max-width: 100%;                                                   /* テーブルの幅の最大値を「100%」に制限 */
        line-height: 0;                                                    /* 行の高さを「0」に指定 */
}
#normal {
        margin: 16px auto auto auto;                                       /* 上(領域間)に「16px」のスペースを空ける */
}
th {
        border: inset thin gray;                                           /* ボーダーのスタイルを「inset」、太さを「thin」、色を「gray」に指定 */
        line-height: normal;                                               /* 行の高さを「normal」に指定 */
}
#looks {
        width: 175px;                                                      /* 幅を「175px」に指定 */
        height: 26px;                                                      /* 高さを「26px」に指定 */
}
#name {
        width: 127px;                                                      /* 幅を「127px」に指定 */
}
#lv {
        width: 27px;                                                       /* 幅を「27px」に指定 */
}
#hp {
        width: 32px;                                                       /* 幅を「32px」に指定 */
}
#ap {
        width: 25px;                                                       /* 幅を「25px」に指定 */
}
#dp {
        width: 26px;                                                       /* 幅を「26px」に指定 */
}
#habitat {
        width: 133px;                                                      /* 幅を「133px」に指定 */
}
#drop {
        width: 270px;                                                      /* 幅を「270px」に指定 */
}
#words {
        width: 447px;                                                      /* 幅を「447px」に指定 */
}
tbody {
        line-height: normal;                                               /* 行の高さを「normal」に指定 */
}
td {
        border: inset thin gray;                                           /* ボーダーのスタイルを「inset」、太さを「thin」、色を「gray」に指定 */
}
#pantera {
        height: 578px;                                                     /* 高さを「578px」に指定 */
        line-height: 0;                                                    /* 行の高さを「0」に指定 */
}
#selena {
        height: 554px;                                                     /* 高さを「554px」に指定 */
        line-height: 0;                                                    /* 行の高さを「0」に指定 */
}
#jhon {
        height: 482px;                                                     /* 高さを「482px」に指定 */
        line-height: 0;                                                    /* 行の高さを「0」に指定 */
}
#cryingbaby {
        height: 530px;                                                     /* 高さを「530px」に指定 */
        line-height: 0;                                                    /* 行の高さを「0」に指定 */
}
#buffalo {
        height: 290px;                                                     /* 高さを「290px」に指定 */
        line-height: 0;                                                    /* 行の高さを「0」に指定 */
}
#bigbear {
        height: 362px;                                                     /* 高さを「362px」に指定 */
        line-height: 0;                                                    /* 行の高さを「0」に指定 */
}
#middle {
        margin: 17px auto 43px auto;                                       /* 上(領域間)に「17px」、下(領域間)に「43px」のスペースを空ける */
}
#looks_m {
        width: 190px;                                                      /* 幅を「190px」に指定 */
        height: 26px;                                                      /* 高さを「26px」に指定 */
}
#name_m {
        width: 65px;                                                       /* 幅を「65px」に指定 */
}
#lv_m {
        width: 32px;                                                       /* 幅を「32px」に指定 */
}
#hp_m {
        width: 69px;                                                       /* 幅を「69px」に指定 */
}
#ap_m {
        width: 34px;                                                       /* 幅を「34px」に指定 */
}
#dp_m {
        width: 33px;                                                       /* 幅を「33px」に指定 */
}
#habitat_m {
        width: 132px;                                                      /* 幅を「132px」に指定 */
}
#drop_m {
        width: 272px;                                                      /* 幅を「272px」に指定 */
}
#ta-tu- {
        height: 986px;                                                     /* 高さを「986px」に指定 */
        line-height: 0;                                                    /* 行の高さを「0」に指定 */
}
.grow {
        font-weight: bold;                                                 /* フォントの太さを「bold」に指定 */
        color: red;                                                        /* 文字色を「red」に指定 */
}
/*==============================================================================
    	BACK
==============================================================================*/
#BACK {
        line-height: 0;                                                    /* 行の高さを「0」に指定 */
}
/*==============================================================================
	権利表記
==============================================================================*/
#C {
        font-size: 12px;                                                   /* フォントのサイズを「12px」に指定 */
}