@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
}
div#main{
	width:800px;
	margin:auto auto;
	text-align:center;
	background-color:#fefdeb;
}
div.menu{
	float:left;
	padding-top: 0px;
	padding-bottom: 25px;
	padding-left: 13px;
}
p#go{
	clear:both;
}
img{
	border:0;
}
.clear{
	clear:both;
}
.red{
	color: #F00;	
}
.red2{
	color: #F00;
	font-size:10px;
}
#shoukai1{
	background-image: url(../img/shoukai1.gif);
	background-repeat: no-repeat;
	height: 539px;
	width: 264px;
	float: left;
}
#shoukai2{
	background-image: url(../img/shoukai2.gif);
	background-repeat: no-repeat;
	height: 539px;
	width: 271px;
	float: left;
}
#shoukai3{
	background-image: url(../img/shoukai3.gif);
	background-repeat: no-repeat;
	height: 539px;
	width: 253px;
	float: left;
}
p{
	margin-top: 95px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
	font-size: 13px;
	line-height: 140%;
}
#try{
	background-image: url(../img/try.gif);
	background-repeat: no-repeat;
	height: 159px;
	width: 773px;
	margin-left: 20px;
	padding: 0px;
	margin-top: 0px;
}
.trying{
	font-size: 14px;
	text-align: left;
	margin: 0px;
	padding-top: 55px;
	padding-right: 210px;
	padding-left: 15px;
}
#footer{
	text-align: center;
}
#tojiru{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.blue{
	color: #00F;
}