@charset "UTF-8";

#body {
	width: 100%;
	background-image: url(images/haikei.gif);
	background-repeat: repeat-x;
	height: 100%;
}

#wrapper {
	height: 1150px;
	width: 1360px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

#wrapper #left {
	float: left;
	height: 1150px;
	width: 200px;
	background-image: url(images/left_haikei.gif);
	background-repeat: no-repeat;
}

#wrapper #right {
	float: right;
	height: 1150px;
	width: 200px;
	background-image: url(images/right_haikei.gif);
	background-repeat: no-repeat;
}

#wrapper #center {
	height: 1000px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}

#wrapper #center #header {
	height: 120px;
	width: 940px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
}

#wrapper #center #header h1 {
	font-size: 24px;
	margin: 0px;
	background-image: url(images/rogo.gif);
	background-repeat: no-repeat;
	height: 120px;
	width: 132px;
	text-align: center;
	text-indent: -9999px;
}

#wrapper #center #header #menu {
	height: 55px;
	width: 940px;
	margin: 5px 0px 0px;
	padding: 0px;
}

#wrapper #center #header #menu li {
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 55px;
	width: 940px;
}

#wrapper #center #header #menu ul {
	list-style-type: none;
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
}

#wrapper #center #header #menu a {
	height: 55px;
	width: 134px;
	display: block;
	margin: 0px;
	float: left;
}

#wrapper #center #header #main {
	height: 785px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

#body #wrapper #center #header #main #fla {
	height: 365px;
	width: 850px;
}

#body #wrapper #center #header #main #fla #contents_left {
	height: 400px;
	width: 655px;
	float: left;
	margin-top: 20px;
}

#body #wrapper #center #header #main #fla #contents_right {
	float: right;
	height: 400px;
	width: 195px;
	margin-top: 20px;
}

#body #wrapper #foot {
	height: 130px;
	width: 940px;
	margin-left: auto;
}

