@charset "UTF-8";

/* 文書本体 */

body {
	background : #fff url(../parts/header_bak.jpg) repeat-x;
	font-size: 14px;
	line-height: 1.6;
	text-align : center;
}

/* リンクテキスト */
a:link {
	color: #0f5499;
}
a:visited {
	color: #800080;
}
a:hover ,
a:focus ,
a:active {
	color: #8f4118;
	text-decoration : underline;
}
/* リンク（下線なし） */
#contents_body #side a:link ,
#contents_body #side a:visited ,
#contents_body #side a:hover ,
#contents_body #side a:focus {
	text-decoration : none;
}
#header {
	text-align :left;
	position : relative;
	margin : 0 auto;
	width : 936px;
	height : 105px;
	background : transparent url(../parts/headerlink_bak.jpg) no-repeat;
}
#header h1 {
	padding : 42px 0 0 28px;
	font-size : 1.78em;
}
#header ul {
	height : 36px;
	list-style-type : none;
	font-size: 0.79em;
	position : absolute ;
	top : 0;
	right : 0;
	margin-right:36px;
	padding-right : 1em;
}
#header ul li {
	float : left;
	background : #333 ;
	color : #fff;
	line-height :1.2;
	margin : 10px 0 1em 1em;
	padding-left :1em;
	border-left : 1px dotted #fff;
}
#header ul li#home_link {
	border-left : none;
}
#header ul li a:link ,
#header ul li a:visited {
	color : #fff;
}
#header ul li a:hover {
	color : #c63;
}
#globalmenu {
	background : #eee url(../parts/global_bak.jpg) repeat-x;
	width : 100%;
	height : 65px;
}
#globalmenu ul {
	width : 906px;
	margin : 0 auto;
	list-style-type : none;
}
#globalmenu ul li {
	float : left;
}
#footer {
	background : #333 url(../parts/footer_bak.jpg) repeat-x;
	color : #fff;
	height: 207px;
	padding : 1.5em 0 0 ;
	text-align :center;
}
#footer #footer_link {
	border-top : 1px dotted #333;
	border-bottom : 1px dotted #333;
	height : 1.5em;
	padding : .5em 0 ;
	font-size : 0.79em;
	text-align :center;
}
#footer #footer_link ul {
	text-align :left;
	margin : 0 auto;
	list-style-type : none;
	width : 900px;
}
#footer #footer_link ul li {
	float : left;
	line-height :1.5;
	margin : 0 1em 0 0;
	padding-left :1em;
	border-left : 1px dotted #999;
}
#footer #footer_link ul li a {
	line-height :1em;
}
#footer #footer_link ul li a:link ,
#footer #footer_link ul li a:visited {
	color : #fff;
	text-decoration : none;
}
#footer #footer_link ul li a:hover {
	text-decoration : underline;
}
#footer #ad {
	text-align :left;
	margin : 0 auto;
	width : 900px; 
	height : 98px;
}
#footer #ad address {
	font-size : .86em;
	font-style : normal ;
	color : #fff;
	padding : 18px 0 0 264px;
	line-height : 1.2;
}
#footer address #footer_logo {
	float :left;
	margin-left : -264px;
}
#copyright {
	text-align :left;
	font-size : .86em;
	color : #fff;
	height : 68px;
	padding-top : 1em;
	width : 900px ;
	margin : 0 auto;
}

#contents {
	background : transparent url(../parts/contents_bak.jpg) repeat-x;
	/*トップページではmargin-top:19px その他のページはパンくずリストの後に19px*/
}
#contents_body {
	background : transparent url(../parts/side_bak.jpg) repeat-y 100% 0;/*サイドメニューの罫線*/
	text-align :left;
	margin : 0 auto;
	width : 900px;
}
#contents_foot {
	clear : both ;
	background : transparent url(../parts/side_bak.jpg) repeat-y 100% 0;
	margin : 0 auto 0;
	padding-top : 2em;
	width : 900px;
}
#contents_body #main {
	width: 590px;
	padding-bottom : 8em;
	float : left;
	position : relative ;
}
/*サイドメニュー*/
#contents_body #side {
	float :right;
	width:290px;
	background : transparent url(../parts/side_bak_once.jpg) no-repeat 100% 0;
}
/*サイドメニューラッパー*/
#side #side_wrap {
	padding : 8px 7px 7px 9px;
}
/*サイドメニュー 見出し2*/
#side #side_wrap h2 {
	font-size : 1em;
	margin : 0 1px;
}
/*サイドメニュー 見出し3*/
#side #side_wrap h3 {
	font-size : 1em;
	margin : 0 1px;
}
/*サイドメニュー 博物館外観画像*/
#side #side_wrap p.museum_image {
	margin : 0 1px;
}
#side #side_wrap p.museum_image img {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
/* サイドバー内の罫線囲いボックス */
#side #side_wrap div.wrap_box {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding : 0 4px 4px 4px;
	margin : 0 1px 1.5em 1px;
}
/* サイドバー内の罫線囲いボックス 定義リスト（ご利用案内の概要） */
#side #side_wrap div.wrap_box dl {
	padding-top : 4px;
	font-size : .93em;
}
#side #side_wrap div.wrap_box dl dt {
	border-bottom : 2px solid #ccc;
	background : #f4f4f4;
	line-height : 1.8;
	padding : 2px 8px 0;
	font-weight: bold;
}
#side #side_wrap div.wrap_box dl dd {
	line-height : 1.6;
	padding : .45em 0 .45em 8px;
}
#side #side_wrap div.wrap_box dl dd table {
	font-size : .93em;
	width : 100%;
	text-align : center;
	margin-top : 8px;
}
#side #side_wrap div.wrap_box dl dd table caption {
	text-align : left;
	font-weight : bold;
	line-height : 1.5;
}
#side #side_wrap div.wrap_box dl dd table th {
	font-weight : normal;
	border : 1px solid #ebebeb;
	width : 63px;
	letter-spacing : -1px;
}
#side #side_wrap div.wrap_box dl dd table td {
	border : 1px solid #ebebeb;
}
#side #side_wrap div.wrap_box dl dd p {
	font-size : 0.93em;
	line-height : 1.2;
	padding-top : 4px;
}
/* 常設展示へのリンク（小） */
#side #side_wrap div.wrap_box ul {
	list-style-type : none;
}
#side #side_wrap div.wrap_box ul li {
	padding-top: 5px;
}
/* 企画展、イベント告知、交通のご案内、セミナー教室へのバナー */
#side #side_wrap p.banner {
	margin-bottom : 3px;
}
/* バナーの区切り線 */
#side #side_wrap hr {
	display: block;
	margin-top: 6px;
	margin-bottom: 6px;
	padding: 0;
	border-top: 1px solid #f9f9f9;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 0 none;
	height: 2px;
	color: #eee;
	background-color: #eee;
}

#home #side_wrap h2 {
	margin-top: 16px;
}
/* ページの先頭へ戻るリンク */
#contents_foot p.page_top {
	margin-right : 283px;
	text-align : right;
	padding : 0 0 12px;
}
/* AdobeReader へのリンク */
p.read_pdf {
	color : #666;
	font-size : .93em;
	line-height : 1.2;
	padding : .5em 0;
}
p.read_pdf img {
	float : right;
}

/*************************************************************
Hack
**************************************************************/

/* clearfix */

.clearfix:after {
	content: ".";       /* 擬似要素に空を追加。 */
	display: block;     /* 上の空をブロック要素にする */
	height: 0;          /* 高さが算出されないよう0に設定 */
	clear: both;        /* フロートを解除して回り込みを防ぐ */
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height:1%;  /* for IE 7*/
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
