@charset "UTF-8";
/* CSS Document */

#header{
	margin: 0px;
	padding: 0px;
	width: 950px;
	background-image: url(../img/menu.jpg);
	background-repeat: no-repeat;
}
#header p{
	margin: 0px auto;
	padding: 20px 0px 0px;
	width: 800px;
	height: 12px;
	display: block;
	text-align: right;
	line-height: 1em;
	font-size: 93%;
	color: #3F1000;
	float: none;
}
#header p a:link{
	color: #3F1000;
	text-decoration: none;
}
#header p a:visited{
	color: #3F1000;
	text-decoration: none;
}
#header p a:hover{
	color: #3F1000;
	text-decoration: underline;
}
.top #header ul{
	margin: 0px;
	padding: 32px 75px 0px;
	width: 800px;
	list-style-type: none;
	height: 78px;
	display: block;
}
#header ul{
	margin: 0px;
	padding: 0px 75px;
	width: 800px;
	list-style-type: none;
	height: 78px;
	display: block;
}
#header li{
	text-align: center;
	display: block;
	float: left;
	overflow: hidden;
}
#header li a{
	display: block;
	overflow: hidden;
	font-size: 1em;
	line-height: 1.5em;
	height: 0px;
	margin: 0px;
	background-image: url(../img/menu.jpg);
	background-repeat: no-repeat;
}
#header li a:hover{
	display: block;
	overflow: hidden;
	font-size: 1em;
	line-height: 1.5em;
	height: 0px;
	margin: 0px;
	background-image: url(../img/menu.jpg);
	background-repeat: no-repeat;
}

#header #li01{
	height: 63px;
	width: 117px;
	margin-right: 31px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header #li02, #header #li03, #header #li04{
	margin: 20px 8px 0px 0px;
	padding: 0px;
	height: 39px;
	width: 157px;
}
#header #li05{
	margin: 20px 0px 0px;
	padding: 0px;
	height: 39px;
	width: 157px;
}

#header #li01 a{
	width: 117px;
	padding-top: 63px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-position: -75px -32px;
}
#header #li02 a, #header #li03 a, #header #li04 a, #header #li05 a{
	width: 157px;
	padding-top: 39px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header #li02 a{
	background-position: -223px -52px;
}
#header #li03 a{
	background-position: -388px -52px;
}
#header #li04 a{
	background-position: -553px -52px;
}
#header #li05 a{
	background-position: -718px -52px;
}

#header #li02 a:hover, #header #li03 a:hover, #header #li04 a:hover, #header #li05 a:hover{
	width: 157px;
	padding-top: 39px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header #li02 a:hover{
	background-position: -223px -162px;
}
#header #li03 a:hover{
	background-position: -388px -162px;
}
#header #li04 a:hover{
	background-position: -553px -162px;
}
#header #li05 a:hover{
	background-position: -718px -162px;
}


#wrap.concept #header #li02 a{
	background-position: -223px -162px;
}
#wrap.menu #header #li03 a{
	background-position: -388px -162px;
}
#wrap.shop #header #li04 a{
	background-position: -553px -162px;
}
#wrap.blog #header #li05 a{
	background-position: -718px -162px;
}

