﻿@charset "utf-8";
/*-------------------------------------------------
  Nucleus CMS Stylesheet - bundled with version 3.2
  Based on the Stanch skin by Ivan Fong
  Mods by hcgtv and moraes
-------------------------------------------------*/

/*---------	---------------------------------------
  General layout
-------------------------------------------------*/
body{
	color: #494949;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	padding: 0;
	margin: 0;
	font-size:12px;
	line-height: 1.5em;
	background:#FFFFFF;
}

div#wrapper2{
	width:100%;
	text-align:center;
	position:absolute;
	right:0px;
	}

div#wrapper{
	position:relative;
	text-align:left;
	width:950px;
	margin:0 auto;
}

img{
	border: 0;
	margin:0px;
	padding:0px;
}

form{
	margin: 0;
}	

/* Headings */
h1,h2{
	font-weight: normal;
	font-size:14px;
	margin: 0;
}

h2.title{
	border-top:#1A1A1A solid 1px;
	border-bottom: #ccc solid 1px;
	clear:both;	
	margin-bottom:2px;
}

/* Lists */
ul{
	list-style: none;
	padding: 0;
	margin: 0 0 30px 0;
}

li{
	padding: 0px;
	margin: 5px 5px 5px;
}

/* Links */
a:link, a:visited{
	color:#0085EE;
}

a:hover, a:active{
	color: #FFFFFF;
	background-color:#0085EE;
}

/* Basic classes */
.centerize{
	text-align: center;
}

.leftbox{
	float:left
}

.rightbox{
	float: right;
}

.rightbox img{
	margin-left:4px;
}
.clearing{
	height: 0;
	clear: both;
}

/*-------------------------------------------------
  Header
-------------------------------------------------*/
#header{
	position: relative;
	width: 950px;
	height: 98px;
	background:url(images/header_02.png) top left repeat-x;
}

#logo{
	width:100%;
}

#logo a{
	width:469px;
	height:75px;
	display:block;
	background:url(images/header_logo.gif) top left no-repeat;
}

#header_menu{
}

.header_menu_item{
	float:left;
	height:23px;
}

.header_menu_item a{
	height:23px;
	display:block;
}

#menu_top a{
	width:178px;
	background:url(images/menu_top.gif) top left no-repeat;
}



#menu_exhibition a{
	width:146px;
	background:url(images/menu_exhibition.gif) top left no-repeat;
}

#menu_members a{
	width:145px;
	background:url(images/menu_members.gif) top left no-repeat;
}

#menu_staff a{
	width:146px;
	background:url(images/menu_staff.gif) top left no-repeat;
}

#menu_map a{
	width:146px;
	background:url(images/menu_map.gif) top left no-repeat;
}

#menu_about a{
	width:189px;
	background:url(images/menu_about.gif) top left no-repeat;
}

#menu_about a:hover{
	background-position:0px -30px;
}

#menu_top a:hover,#menu_exhibition a:hover,#menu_members a:hover,#menu_staff a:hover,#menu_map a:hover,#menu_about a:hover{
	background-position:bottom;
}


/*-------------------------------------------------
  Main content
-------------------------------------------------*/
#content_wrapper2{
	width:950px;
}
#content_wrapper{
	padding: 0 10px;
}
#topcontainer{/*サイドバーがないとき*/
	clear:both;
	position:relative;
	width:920px;
}

#container{
	position:relative;
	float: right;
	width: 650px;
}

.left_container{
	position:relative;
	float: left;
	width: 650px;
}

#container2{
	position:relative;
	float: right;
	width: 490px;
	margin-left: 30px;
}
.content{
	position: relative;
	margin-top:23px;
	width:inherit;
}

.item{
	margin-bottom:20px;
	margin: 10px 22px 10px 30px;
}

/*-------------------------------------------------
  Member
-------------------------------------------------*/
div#membertop{
	padding-left:15px;
	height:550px;
	width:920px;
	background:url(images/bg_membertop.gif) top left no-repeat;
}

div.members{
	float:left;
	width:170px;
	height:50px;
	margin-right:10px;
}

div.linkimg{
	text-decoration:none;
	width:45px;
	float:left;
}

.linkimg a:hover{

}

.members_img{
	padding-top:15px;
	text-align:center;
}

.members_img a img{
	padding-left:15px;
}
/*-------------------------------------------------
  Schedule
-------------------------------------------------*/
div.schedule{

}

