*{
	margin:0;
	padding:0;
}

.float_l{
	float:left;
}

body {
	background-color:#C8C8C8;
	font-family: "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック";
	font-weight: normal;
	color: #666666;
	font-size: 12px;
}
#wrap{
	margin:0;
	padding:0;
	text-align:center;
}
#container{
	background-color:#ffffff;
	width:700px;
	height:auto;
	margin:auto;
}
#header{
	float:left;
}
#btns img{
	float:left;
}
a.whatisgrasp {
	float:left;
	display:block;
	width:192px;
	height:30px;
	background-image: url(images/btn_whatisgrasp.jpg);
	background-repeat: no-repeat;
}
a:hover.whatisgrasp{
	background-image: url(images/btn_whatisgrasp_o.jpg);
}
a.smileandsurprise {
	float:left;
	display:block;
	width:314px;
	height:30px;
	background-image: url(images/btn_smileandsurprise.jpg);
	background-repeat: no-repeat;
}
a:hover.smileandsurprise{
	background-image: url(images/btn_smileandsurprise_o.jpg);
}
#main{
	float:left;
	width:700px;
	margin:0;
	height:auto;
	padding-bottom:126px;
	background-color:#FFFFFF;
	background-image:url(images/shaberiba_under.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
#text{
	float:left;
	text-align:left;
	width:450px;
	margin:20px 122px 0 122px;
	line-height: 1.8em;
}
*html body #text{
	margin:20px auto 0 61px;
}
#text p{
	padding-bottom:30px;
}
#footer{
	float: left;
	background-color:#ffffff;
	
}

