@charset "utf-8";
/* 基本設定　ここから */

body {
	background-color: #ffffff;
	background-image: url(../images/y3.jpg);
	background-attachment:fixed;
	background-position:100% 0%;
	background-repeat: no-repeat;
	color: #693;
	font-size: small;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-decoration: none;
	text-align: center;
	margin-top: 150px;
}
/* 基本設定　ここまで */

/* タイトル設定　ここから */

#title {
	font-family: "Comic Sans MS", cursive;
	font-size: larger;
	color: #099;
}
/* タイトル設定　ここまで */

/* テキスト設定　ここから */

#text {
	margin-top: 50px;
}

/* テキスト設定　ここまで */
