@charset "utf-8";

/* =Wrapper
-------------------------------------------------------------- */

#wrapper{
	padding:0 0 0 0;
	margin:0 auto;
	width:940px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	position:relative;
	padding: 0;
	margin: 0 auto;
	width: 940px;
	background: url("img/tit.jpg");
	background-position: right bottom;
	background-repeat: no-repeat;
	overflow: hidden;
}

#lang-menu {
	float: right;
}
#lang-menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#lang-menu ul li {
	padding: 0;
	margin: 0;
}
#lang-menu ul li a {
	background: url("img/btn/english.gif");
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	text-indent: -9999px;
	width: 90px;
	padding-right: 15px;
	margin-top: 5px;
}
#lang-menu ul li a:hover {
	background-position: 0 -30px;
}

#site-title {
	float: left;
	text-align: left;
	margin: 0;
	padding: 0;
}
#site-title a {
	display: block;
	width: 570px; /* 画像の幅 */
	text-indent: -9999px; /* textを飛ばす */
	outline: none; /* クリック時の枠線を消す */
	background-position: 0% 0%; /* point 位置調整 */
	border-bottom: none;
	height: 230px; /* 画像の高さに合わせて調整 */
}

/*言語切り替え*/

.lang-menu {
    position: absolute;
    width: 110px;
    height: 50px;
    right:10px;
    margin: 0 auto;
	font-size:95%;
	padding:0;
}

.lang-menu > li {
    float: left;
    width: 100%; /* グローバルナビ4つの場合 */
    height: 35px;
    line-height: 35px;
    background: #f4df33;
   border-bottom-left-radius: 10px;
   border-bottom-right-radius: 10px;
   -webkit-border-bottom-left-radius: 10px;
   -webkit-border-bottom-right-radius: 10px;
   -moz-border-radius-bottomleft: 10px;
   -moz-border-radius-bottomright: 10px;
}

.lang-menu > li a {
    display: block;
    color: #000;
	text-decoration:none;
	padding-left:10px;
}

.lang-menu > li a:hover {
    color: #666;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
margin:0;
}

.lang-menu > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
    border-top: 1px solid #111;
    background: #fff;
}
.menu__second-level li a:hover {
    color:#000;
background:#f4df33;
}

/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 3px 10px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.lang-menu {
    *zoom: 1;
}

.lang-menu > li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 45px;
    width: 100%;
    background: #666;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
list-style-type:none;
margin:0;
padding:0;
}

li.menu__single:hover ul.menu__second-level {
    top: 45px;
    visibility: visible;
    opacity: 1;
}



/* =Pankuzu
-------------------------------------------------------------- */

#pankuzu {
	height: 20px;
	padding: 10px 0 0 10px;
	margin: 0;
}

#pankuzu ul {
	clear:both;
	list-style-type: none;
	padding:0 0 0 0;
	margin: 0;
}
#pankuzu ul li {
	float:left;
	color: #cccccc;
	padding: 0 6px 0 0px;
}
#pankuzu ul li a {
	text-decoration:none;
}
#pankuzu ul li a:hover {
	text-decoration:underline;	
}


/* =Menu
-------------------------------------------------------------- */

#main-menu {
	background: url("img/menu_bg.gif");
	background-repeat: no-repeat;
	clear: both;
	display: block;
	margin: 0 auto;
	width: 940px;
	height: 60px;
}
#main-menu ul  {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#main-menu ul li {
	position: relative;
	float: left;
}
#main-menu ul li a {
	display: block;
	height: 60px;
	text-indent: -9999px;
	width: 188px;
}
#main-menu .menu-top a {
	background: url("img/btn/top.jpg");
	background-repeat: no-repeat;
}
#main-menu .menu-top a:hover {
	background-position: 0 -60px;
}
#main-menu .menu-top-visit a {
	background: url("img/btn/top.jpg");
	background-repeat: no-repeat;
	background-position: 0 -120px;
}
#main-menu .menu-museum a {
	background: url("img/btn/museum.jpg");
	background-repeat: no-repeat;
}
#main-menu .menu-museum a:hover {
	background-position: 0 -60px;
}
#main-menu .menu-museum-visit a {
	background: url("img/btn/museum.jpg");
	background-repeat: no-repeat;
	background-position: 0 -120px;
}
#main-menu .menu-collection a {
	background: url("img/btn/collection.jpg");
	background-repeat: no-repeat;
}
#main-menu .menu-collection a:hover {
	background-position: 0 -60px;
}
#main-menu .menu-collection-visit a {
	background: url("img/btn/collection.jpg");
	background-repeat: no-repeat;
	background-position: 0 -120px;
}
#main-menu .menu-access a {
	background: url("img/btn/access.jpg");
	background-repeat: no-repeat;
}
#main-menu .menu-access a:hover {
	background-position: 0 -60px;
}
#main-menu .menu-access-visit a {
	background: url("img/btn/access.jpg");
	background-repeat: no-repeat;
	background-position: 0 -120px;
}
#main-menu .menu-inquiry a {
	background: url("img/btn/inquiry.jpg");
	background-repeat: no-repeat;
}
#main-menu .menu-inquiry a:hover {
	background-position: 0 -60px;
}
#main-menu .menu-inquiry-visit a {
	background: url("img/btn/inquiry.jpg");
	background-repeat: no-repeat;
	background-position: 0 -120px;
}


/* =Sidebar
-------------------------------------------------------------- */

#sidebar ul {
	padding: 0px;
	margin: 20px 0px 0px;
	list-style-type: none;
}
#sidebar li {
	background-color: #cccccc;
	width: 220px;
	height: 64px;
	padding: 0px;
	margin-top: 5px;
}
#sidebar a:hover img{
	filter: alpha(opacity=70);
	opacity: 0.7;
}


