@charset "UTF-8";


/*  Layout  */
body {
	background-color: #000000;
	color: #FFFFFF;
}
#content {
	width: 800px;
	margin: 0 auto;
}
#content .wrapper {
	padding: 25px;
}
#content #main {
	position: relative;
	overflow: hidden;
}
#content #main:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
* html #content #main {
	height: 1px;
	overflow: visible;
}
#content #main #area {
	float: left;
	width: 190px;
}
#content #main #image {
	position: relative;
	float: right;
	width: 560px;
	height: 420px;
	overflow: hidden;
}
#content #main #description {
	clear: both;
	position: absolute;
	left: 0;
	bottom: 0;
}
#footer {
	position: fixed;
	left: 0;
	bottom: 20px;
	width: 100%;
	height: 65px;
}
#footer div.Areas {
	width: 800px;
	margin: 0 auto;
}
* html body {
	text-align: center;
}
* html #content,
* html #footer .Areas {
	text-align: left;
}

/*  Common  */
body div * {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif;;
}

/*  Header  */
#header {
	position: relative;
	height: 50px;
}
#header h1 {
	position: absolute;
	font-size: 2.4em;
	line-height: 1;
}
#header p {
	position: absolute;
	top: 0;
}
#header p.Other { right: 75px;}
#header p.Close { right: 0;}
#header h2 {
	float: right;
}
#header h2 {
	padding-right: 170px;
	line-height: 20px;
}
#header p {
	height: 20px;
	overflow: hidden;
}
#header p a {
	display: block;
	padding-top: 25px;
}
#header p a:hover {
	background-position: 0 -20px;
}
#header p.Other { width: 85px;}
#header p.Other a { background-image: url("images/exhibition/other.btn.gif");}
#header p.Close { width: 70px;}
#header p.Close a { background-image: url("images/exhibition/close.btn.gif");}
#header ul {
	display: none;
	position: absolute;
	top: 25px;
	right: 0;
	width: 225px;
	margin: 0;
	padding: 0;
	background-color: #000000;
	border: 1px #666666 solid;
	z-index: 10;
}
#header ul li {
	margin: 0;
	padding: 0;
}
#header ul li a {
	display: block;
	padding: 2px 10px;
	color: #FFFFFF;
}
#header ul li a:hover {
	background-color: #333333;
}

/*  Area  */
#area p {
	padding: 15px 20px 15px 0;
	font-weight: bold;
}
#area ul li {
	float: left;
	width: 84px;
	height: 64px;
	margin: 0;
}
#area ul li span {
	display: block;
	width: 80px;
	height: 60px;
	border: 1px #FFFFFF solid;
	overflow: hidden;
}
#area ul li span span {
	border: none;
	cursor: pointer;
}

/*  Image  */
#image img {
	display: block;
}
#image p {
	position: absolute;
	bottom: 15px;
	width: 75px;
	height: 25px;
	overflow: hidden;
}
#image p.Prev { left: 15px;}
#image p.Next { right: 15px;}
#image p a {
	display: block;
	padding-top: 30px;
	background-image: url("images/exhibition/nav.btn.gif");
}
#image p.Prev a { background-position: 0 0;}
#image p.Next a { background-position: -75px 0;}

/*  Description  */
#description {
	width: 710px;
}
#description .Close {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 20px;
	height: 20px;
	overflow: hidden;
}
#description .Close a {
	display: block;
	padding-top: 25px;
	background-image: url("images/exhibition/description_close.btn.gif");
}
#description .Close a:hover {
	background-position: 0 -20px;
}
#description .Text {
	display: none;
	position: relative;
	background-color: #000000;
	padding: 15px 45px 15px 15px;
}
#description .Text div {
	max-height: 300px;
	overflow: auto;
}
* html #description .Text div {
	height: 300px;
}
#description .Open {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 20px;
	height: 65px;
	overflow: hidden;
}
#description .Open a {
	display: block;
	padding-top: 70px;
	background-image: url("images/exhibition/description_open.btn.gif");
}
#description .Open a:hover {
	background-position: -20px 0;
}

/*  Detail  */
#detail {
	display: none;
}

/*  Footer  */
#footer div.Areas {
	position: relative;
	padding: 10px;
}
#footer p {
	position: absolute;
	top: 10px;
	width: 60px;
	height: 45px;
	overflow: hidden;
}
#footer p.Prev { left: 0;}
#footer p.Next { right: 0;}
#footer p a {
	display: block;
	padding-top: 50px;
	background-image: url("images/exhibition/footer_nav.btn.gif");
}
#footer p.Prev a { background-position: 0 0;}
#footer p.Next a { background-position: -60px 0;}
#footer .Thumbnails {
	width: 650px;
	height: 47px;
	margin-left: 75px;
	overflow: hidden;
}
#footer ul li {
	float: left;
	width: 70px;
}
#footer ul li img {
	border: 1px #FFFFFF solid;
}
