html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0;
	padding: 0 0 0 1px;
	font-size: 90%;
	line-height: 130%;
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color: #666666;
}
html > body {
	padding-left: 0;
}
a {
	color: #4986bc;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}
h1 { 
	margin: 0;
	padding: 0;
}
h2 {
	margin: 0;
	padding: 0;
}
h3 {
	margin: 0;
	padding: 0;
}
h4 {
	margin: 0;
	padding: 0;
}
h5 {
	margin: 0;
	padding: 0;
}
h6 {
	margin: 0;
	padding: 0;
}
p {
	margin: 0 0 7px 0;
	padding: 0;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
ol {
	margin: 0;
	padding: 0 0 0 40px;
}
li {
	margin: 0;
	padding: 0;
}
dl {
	margin: 0;
	padding: 0;
}
dt {
	margin: 0;
	padding: 0;
}
dd {
	margin: 0;
	padding: 0;
}
hr {
	display: none;
}

/* container */
#container {
	width: 796px;
	height: 100%;
	padding: 0 10px;
	margin: 0 auto;
	background: url(../img/bg_container.gif) repeat-y 50% 0 #ffffff;
}
body > #container {
	height: auto;
	min-height: 100%;
}

/* header */
#header {
	position: relative;
	height: 99px; /* for IE6 */
	background: url(../img/bg_header.gif) repeat-x 0 100% #ffffff;
}
#container > #header {
	height: auto;
	min-height: 99px;
}
#header .logo {
	position: absolute;
	left: 11px;
	bottom: 30px;
}
#header .logo a {
	display: block;
}
#header .logo a img {
	display: block;
}
#header .shortcut {
	position: absolute;
	right: 15px;
	bottom: 25px;
	margin: 0;
	padding: 0;
	font-size: 70%;
}
#header .shortcut li {
	float: left;
	margin: 0 0 0 7px;
}
#header .shortcut li a {
	display: block;
	padding-left: 18px;
	color: #208d3e;
	background: url(../img/arrow_header.gif) no-repeat 5px 50% transparent;
}

/* contents */
#contents {
	padding-bottom: 10px;
	background: url(../img/bg_contents.gif) repeat-y 0 0  transparent;
}

/* main */
.main {
	float: right;
	width: 589px;
	padding: 0 20px 0 25px;
	font-size: 85%;
}
.main .breadCrumbs {
	height: 2.0em; /* for IE */
	margin: 0 -20px 0 -25px;
	padding: 70px 0 12px 18px;
	font-size: 80%; 
	background: url(../img/bg_sheetTop.gif) no-repeat 0 100% #ffffff;
	list-style: none;
	line-height: 2em;
}
.main > .breadCrumbs {
	height: auto;
	min-height: 2.0em;
}
.main .breadCrumbs li {
	float: left;
	padding-right: 15px;
	margin-right: 10px;
	background: url(../img/arrow_breadCrumbs.gif) no-repeat 100% 50% transparent;
}
.main .breadCrumbs li.lastChild {
	background: none;
	padding-right: 0;
	margin-right: 0;
}

/* sidebar */
.sidebar {
	float: left;
	width: 160px;
	padding: 2px 0 0 1px;
}
.sidebar h2 {
	height: 31px;
	width: 100%;
	background: url(../img/img_menu.gif) no-repeat 0 0 transparent;
	text-indent: -9999px;
}
.sidebar ul {
	width: 100%;
	border-bottom: 1px solid #e7e8e8;
}
.sidebar ul li {
	width: 160px;
	background-color: #ffffff;
}
.sidebar ul li a {
	display: block;
	height: 36px;
	width: 160px;
	text-indent: -9999px;
	overflow: hidden;
}
.sidebar ul li#profile a.level1 {
	background-image: url(../img/btn_profile.gif);
}
.sidebar ul li#guide a.level1 {
	background-image: url(../img/btn_guide.gif);
}
.sidebar ul li#floorguide a.level1 {
	background-image: url(../img/btn_floorguide.gif);
}
.sidebar ul li#exhibition a.level1 {
	background-image: url(../img/btn_exhibition.gif);
}
.sidebar ul li a {
	background-position: 0 -36px;
	background-repeat: no-repeat;
}
.sidebar ul li.current a.level1,
.sidebar ul li a:hover {
	background-position: 0 0;
}
.sidebar ul ul {
	border-bottom: none;
}
.sidebar ul ul li {
	width: 158px;
	border-width: 0px 1px;
	border-style: solid;
	border-color: #e7e8e8;
}
.sidebar ul ul li a {
	display: block;
	width: 130px;
	height: auto;
	padding: 3px 0 3px 28px;
	background: url(../img/arrow_link.gif) no-repeat 13px 5px transparent;
	font-size: 75%;
	text-indent: 0px;
	border-bottom: 1px solid #e7e8e8;
}
.sidebar ul ul li a.lastChild {
	border-bottom: none;
}
.sidebar ul ul li a.current ,
.sidebar ul ul li a:hover {
	color: #ffffff;
	background: url(../img/arrow_link_over.gif) no-repeat 13px 5px #4189c5;
}

/* footer */
#footer {
	clear: both;
	padding-top: 21px;
	background: url(../img/bg_sheetBottom.gif) no-repeat 0 0 transparent;
}
#footer address {
	height: 19px; /* for IE */
	padding-top: 4px;
	background: url(../img/bg_footer.gif) repeat-x 0 0 #96d05f;
	color: #ffffff;
	text-align: center;
	font-style: normal;
	font-size: 80%;
}
#footer > address {
	height: auto;
	min-height: 19px;
}

/* Clearfix */
#contents {
	min-height: 1%;
}
#contents:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html div#contents {
	height: 1%;
}

