@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 1
==============================================================================*/
h2 {
        margin: auto auto 40px auto;                                       /* 下(領域間)に「40px」のスペースを空ける */
        line-height: 0;                                                    /* 行の高さを「0」に指定 */
}
/*==============================================================================
	NPCについて
==============================================================================*/
dfn {
        font-style: normal;                                                /* フォントを「標準」フォントで表示 */
}
/*==============================================================================
    	NPC
==============================================================================*/
table {
        border: outset thin gray;                                          /* ボーダーのスタイルを「outset」、太さを「thin」、色を「gray」に指定 */
        border-spacing: 2px;                                               /* セルのボーダーの間隔を「2px」に指定 */
        max-width: 100%;                                                   /* テーブルの幅の最大値を「100%」に制限 */
        line-height: 0;                                                    /* 行の高さを「0」に指定 */
}
#npc {
        margin: 40px auto 40px auto;                                       /* 上(領域間)に「40px」、下(領域間)に「40px」のスペースを空ける */
}
th {
        border: inset thin gray;                                           /* ボーダーのスタイルを「inset」、太さを「thin」、色を「gray」に指定 */
        line-height: normal;                                               /* 行の高さを「normal」に指定 */
}
#looks {
        width: 102px;                                                      /* 幅を「102px」に指定 */
        height: 26px;                                                      /* 高さを「26px」に指定 */
}
#name {
        width: 131px;                                                      /* 幅を「131px」に指定 */
}
#lv {
        width: 22px;                                                       /* 幅を「22px」に指定 */
}
#hp {
        width: 127px;                                                      /* 幅を「127px」に指定 */
}
#ap {
        width: 28px;                                                       /* 幅を「28px」に指定 */
}
#dp {
        width: 25px;                                                       /* 幅を「25px」に指定 */
}
#habitat {
        width: 70px;                                                       /* 幅を「70px」に指定 */
}
#drop {
        width: 272px;                                                      /* 幅を「272px」に指定 */
}
tbody {
        line-height: normal;                                               /* 行の高さを「normal」に指定 */
}
td {
        border: inset thin gray;                                           /* ボーダーのスタイルを「inset」、太さを「thin」、色を「gray」に指定 */
}
#soldier {
        height: 194px;                                                     /* 高さを「194px」に指定 */
        line-height: 0;                                                    /* 行の高さを「0」に指定 */
}
#ogre {
        height: 146px;                                                     /* 高さを「146px」に指定 */
        line-height: 0;                                                    /* 行の高さを「0」に指定 */
}
#archer {
        height: 170px;                                                     /* 高さを「170px」に指定 */
        line-height: 0;                                                    /* 行の高さを「0」に指定 */
}
#hammer {
        height: 266px;                                                     /* 高さを「266px」に指定 */
        line-height: 0;                                                    /* 行の高さを「0」に指定 */
}
/*==============================================================================
	BACK
==============================================================================*/
#BACK {
        line-height: 0;                                                    /* 行の高さを「0」に指定 */
}
/*==============================================================================
	権利表記
==============================================================================*/
#C {
        font-size: 12px;                                                   /* フォントのサイズを「12px」に指定 */
}