@charset "Shift_JIS";


/* 全称セレクタ--------------------------------------------- */
* {
margin:0;padding:0;
font:normal normal normal small/1.5 Verdana,Osaka,Chicago,sans-serif;
border:none;
}

/* 全体指定------------------------------------------------- */

body {
text-align:center;
color : #FFFFFF;
font-size : x-small;
background-color : #000000;
}

html {
scrollbar-arrow-color:#a0001e;
scrollbar-face-color:#02010c;
scrollbar-highlight-color:#a0001e;
scrollbar-3dlight-color:#02010c;
scrollbar-track-color:#02010c;
scrollbar-shadow-color:#a0001e;
scrollbar-darkshadow-color:#02010c;
}
/* スクロールバー指定が不要の場合は削除して下さい */

/* リンク--------------------------------------------------- */

a{text-decoration:none;}
a:link,a:active {color:#252525;}
a:visited {color:#252525;}
a:hover {color:#a0001e;position:relative;top:1px;left:1px;}

/* 文字----------------------------------------------------- */

em {font-weight:bold;}/* 強調 */
strong {font-weight:bold;border-bottom:2px solid #a0001e;}/* より強い強調 */
del {text-decoration:line-through;}/* 削除 */
ins {text-decoration:underline;}/* 追加 */
small {font-size:2px;}
b {color:#ffffff;}/* 白文字 */

/* その他--------------------------------------------------- */

ul li {list-style:none;}
hr {display:none;}/* ライン(非表示) */


/* ********************************************************* */
/* レイアウト */
/* ********************************************************* */


/* ヘッダー */
#head {
height:300px;
background:url(img/back1.gif);/* 背景指定 */
position:relative;
}

/* メイン */
#main {
width:80%;/* 横幅 */
margin:20px auto;
text-align:left;
}

/* フッター */
#foot {
width:80%;/* 横幅 */
margin:0px auto;
padding:50px 0px 10px 0px;/* 上下の余白を指定 */
text-align:center;
}

/* フッター下(ラインと画像)の指定 */
#bottom {
height:30px;
border-top:18px solid #02010c;
background:url(img/back1.gif);/* 背景指定 */
}


/* ********************************************************* */
/* メイン */
/* ********************************************************* */



/* P段落---------------------------------------------------- */

#main p {
font-size:x-small;
line-height:160%;/* 行間 */
margin:0px 2px 30px 2px;/* ★ */
}

/* 全体の文字を小さくする */
#main p.text {
font-size:2px
line-height:180%;/* 行間 */
}

/* P下部の余白を無くす */
#main p.none {margin:0px 2px 5px 2px;}/* ★ */

/* 真ん中寄せにする */
#main p.center {
text-align:center;
margin:0px 2px 10px 2px;/* ★ */
}

