@charset "UTF-8";

*{
	margin:0;
	padding:0;
	line-height:normal;
	font-style:normal;
	line-height:2em;
}

h1, h2, h3, h4, h5, h6  {  
	font-size: 100%;
	font-weight:normal;
}
body {  
	font-size: 75%;
	background:#111111;
	color:#fafafa;
	font-family:Arial, Helvetica, sans-serif;
}  
html>/**/body {  
	font-size: 12px;  
}

a{
	color:#FFFFFF;
}
a:hover{
	color:#FF0000;
	text-decoration:underline;
}
p{
	line-height:1.8em;
}
img{
	border:none;
}
/*-------class-------*/
.out{
	text-indent:-9999px;
	font-size:0.01em;
}
.clear{
	clear:both;
}
.left{
	float:left;
}
.right{
	float:right;
}
.small{
	font-size:0.8em;
}
.paddingB10{
	padding-bottom:10px;
}

/*------------top------------*/
#top{
	border-bottom:1px dotted #FF0000;
}
#head{
	width:880px;
	margin:auto;
	text-align:left;
	padding:10px;
	border-left:1px dotted #FF0000;
	border-right:1px dotted #FF0000;
}

/*------------page------------*/
#page{
	width:840px;
	padding:30px;
	margin:auto;
	border-left:1px dotted #FF0000;
	border-right:1px dotted #FF0000;
	background:url(../img/bg.gif) center top repeat-y;
	font-size:1.1em;
}
#page #navi {
	height:50px;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#page #navi ul{
	width:850px;
	height:50px;
	background:url(../img/navi_bg.gif) left top no-repeat;
}
#page #navi li{
	list-style:none;
}
#page #navi li{
	display:block;
	float:left;
	width:163px;
	height:50px;
	padding-right:8px;
}
#page #navi li a{
	display:block;
	width:204px;
	height:50px;
}
#page #navi #museum{
	padding:0;
}
#page #navi #home a{
	background:url(../img/navi_home.gif) left top no-repeat;
}
#page #navi #home a:hover{
	background:url(../img/navi_home_h.gif) left top no-repeat;
}
#page #navi #home .current{
	background:url(../img/navi_home_h.gif) left top no-repeat ;
}

#page #navi #archive a{
	background:url(../img/navi_archive.gif) left top no-repeat;
}
#page #navi #archive a:hover{
	background:url(../img/navi_archive_h.gif) left top no-repeat;
}
#page #navi #archive .current{
	background:url(../img/navi_archive_h.gif) left top no-repeat;
}

#page #navi #exhibition a{
	background:url(../img/navi_exhibition.gif) left top no-repeat;
}
#page #navi #exhibition a:hover{
	background:url(../img/navi_exhibition_h.gif) left top no-repeat;
}
#page #navi #exhibition .current{
	background:url(../img/navi_exhibition_h.gif) left top no-repeat;
}

#page #navi #museum a{
	background:url(../img/navi_museum.gif) left top no-repeat;
}
#page #navi #museum a:hover{
	background:url(../img/navi_museum_h.gif) left top no-repeat;
}
#page #navi #museum .current{
	background:url(../img/navi_museum_h.gif) left top no-repeat;
}

#page #navi #news a {
	background-image: url(../img/navi_news.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#page #navi #news a:hover {
	background-image: url(../img/navi_news_h.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#page #navi #news .current {
	background-image: url(../img/navi_news_h.gif);
	background-repeat: no-repeat;
	background-position: left top;
}




/*--------#pnavi--------*/
#page #pnavi{
	padding:10px 0;
}

/*----------bottom----------*/
#bottom{
	border-top:1px dotted #FF0000;
	background:url(../img/foot_bg.gif) center top;
	height:150px;
}
#foot{
	width:880px;
	margin:auto;
	padding:10px;
	font-size:0.8em;
	color:#FFFFFF;
}
#foot a{
	color:#FFFFFF;
	text-decoration:none;
}
#foot a:hover{
	text-decoration:underline;
}
#foot ul{
}
#foot li{
	display:inline;
	border-right:#FFFFFF solid 1px;
	padding:0 10px;
}
#foot .borderNone{
	border:none;
}

#copy{
	text-align:center;
	font-size:0.9em;
	height:50px;
	padding:5px;
}
#copy a{
	text-decoration:none;
}
#copy a:hover{
	text-decoration:underline;
}

