/************************************************/
/* 基本スタイルシート				*/
/************************************************/
/* <BODY> */
BODY {
    /* 背景要素 */
    background-color	: #000;
    background-image	: url("./img/Background.jpg");
    background-repeat	: repeat;
    background-position	: right;
    
    /* アライン */
    text-align		: center;
}

