/*
ContentsMap {
   HEAD. sectionTemplate
   1-1. "/profile/"
   1-2. "/profile/showcase.html"
   2-1. "/guide/"
   3-1. "/floorguide/"
   4-1. "/exhibition/"
   4-3. "/exhibition/data[num].html"
}
*/

/*=========================
   HEAD. sectionTemplate
==========================*/
/* sections */
.main .section {
	margin: 0 13px 30px 13px;
}
.main .section .section {
	margin: 0 13px 30px 0;
	padding-left: 11px;
	background: url(../img/bg_h3Top.gif) repeat-x 0 0 transparent;
}
.main .section h2 {
    margin: 3px -15px 14px -17px;
}
.main .section .section {
	margin: 15px 4px 0 0;
}
.main .section .section h3 {
	margin: 0 -6px 10px -11px;
	padding: 7px 0 7px 11px;
	width: 548px;
	font-size: 120%;
	background: url(../img/bg_h3Bottom.gif) repeat-x 0 100% transparent;
}
.main .section .section .section {
	background: none;
}
/* main */
.main {
	position: relative;
}
.main h1{
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
ul.textList {
	clear: both;
	list-style: none;
	padding-left: 0;
	width: 100%;
}
ul.textList li {
	padding-left: 20px;
	background: url(../img/arrow_textLink.gif) no-repeat 9px 6px transparent;
}
ul.linkList {
	clear: both;
	width: 100%;
	margin-top: 20px;
}
ul.linkList li a {
	padding: 3px 5px 3px 20px;
	background: url(../img/arrow_link.gif) no-repeat 5px 3px transparent;
}
div.detail {
	margin-top: 15px;
}
div.detail a {
	padding: 3px 5px 3px 20px;
	background: url(../img/arrow_link.gif) no-repeat 5px 3px transparent;
}
ul.imageList {
	clear: both;
	width: 480px;
	margin: 30px auto;
}
ul.imageList li {
	float: left;
	margin-right: 0;
}
ul.imageList li.odd {
	margin-right: 20px;
}
dl dd {
	margin-left: 1em;
}
div.pagetop {
	clear: both;
	width: 100%;
	margin-top: 20px;
	line-height: normal;
	text-align: right;
}
div.pagetop a {
	display: inline-block;
	padding: 2px 1px 2px 18px;
	background: url(../img/arrow_pagetop.gif) no-repeat 3px 3px transparent;
}
/*=========================
   1-1. "/profile/"
==========================*/
.profile .linkList {
	margin-top: 13px;
}
/*=========================
   1-2. "/profile/showcase.html"
==========================*/
.profile .thumbnail div.text {
	float: left;
	width: 410px;
}
.profile .thumbnail div.image {
	display: inline;
	float: right;
	width: 110px;
	text-align: center;
	margin-right: 8px;
}
.profile .thumbnail div.image img {
	display: block;
}
/*=========================
   2-1. "/guide/"
==========================*/
dl.location dt {
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 5px;
}
/*=========================
   3-1. "/floorguide/"
==========================*/
/*=========================
   4-1. "/exhibition/"
==========================*/
div.image h2 img {
	position: relative; /* for IE6 */
}
div.image div {
	float: right;
	margin: 0 0 0 20px;
}
div.image div p {
	text-align: center;
}
div.image div p img {
	display: block;
	margin: auto;
}
div.image div.detail {
	float: none;
	margin: 15px 0 0 0; 
}
/*=========================
   4-2. "/exhibition/data[num].html"
==========================*/
.exhibition .thumbnail h2 img {
	position: relative; /* for IE6 */
}
.exhibition .thumbnail div.text {
	float: left;
	width: 355px;
}
.exhibition .thumbnail div.image {
	display: inline;
	float: right;
	width: 180px;
	text-align: center;
}
.exhibition .thumbnail div.wideText {
	float: left;
	width: 246px;
}
.exhibition .thumbnail div.wideImage {
	display: inline;
	float: right;
	width: 289px;
	margin-left: 20px;
	text-align: center;
}
.exhibition .thumbnail div.image img {
	display: block;
}
.exhibition .thumbnail div.textOnly {
	width: auto;
}

/* Clearfix */
.image ,
.thumbnail ,
ul.images {
	min-height: 1%;
}
.image:after ,
.thumbnail:after ,
ul.images:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .image ,
* html .thumbnail ,
* html ul.images {
	height: 1%;
}

