@charset "Shift_JIS";

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

html {
	height: 100%;
}

body {
	height: 100%;
	color: #000;
	font: normal normal normal 100%/120% "", sans-serif;
	text-align: center;
	background-color: #fff;
}

a:link {
	color: #aaa;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}

a:link.black {
	color: #555;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #aaa;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}

a:visited.black {
	color: #555;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #555;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #555;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}

h1, h2 {
	display: none;
}

ul {
	list-style: none;
}

hr {
	border: 0;
	border-bottom: 1px dashed #ccc;
	background: #999;
}

.clear {
	clear: both;
}

.clear hr {
	display: none;
}

p, li, dt, dd {
	font-size: 80%;
}

th {
	font-size: 80%;
	font-weight: normal;
}

#wrap {
	border: solid #ccc;
	border-width: 0 1px;
	width: 780px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	background-color: white;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px;
	/* the bottom margin is the negative value of the footer's height */
}

#header {
	width: 100%;
	height: 80px;
	background: url(../img/header_back.gif);
	position: relative;
}

#header_logo {
	width: 100px;
	position: absolute;
	top: 10px;
	left: 20px;
}

#header_logo img {
	width: 100px;
}

#header_account {
	height: 20px;
	position: absolute;
	top: 10px;
	right: 30px;
}

#header_account img {
	width: 20px;
}

#header_navi {
	position: absolute;
	left: 50px;
	bottom: 0px;
}

#header_navi li {
	float: left;
	width: 100px;
	height: 20px;
}

#header_navi a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/header_navi_2022.jpg) no-repeat;
}

a#news {
	background-position: 0px 0px;
}

a#news:hover {
	background-position: 0px -20px;
}

a#news-active {
	background-position: 0px -40px;
}

a#profile {
	background-position: -100px 0px;
}

a#profile:hover {
	background-position: -100px -20px;
}

a#profile-active {
	background-position: -100px -40px;
}

a#work {
	background-position: -200px 0px;
}

a#work:hover {
	background-position: -200px -20px;
}

a#work-active {
	background-position: -200px -40px;
}

a#book {
	background-position: -300px 0px;
}

a#book:hover {
	background-position: -300px -20px;
}

a#book-active {
	background-position: -300px -40px;
}


a#shop {
	background-position: -400px 0px;
}

a#shop:hover {
	background-position: -400px -20px;
}

a#shop-active {
	background-position: -400px -40px;
}

a#gallery {
	background-position: -500px 0px;
}

a#gallery:hover {
	background-position: -500px -20px;
}

a#gallery-active {
	background-position: -500px -40px;
}

a#contact {
	background-position: -600px 0px;
}

a#contact:hover {
	background-position: -600px -20px;
}

a#contact-active {
	background-position: -600px -40px;
}

#inner {
	margin: 70px 10px 0;
}

#main_wide {
	width: 760px;
}

#main_narrow {
	float: right;
	width: 650px;
}

#main_wide img {
	text-align: center;
	display: block;
	width: auto;
	margin: auto;
}

#side {
	text-align: center;
	float: left;
	height: auto;
	width: 100px;
}

#side ul {
	text-align: center;
	list-style: none;
	margin-top: 30px;
	font-size: 100%;
}

#side ul.selected {
	color: black;
}

#side img {
	width: 60px;
}

#push {
	height: 60px;
}

#hooter {
	border-width: 0 1px;
	position: relative;
	width: 780px;
	height: 60px;
	text-align: right;
	margin: -60px auto;
}

address {
	width: 90%;
	color: #999;
	font-style: normal;
	font-size: 70%;
	margin: 0 5%;
	position: absolute;
	bottom: 0px;
}