/* CSS Document */

body{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	background-image: url(img/back.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
	}
#main {
	height: 800px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/web_back.jpg);
	margin-top: 50px;
}
#rec_botan {
	float: left;
	height: 30px;
	width: 310px;
	margin-left: 250px;
	margin-top: 757px;
}
#main_naka {
	float: left;
	height: 400px;
	width: 600px;
	margin-left: 100px;
	margin-top: 200px;
	margin-right: 100px;
	background-color: #000000;
	background-image: url(img/word.jpg);
	background-repeat: no-repeat;
}
#rogo_waku {
	float: left;
	height: 150px;
	width: 600px;
	margin-top: 230px;
}
#rogo {
	float: left;
	height: 150px;
	width: 601px;
}
#rogo_left {
	float: right;
	height: 150px;
	width: 300px;
}

