/*-----------------------------------------------
 __default style clear
-----------------------------------------------*/

* { margin:0; padding:0; }

body {
	font-size:70%;
	font-family:verdana, "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "lr oSVbN", "MS PGothic", Sans-Serif;
	color:#FFFFFF;
	line-height:1.5;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(../image/bg.jpg);
	background-repeat: repeat-x;
}

html { overflow-y:scroll; }

p { margin:0 0 1em; }
li { list-style:none; line-height:1.3; }

img,
fieldset { border:0; }

/*-----------------------------------------------
 __contents
-----------------------------------------------*/
#main{
	width:900px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
}
#fotter {
	width:100%;
	height:40px;
}
