@charset "utf-8";
/* CSS Document */
#main
{
	text-align:center;
	margin-top:100px;
	width:400px;
	height:500px;
}

body
{
	
	background-image:url(bear_01.gif);
	background-repeat:repeat;
	background-position:bottom;
	
	
	
}

#copy
{
	
	text-align:right;
	font-size:small;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;

}

#wrapper
{
	width:400px;
	height:500px;
	margin:auto;
	position: relative;
	
}