/* =Area
-------------------------------------------------------------- */

.area {
	background-color: #000000;
	clear: both;
	width: 700px;
	margin: 10px 0 0;
}
.area:after {
	content: "";
	display: block;
	clear: both;
}	
/* #area for ie7 */
.area {
	display: inline-block;
}
.area {
	display: block;
}

.area_h2 {
	padding-top: 13px;
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	font-size:86%;
	color: #cccccc;
	padding:0;
	margin:20px auto;
	width:940px;
}
#footer a {
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;	
}
#footer-menuarea .menu-footer {
	margin:0;
	padding:0;
	background-image:url("img/bottom_bg.jpg");
	background-repeat:no-repeat;
	height: 60px;
	width: 940px;
}
#footer-menuarea .menu-footer ul {
	margin:0;
	padding:0;
	height: 60px;
	width: 940px;
	list-style-type: none;
}
#footer-menuarea .menu-footer li {
	position:relative;
	float:left;
	line-height:60px;
	padding:0 0 0 15px;
}

#colophon {
	margin-top:0;
	overflow:hidden;
	padding:0;
}

#copyright {
	overflow:hidden;
	text-align:right;
}


/* =内部コンテンツ用
-------------------------------------------------------------- */

.category-menu ul {
	color: #ccc;
	margin: 0;
	padding: 0;
	width: 700px;
	list-style-type: none;
}
.category-menu ul li {
	background-image: url("img/icon.gif");
	background-repeat: no-repeat;
	position: relative;
	float: left;
	line-height: 30px;
	padding: 0 0 0 42px;
	background-position: 20px 4px;
}
.category-menu a {
	text-decoration: none;
}
.category-menu a:hover {
	text-decoration: underline;	
}

#content dl.kihon_info {
	padding: 3px 0px 0px 3px;
	margin: 0px;
}
#content dl.kihon_info dt {
	font-weight:normal;
	padding: 0 0 0 21px;
	margin: 0 0 6px;
	background-image:url("img/icon.gif");
	background-repeat:no-repeat;
	color: #cccccc;
}
#content dl.kihon_info dd {
	padding: 0 0 0 21px;
	margin: 0 0 6px;
}
#content dl.kihon_info dd a {
}

.shousai {
	text-align: right;
	color: #cccccc;
	padding: 10px;
}
.shousai a {
	text-decoration:none;
}
.shousai a:hover {
	text-decoration:underline;	
}

ul.nidan-list {
	padding-bottom: 20px;
}
ul.nidan-list:after {
	content: "";
	display: block;
	clear: both;
}	
ul.nidan-list li {
	float:left;
	width: 250px;
}


/* =News
-------------------------------------------------------------- */

.area-floatinclude {
}

.area_news-float {
	padding: 13px 0 0;
}

.news_kakomi {
	background-color: #000;
	color: #ccc;
	font-size: 13px;
	padding: 10px;
}
.news_kakomi p {
	margin-right: 13px;
	margin-left: 13px;
}

.news_kakomi dl {
	padding: 10px 0 20px;
	margin: 0;
}
.news_kakomi dt {
	float: left;
	width: 78px;
	clear: both;
	font-weight: normal;
	margin: 0 0 2px 12px;
	padding: 0 0 2px 19px;
	background-image: url("img/icon.gif");
	background-repeat: no-repeat;
	color: #ccc;
}
.news_kakomi dd {
	margin-left: 78px;
	margin: 0 0 2px 0;
	padding: 0 0 2px 0;
	color: #fff;
}  
.news_kakomi dd a {  
	text-decoration: none;
}

.newslist {
	text-align: right;
	color: #ccc;
	padding-right: 10px;
	padding-bottom: 10px;
}
.newslist a {
	text-decoration: none;
}
.newslist a:hover {
	text-decoration: underline;	
}

.news_side {
	color: #ccc;
	background-color: #000;
	padding: 5px;
	margin: 20px 0 0;
	border: 1px solid #666;
}

.news_side ul {
	padding: 0 0 0 0;
	margin: 10px 0 10px 0;
}
.news_side ul li {
	list-style-type: none;
	background-image: url("img/iconlist.gif");
	margin-bottom: 5px;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-left: 15px;
}
.news_side ul li a {
	text-decoration: none;
}
.news_side ul li a:hober{
	text-decoration: underline;	
}


/* =Images
-------------------------------------------------------------- */

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}


/* =access
-------------------------------------------------------------- */

.access-kakomi {
	margin:10px 0 0 30px;
}

.kakomi a:hover img.access-btn {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

ul.tab, ul.tab li, ul.tabcontent, ul.tabcontent li {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ul.tab, ul.tab li, ul.tabcontent, ul.tabcontent li {
  list-style: none;
}

ul.tab {
	overflow: hidden;
}
ul.tab li {
	border: 1px solid #cccc33;
	float: left;
}
ul.tab li a {
	width: 161px;
	display: block;
	padding: 5px 25px;
	text-decoration:none;
	text-align:center;
}
ul.tab li.select {
	border: 1px solid #cccc33;
	background: #cccc33;
}
ul.tab li.select a {
	color: #fff;
}
ul.tabcontent li {
	width: 617px;
	border-right: 1px solid #cccc33;
	border-bottom: 1px solid #cccc33;
	border-left: 1px solid #cccc33;
	padding: 10px;
	margin-bottom: 20px;
	color:#fff;
}
ul.tabcontent li img {
	padding: 0px;
	margin: 0px;
}
li.hide {
	display: none;
}
