body {
	margin: 0px;
	background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: top center;
    text-align: center;   
	}

/*タイトル文字*/
h1 {
	font-size: x-large;
	font-weight: bold;
                color: #000000;
                margin-bottom: 5px;
    text-decoration: none;
	}

/*サブタイトル文字*/
h2 {
	font-size: xx-small;
                font-weight: normal;
	color: #000000;
	}
