@charset "utf-8";



/* ***********************************************************************
        header
*********************************************************************** */

#header {
	background-image: url(../image/shared/back.jpg);
	background-repeat: repeat-x;
	width: 100%;
}
#header-inner {
	width: 980px;
	background-image: url(../image/shared/header-inner-bg.gif);
	background-repeat: no-repeat;
	height: 92px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#home #header-inner {
	background-image: url(../image/main-photo.jpg);
	height: 638px;
}
#header-title {
	overflow: hidden;
	height: 0px;
}
#header-awards {
	overflow: hidden;
	height: 0px;
}
#header-read {
	overflow: hidden;
	height: 0px;
}
#header-date {
	overflow: hidden;
	height: 0px;
}

/* ***********************************************************************
        nav
*********************************************************************** */
#nav {
	height: 54px;
	width: 980px;
	position: absolute;
	top: 38px;
	background-image: url(../image/shared/nav.gif);
	background-repeat: no-repeat;
	background-position: 0px -108px;
}
#home #nav {
	top: 604px;
}
#nav li {
	list-style-type: none;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
}
#nav li a {
	text-decoration: none;
	background-image: url(../image/shared/nav.gif);
	background-repeat: no-repeat;
	display: block;
	height: 54px;
	position: absolute;
	top: 0px;
}
#nav-home a {
	width: 110px;
	left: 98px;
	background-position: -98px 0px;
}
#nav-home a:hover {
	background-position: -98px -54px;
}
#nav-midokoro a {
	width: 130px;
	left: 208px;
	background-position: -208px 0px;
}
#nav-midokoro a:hover {
	background-position: -208px -54px;
}
#nav-arasuji a {
	width: 132px;
	left: 338px;
	background-position: -338px 0px;
}
#nav-arasuji a:hover {
	background-position: -338px -54px;
}
#nav-cast a {
	width: 146px;
	left: 470px;
	background-position: -470px 0px;
}
#nav-cast a:hover {
	background-position: -470px -54px;
}
#nav-happyou a {
	width: 148px;
	left: 616px;
	background-position: -616px 0px;
}
#nav-happyou a:hover {
	background-position: -616px -54px;
}
#nav-message a {
	width: 137px;
	left: 764px;
	background-position: -764px 0px;
}
#nav-message a:hover {
	background-position: -764px -54px;
}
