@charset "UTF-8";
/*全体 */
html {	
 height: 100%; 
	}
	
body {
	height: 100%;
	background-color: #FFFFDD;
	font-size: 12px;
	margin-top: 285px;
	margin-left: 119px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image: url(w_tent.png);
	background-repeat: no-repeat;
}
