@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff url(../images/bg.jpg) repeat-x;
}

#wrapper {
	margin: 0 auto;
	width: 976px;
	background: url(../images/umoregi.jpg) left top no-repeat;
}

.umoregi {
	float: left;
	display: inline;	
	width: 168px;
	height: 71px;
}
.umoregi a {
	display: block;
	width: 168px;
	height: 71px;
	text-indent: -9999px;
	overflow: hidden;
}


#main {
	clear: both;
	position: relative;
	top: 0px;
	left: 38px;
	width: 900px;
	height: 584px;
	background: #f1eae6 url(../images/main_bg.jpg) left 31px no-repeat;
	z-index: 0;
}

.header {
	background: url(../images/header.gif) no-repeat;
	width: 900px;
	height: 31px;
}

.spiral {
	position: relative;
	top: 183px;
	left: -38px;
	background: url(../images/main.jpg) no-repeat;
	width: 517px;
	height: 475px;
	z-index: 1;	
}

.menu {
	position: absolute;
	top: 70px;
	left: 0px;
	width: 900px;
	z-index: 2;	
}

.menu h1 {
	float: right;
	display: inline;
	margin-right: 90px;
	background: url(../images/logo.gif) no-repeat;
	width: 78px;
	height: 252px;
	text-indent: -9999px;
}

.menu ul {
	float: left;
	display: inline;
	list-style: none;
	width: 704px;
	margin-top: 35px;
}

.menu ul li {
	float: right;
	display: inline;
	width: 40px;
	margin-left: 28px;
}

.menu ul li a {
	display: block;
	width: 40px;
	height: 160px;
	text-indent: -9999px;
	overflow: hidden;
}

.menu ul li.menu01 a {
	background: url(../images/menu_01.gif) left -376px no-repeat;
	height: 376px;
}
.menu ul li.menu01 a:hover {
	background-position: left top;
}

.menu ul li.menu02 a {
	background: url(../images/menu_02.gif) left -376px no-repeat;
	height: 330px;
}
.menu ul li.menu02 a:hover {
	background-position: left top;
}

.menu ul li.menu03 a {
	background: url(../images/menu_03.gif) left -376px no-repeat;
}
.menu ul li.menu03 a:hover {
	background-position: left top;
}

.menu ul li.menu04 a {
	background: url(../images/menu_04.gif) left -376px no-repeat;
}
.menu ul li.menu04 a:hover {
	background-position: left top;
}

.menu ul li.menu05 a {
	background: url(../images/menu_05.gif) left -376px no-repeat;
}
.menu ul li.menu05 a:hover {
	background-position: left top;
}

.menu ul li.menu06 a {
	background: url(../images/menu_06.gif) left -376px no-repeat;
}
.menu ul li.menu06 a:hover {
	background-position: left top;
}

.menu ul li.menu07 a {
	background: url(../images/menu_07.gif) left -376px no-repeat;
}
.menu ul li.menu07 a:hover {
	background-position: left top;
}

.menu ul li.menu08 a {
	background: url(../images/menu_08.gif) left -376px no-repeat;
}
.menu ul li.menu08 a:hover {
	background-position: left top;
}

.menu ul li.menu09 a {
	background: url(../images/menu_09.gif) left -376px no-repeat;
}
.menu ul li.menu09 a:hover {
	background-position: left top;
}


.copy {
	clear: both;
	float: right;
	display: inline;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	width: 900px;
	color: #464646;
	margin-top: 3px;
	margin-right: 38px;
}

