@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: 25px auto 47px auto;                                       /* 上(領域間)に「25px」、下(領域間)に「47px」のスペースを空ける */
        line-height: 0;                                                    /* 行の高さを「0」に指定 */
}
/*==============================================================================
	画像
==============================================================================*/
img {
        max-width: 100%;                                                   /* 画像の幅の最大値を「100%」に制限 */
        height: auto;                                                      /* 高さを「auto」に指定 */
}
/*==============================================================================
	N-Ageとは
==============================================================================*/
.N-AgeStoryText {
        margin: auto auto 24px auto;                                       /* 下(領域間)に「24px」のスペースを空ける */
}
cite {
        font-style: normal;                                                /* フォントを「標準」フォントで表示 */
}
dfn {
        font-style: normal;                                                /* フォントを「標準」フォントで表示 */
}
/*==============================================================================
	N-Age Story
==============================================================================*/
section {
        line-height: 0;                                                    /* 行の高さを「0」に指定 */
}
h2 {
        margin: 47px auto 16px auto;                                       /* 上(領域間)に「47px」、下(領域間)に「16px」のスペースを空ける */
}
section p {
        font-size: 5px;                                                    /* フォントのサイズを「5px」に指定 */
        line-height: normal;                                               /* 行の高さを「normal」に指定 */
        margin: 5px auto auto auto;                                        /* 上(領域間)に「5px」のスペースを空ける */
}
/*==============================================================================
	BACK
==============================================================================*/
#BACK {
        margin: 39px auto auto auto;                                       /* 上(領域間)に「39px」のスペースを空ける */
        line-height: 0;                                                    /* 行の高さを「0」に指定 */
}
/*==============================================================================
	権利表記
==============================================================================*/
#C {
        font-size: 5px;                                                    /* フォントのサイズを「5px」に指定 */
}