@charset "UTF-8";
html,body {
	height: 100%;
}
body {
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: repeat;
	background-position: center center;
	width: 100%;
	padding-bottom: 0px;
	background-image: url(../img/top/back.jpg);
	background-attachment: fixed;
}
#wrapper{
	background-repeat: repeat-y;
	background-position: left top;
	width: 100%;
	min-height: 100%;
	padding-bottom: 0px;
	background-image: url(../img/top/shadow.png);
	overflow: hidden;
}
#wrapper ul {
	float: left;
	padding-left: 50px;
	overflow: hidden;
	background-image: url(../img/menu/menu_top/top_logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 70px;
	margin-top: 50px;
	padding-right: 50px;
	display: none;
}
#wrapper ul li {
	display: block;
	height: 55px;
	width: 201px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#wrapper ul li.noline {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
}
#wrapper #op .noline a {
	height: auto;
}
#wrapper li.noline a:hover {
	border: 1px solid #FFF;
}
#wrapper ul li.space {
	height: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper ul li em {
	display: none;
}
#wrapper ul li a {
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	height: 55px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper ul li a:hover {
	background-position: right;
}
#wrapper ul li a.menu01 {
	background-image: url(../img/menu/menu_top/1.png);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper ul li a.menu02 {
	background-image: url(../img/menu/menu_top/2.png);
}
#wrapper ul li a.menu03 {
	background-image: url(../img/menu/menu_top/3.png);
}
#wrapper ul li a.menu04 {
	background-image: url(../img/menu/menu_top/4.png);
}
#wrapper ul li a.menu05 {
	background-image: url(../img/menu/menu_top/5.png);
}
#wrapper ul li a.menu06 {
	background-image: url(../img/menu/menu_top/6.png);
}
#wrapper ul li a.menu07 {
	background-image: url(../img/menu/menu_top/7.png);
}
#wrapper #footer {
	clear: both;
	width: 100%;
	height: 30px;
	font-family: "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
	font-size: 10px;
	color: #666;
	text-align: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-image: none;
}
