@charset "Shift_JIS";
/* 全体構造
---------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	color: #333333;
	background: #e5e5dd url(../images/back.jpg) repeat-y;
}
#wrapper {
	width: 900px;
	color: #663333;
	background: url(../images/back-body.jpg) repeat-y;
}
INPUT {
	border:1px ridge;
	background:#ffffff;
	color:#333333;
	padding:0px;
	font-weight:bold;
	font-size: 10px;
}

body {
	cursor:crosshair
}
/* リンク
---------------------------------------------------- */
a:link {
	color: #660000;
	background: transparent;
}
a:visited {
	color: #CC3300;
	background: transparent;
}
a:hover, a:active {
	background: transparent;
}
/* ヘッダ
---------------------------------------------------- */
#header {
	padding-top: 40px;
	height: 60px;
	color: 20;
	background: url(../images/back-header.jpg) no-repeat;
}
#header #logo {
	position: absolute;
	top: 20px;
	left: 10px;
}
#header ul {
	margin: 0;
	padding: 0;
	width: 920px;
	list-style: none;
	text-align: right;
	font-size: x-small;
	line-height: 1.0;
}
#header li {
	display: inline;
	padding-left: 1em;
	text-transform: uppercase;
	vertical-align: top;
}
/* ページ本体
---------------------------------------------------- */
#pagebody {
	width: 880px;
	padding-left: 10px;
}
/* コンテンツ
---------------------------------------------------- */
#content {
	float: right;
	width: 630px;
	padding-bottom: 5px;
	border-bottom: 1px solid #cccccc;
}
#content h1 {
	margin: 0;
	padding-bottom: 11px;
	border-bottom:1px solid #cccccc;
	font-size: large;
}
#content h1 img {
	vertical-align: bottom;
}
#content h2 {
	margin: 2px;
	font-size: 12px;
	font-weight: normal;
	color: #800000;
	background: transparent;
}
#content p {
	font-size: small;
	line-height: 1.6;
	color: #606060;
	text-align: left;
}
#content .lead p {
	font-size: large;
	line-height: 1.3px;
	color: #FF6600;
	background: transparent;
}
#content h2+p {
	margin-top: 0.3em;
}
/* ナビゲーション
---------------------------------------------------- */
#navigation {
	float: left;
	width: 225px;
	border-top: 1px solid #aa6600;
}
#navigation ul {
	margin: 0 0 1em;
	padding: 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #993300;
	list-style: none;
}
#navigation li {
	margin: 0;
	padding: 0;
	width: 225px;
	height: 35px;
	text-indent: -9999px;
}
#navigation li a {
	text-decoration: none;		/* ■Firefox等で線が表示されないようにする */
	display: block;
	width: 225px;
	height: 35px;
}
#navigation li#top {
	background: url(../images/nav.png) no-repeat 0 0;
}
#navigation li#news {
	background: url(../images/nav.png) no-repeat 0 -35px;
}
#navigation li#menu {
	background: url(../images/nav.png) no-repeat 0 -70px;
}
#navigation li#list {
	background: url(../images/nav.png) no-repeat 0 -105px;
}
#navigation li#floor {
	background: url(../images/nav.png) no-repeat 0 -140px;
}
#navigation li#shop {
	background: url(../images/nav.png) no-repeat 0 -175px;
}
#navigation li#staff  {
	background: url(../images/nav.png) no-repeat 0 -210px;
}
#navigation li#diary  {
	background: url(../images/nav.png) no-repeat 0 -245px;
}
#navigation li#goods  {
	background: url(../images/nav.png) no-repeat 0 -280px;
}
#navigation li#ext  {
	background: url(../images/nav.png) no-repeat 0 -315px;
}
#navigation li#works  {
	background: url(../images/nav.png) no-repeat 0 -350px;
}
#navigation li#map  {
	background: url(../images/nav.png) no-repeat 0 -385px;
}

#navigation li#top a:hover {
	background: url(../images/nav.png) no-repeat -225px 0px;
}
#navigation li#news a:hover {
	background: url(../images/nav.png) no-repeat -225px -35px;
}
#navigation li#menu a:hover {
	background: url(../images/nav.png) no-repeat -225px -70px;
}
#navigation li#list a:hover {
	background: url(../images/nav.png) no-repeat -225px -105px;
}
#navigation li#floor a:hover {
	background: url(../images/nav.png) no-repeat -225px -140px;
}
#navigation li#shop a:hover {
	background: url(../images/nav.png) no-repeat -225px -175px;
}
#navigation li#staff a:hover {
	background: url(../images/nav.png) no-repeat -225px -210px;
}
#navigation li#diary a:hover {
	background: url(../images/nav.png) no-repeat -225px -245px;
}
#navigation li#goods a:hover {
	background: url(../images/nav.png) no-repeat -225px -280px;
}
#navigation li#ext a:hover {
	background: url(../images/nav.png) no-repeat -225px -315px;
}
#navigation li#works a:hover {
	background: url(../images/nav.png) no-repeat -225px -350px;
}
#navigation li#map a:hover {
	background: url(../images/nav.png) no-repeat -225px -385px;
}

#navigation address {
	margin: 0;
	padding: 1em 0 0 1px;
	border-top: 1px solid #cccccc;
	font-style: normal;
	font-size: small;
	line-height: 1.5;
	color: #993333;
	background: transparent;
}
#navigation div {
	left: 10px;
}
#navigation p {
	padding: 1em 0 0 1px;
	text-align: right;
	font-size: xx-small;
	line-height: 1.5;
	color: #333333;
	border-top: 1px solid #cccccc;
}



#navigation a:link {
	color: #600;
	background: transparent;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
#navigation a:visited {
	color: #600;
	background: transparent;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
#navigation a:hover, a:active {
	color: #600;
	background: transparent;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;

}
/* フッタ
---------------------------------------------------- */
#footer {
	clear: both;
}
#footer ul {
	margin: 0;
	padding: 15px 0;
	width: 900px;
	list-style: none;
	text-align: right;
	font-size: xx-small;
}
#footer li {
	display: inline;
	padding-left: 1.7em;
}
#footer li a {
	padding: 11px 0;
	vertical-align: middle;
	text-decoration: none;
}
#footer p {
	margin: 0;
	padding: 1em 35px 1em 0;
	width: 880px;
	text-align: right;
	font-size: x-small;
	color: #ae915b;
	background: url(../images/back.jpg) repeat-y;
}

div#diary {
	width: 590px;
	font-size: 10px;
}