/*-------------------------------------------------
  Exhibition
-------------------------------------------------*/
#exhibition_photo_title{
	margin:50px 0px 30px;
	border-bottom:#000000 solid 1px;
}

/*-------------------------------------------------
  Item styles
-------------------------------------------------*/
.contenttitle{
	margin-bottom: 20px;
}

.contentbody
{
	clear:both;
	padding: 0 10px 10px;
}

/*-------------------------------------------------
  Item info
-------------------------------------------------*/
.contentitem{
}

.contentitems /*過去の企画展用*/
{
	clear:both;

}

.contentstaff{
	border-bottom:#000000 solid 1px;
	margin-bottom:20px;
}

/*-------------------------------------------------
  TOP
-------------------------------------------------*/
.top_body{
	padding:0px;
}

.top_body img{
	float: right;
	margin:0px 50px;
	text-align:right;
}

.top_body div.leftbox{
	width:240px;
}

/*-------------------------------------------------
  Menu
-------------------------------------------------*/
.rightbarcontainer{
	position:relative;
	float: right;
	width: 240px;
	margin-left: 30px; 
}

#sidebarcontainer, .leftbarcontainer{
	position:relative;
	float: left;
	width: 240px;
}

.leftbarcontainer_1{
	position:relative;
	float:left;
	width: 195px;
}

.leftbarcontainer_2{
	position:relative;
	float:right;
	width: 195px;
}

.leftbarcontainer_2 h2.title{
	height:21px;
}
div.menu_block{
	margin-top:20px;
}


li a{
	text-decoration:none;
}

/*-------------------------------------------------
  Footer
-------------------------------------------------*/
#footer
{
	position:relative;
	width: 950px;
	font-size:10px;
	vertical-align:middle;
	padding: 5px 0 10px 0;
	margin-top:30px;
}

#footer_container{
	border-top: #000000 solid 2px;
	padding-left:30px;
}

li.footer_menu{
	float:left;	
	width:122px;
	height:14px;
	display:block;
}

li.footer_menu a{
	width:122px;
	height:14px;
	display:block;
}
#regulations a{
	background:url(images/menu_regulations.gif) no-repeat;
}

#regulations a:hover{
	background-position:0px -20px;
}

#contact a{
	background:url(images/menu_contact.gif) no-repeat;
}

#contact a:hover{
	background-position:0px -20px;
}

/*-------------------------------------------------
  Calendar
-------------------------------------------------*/
table.calendar th, td{
	width: 24px;
}

table.calendar{
	font-size:12px;
}

td.days {
  text-align: center;
}

td.today {
  text-align: center;
  color: white;
  background-color: #0085EE;
}

.today a{
	color: #FFFFFF;
}

/*-------------------------------------------------
  PageSwitch
-------------------------------------------------*/
div.pageswitch{
	float:right;
}

#switch_schedule,#switch_exhibition,#switch_work,#switch_profile,#switch_next,#switch_prev{
	width:84px;
	height:28px;
	padding-left:4px;
}

.pageswitch a{

}

#switch_schedule a,#switch_exhibition a,#switch_work a,#switch_profile a,#switch_next a,#switch_prev a{
	text-decoration:none;
	text-indent:-9999px;
	width:80px;
	height:28px;
	display:block;
}

#switch_schedule a:hover,#switch_exhibition a:hover,#switch_work a:hover,#switch_profile a:hover,#switch_next a:hover,#switch_prev a:hover{
	background-position:0px -28px;
}

#switch_schedule a{
	background:url(images/switch_schedule.gif) no-repeat;
}

#switch_exhibition a{
	background:url(images/switch_exhibition.gif) no-repeat;
}

#switch_work a{
	background:url(images/switch_work.gif) no-repeat;
}

#switch_profile a{
	background:url(images/switch_profile.gif) no-repeat;
}

#switch_next a{
	background:url(images/switch_next.gif) no-repeat;
}

#switch_prev a{
	background:url(images/switch_prev.gif) no-repeat;
}

/*.pageswitch a:hover, a:active{
	background-color:#FFFFFF;
}*/

/*-------------------------------------------------
  Map
-------------------------------------------------*/
#map{
	width:890px;
	height:400px;
	margin-top:30px;
}

/*-------------------------------------------------
  Form
-------------------------------------------------*/
.form_h{
	position:relative;
	width: 150px;
	float: left;
}

.form_d{
	float: left;
	width:600px;
}

.form_r{
	position:relative;
	clear:both;
	width:800px;
	margin-top:15px;
	margin-left:20px;
}