@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: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

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

#body #wrapper #center #header #main #contents {
	height: 720px;
	width: 940px;
}

#body #wrapper #center #header #main #contents #contents_left {
	float: left;
	width: 130px;
	height: 720px;
	background-image: url(../images/side_bar.gif);
}

#body #wrapper #center #header #main #contents #contents_right {
	float: right;
	width: 130px;
	height: 720px;
	background-image: url(../images/side_bar.gif);
	background-repeat: no-repeat;
}

#body #wrapper #center #header #main #contents #font {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}

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

