@charset "UTF-8";

a:hover,
a:active,
a:focus {
	text-decoration: none;
}

/*--------------------------------------
	基本共通設定
----------------------------------------*/ 
/* 行間 */
p,li,dd,th,td {
	line-height: 1.38;
}
/* フォントサイズ */
p,li,dt,dd,th,td {
	font-size: 0.95em;
}

p {
	margin: 0 0 0.75em 0;
}

/*--------------------------------------
	表示領域
----------------------------------------*/ 

#wrapper {
	_text-align: center;	/** for IE6 **/
	width: 800px;
	margin: 0 auto;
	background-color: #fff;
	border-left: 1px solid #345753;
	border-right: 1px solid #345753;
    position:relative;
}
#container {
	_text-align: left;		/** for IE6 **/
}

/*--------------------------------------
	ヘッダー
----------------------------------------*/ 
#header li,#header p{
	line-height: 1.1;
	font-size: 1.01em;
	margin: 0;
}
#header ul{
	margin: 0;
}
#header img {
	border: none;
	padding: 0;
	margin: 0;
}

/*-- control --*/
#control {
	padding-top:2px;
}
	/* 本文へのジャンプナビ */
	#control ul {
		float: right;
	}
	#control li {
		margin: 3px 5px 3px 15px;
		float: left;
		font-size: 0.8em;
	}
	#control li a{
		padding: 1px 0 1px 10px;
		background: url(../iwimages/arrow_green.gif) 1px center no-repeat;
		text-decoration: none;
		color: #000;
	}
	#control li.active a{
		background: url(../iwimages/arrow_red.gif) 1px center no-repeat;
	}
	#control li a:hover{
		text-decoration: none;
		background: url(../iwimages/arrow_red.gif) 1px center no-repeat;
		color: #000;
	}

/*-- headerMain --*/
#header-main {
	position: relative;
}
	/* ロゴ */
	#header-main p#logo {
		float:left;
	}
	#header-main p#logo a img{
		margin: -0.1em 0 5px 0;
		z-index: 2;
	}
	/* ヘッダーメニュー */
	#header-main #header-menu{
		margin-left:220px;	/* ロゴの表示幅分を確保 */
		position: absolute;
		bottom:5px;
		right:5px;
	}
	#header-main #header-menu{
		background-color: #ffffff;
		float:right;
	}
	#header-main #header-menu ul{
		margin: 0;
	}
	#header-main #header-menu li{
		float: left;
		white-space: nowrap;
		margin-left: 10px;
	}
	#header-main #header-menu li a{
		font-size: 0.8em;
		padding: 1px 0 1px 10px;
		background: url(../iwimages/triangle_green.gif) 1px center no-repeat;
		text-decoration: none;
		color: #000;
	}
	#header-main #header-menu li.active a{
		background: url(../iwimages/triangle_red.gif) 1px center no-repeat;
	}
	#header-main #header-menu li a:hover{
		text-decoration: none;
		background: url(../iwimages/triangle_red.gif) 1px center no-repeat;
		color: #000;
	}

/*--------------------------------------
	グローバルナビ
----------------------------------------*/
#contents-menu{
	background-image: url(../iwimages/menu_back.jpg);
	background-position: 0px -180px;
	height: 60px;
	clear: both;
}
#top-page #contents-menu{
	clear: both;
	background-position: 0px 0px;
	background-image: url(../iwimages/menu_back.jpg);
	height: 240px;
}
#contents-menu li{
	margin: 10px 0 0 0;
	float: left;
	border-right: 1px solid #FFFFFF;
}
#contents-menu li.last{
	_border-right: none;
}
#top-page #contents-menu li{
	margin-top: 190px;
}


/*--------------------------------------
	フッター
----------------------------------------*/ 
#footer{
	background-color: #345753;
}
#footer #footer-link{
	color: #ffffff;
	padding:3px;
	float:right;
}
	#footer #footer-link li{
		display: inline;
	}
	#footer #footer-link li a{
		padding: 1px 2px 1px 10px;
		background: url(../iwimages/triangle_green.gif) 1px center no-repeat;
		text-decoration: none;
		color: #ffffff;
		font-size:0.8em;
	}
	#footer #footer-link li a:hover{
		text-decoration: none;
		color: #ffffff;
		background: url(../iwimages/triangle_red.gif) 1px center no-repeat;
	}
#footer address{
	color: #ffffff;
	padding:5px;
	font-size: 0.8em;
	font-style: normal;
	float:left;
}
	/* フッタ下部固定 */
	html, body {
		height: 100%;
		_text-align:center;	/** for IE6 **/
	} 
	#wrapper{
		min-height: 100%;
		height: auto !important;
		height: 100%;
		position: relative;
	}  
	#container {
		padding-bottom: 6em;
	}  
#footer {
	position: absolute;
	width: 100%;
	clear: both;
	bottom: 0;
}


/*--------------------------------------
	パンくずリスト
----------------------------------------*/ 

#topic-path{
	margin: 5px 10px;
}
	#topic-path p{
		font-weight: normal;
		font-size: 0.8em;
		margin-left: 0px;
		padding: 0;
	}
	#topic-path em{
		font-weight: bold;
		font-style: normal;
	}
#topic-path a.tohome {
	padding-left:20px;
	background:url(../iwimages/home.gif) no-repeat left center;
}


/*--------------------------------------
	見出し
----------------------------------------*/ 
h1{
	font-weight: bold;
	font-size: 1.2em;
	letter-spacing: 1px;
	padding: 0 0 3px 2px;
	margin: 1.5em 0 1.0em 0;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
	clear:both;
}

#top-page h1{
	display:none;
}

	/* 見出しアンカー設定部分の書式の調整 */
	h1 a, h1 a:hover, h1 a:active, h1 a:focus, h1 a:visited {
		color: #000;
		text-decoration: none;
	}


h2{
	font-size: 1.0em;
	margin: 1.5em 0 0.75em 0;
	border-width: 0 0 0 5px;
	border-style: solid;
	border-color: #345753;
	padding: 0 0 0 5px;
	font-weight: bold;
}

#top-page h2{
	font-size: 1.2em;
	letter-spacing: 1px;
	padding: 0 0 3px 2px;
	margin: 1.5em 0 1.0em 0;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
	clear:both;
}

/* ページの先頭に戻る */
p.totop{
	margin-top:20px;
	text-align: right;
}
	p.totop a{
		background: url(../iwimages/uparrou_gray.gif) left center no-repeat;
		padding-left: 14px;
		font-size: 0.8em;
	}

/*--------------------------------------
	コンテンツ
----------------------------------------*/ 

#contents-body {
	margin: 20px;
}

/*--------------------------------------
	ウェブ展示
----------------------------------------*/ 

.ex-gallary-title{
	margin: 2.5em 0 0.75em 0;
	border-left: 4px solid #345753;
	padding-left: 5px;
}
.ex-gallary-title h2{
	padding: 2px;
	margin:0;
	border: none;
}
.ex-gallary-title p.callnum {
	border-top: 1px solid #345753;
	font-size:0.9em;
	padding:2px;
	margin:0;
	width:50%;
}
.ex-gallary-pict {
	margin: -3.0em 0 0 1.5em;
	float: right;
}
p.img-caption{
	font-size: 0.8em;
	margin-top:-0.5em;
}
.ex-gallary-pict p.img-caption{
	text-align: right;
}
.ex-gallary-txt p {
	margin-bottom: 0.5em;
}

/*--------------------------------------
	本文：イメージギャラリー
----------------------------------------*/ 

/* 単独 */
p.gallary img{
	vertical-align: bottom;
	padding: 4px;
	border: 1px solid #999;
	background-color: #fff;
}

/* 横並び */
ul.gallary li{
	margin-right: 5px;
	display: inline;
}
ul.gallary li img{
	vertical-align: bottom;
	padding: 4px;
	border: 1px solid #999;
	background-color: #fff;
}

/* 縦並び右寄せ（画像の幅200px） */
div.text-area {	/* 文章エリア */
	margin-right: 250px;
	float: left;
}
div.gallary-area {	/* 画像エリア */
	margin-left: -250px;
	width: 250px;
	float: right;
	text-align: right;
}
	div.gallary-area ul.gallary li img {
		margin-bottom: 10px;
	}

/*--------------------------------------
	本文：イベント情報
----------------------------------------*/ 
/* 定義リスト（ノーマル） */

dt{
	font-weight: bold;
	margin-bottom: 0.3em;
	color:#345753;
}
/* 擬似見出しタイプ */
dl.description{
	margin: 1.5em 0;
}
	/* 見出し */
	dl.description dt{
		font-size: 1.0em;
		margin-bottom: 0.75em;
		border-width: 0 0 0 5px;
		border-style: solid;
		border-color: #345753;
		padding: 0 0 0 5px;
	}
	/* 内容 */
	dl.description dd{
		margin-bottom: 1.5em;
	}
	/* 入れ子のリセット */
	dl.description dd dl dt{
		border-left: 0px;
		padding-left: 0px;
		margin-bottom: 0.3em;	/* 初期値に戻す */
	}
	dl.description dd dl dd{
		margin-bottom: 0.75em;	/* 初期値に戻す */
	}


/* 擬似テーブルタイプ（イベント情報用） */
dl.eventinfo,
dl.eventinfo dt,
dl.eventinfo dd {
	border-style: solid;	/* 実線 */
	border-color: #345753;	/* 線の色 */
}
dl.eventinfo{
	border-width: 0 0 1px 0;
	background-color: #EFE8E0;
	margin-bottom: 0.5em;
}
	dl.eventinfo dt,
	dl dd dl.eventinfo dt {
		margin: 0;
		padding: 7px 0px;
		width: 6em;
		color: 000;
		text-align: center;
		float: left;
		border-width: 1px 0 0 0;
		line-height: 1.38;
	}
	dl.eventinfo dd,
	dl dd dl.eventinfo dd {
		margin: 0 0 0 6em;
		padding: 7px 10px;
		border-width: 1px 0 0 1px;
		background-color: #fff;
		zoom: 1;	/* For IE */
	}
		/* clearfix */
		dl.eventinfo:after {
			content: ".";
			display: block;
			clear: both;
			height: 0;
			visibility: hidden;
		}
		dl.eventinfo {
			min-height: 1px;
		}
		* html dl.eventinfo {
			height: 1px;
			/*\*//*/
			height: auto;
			overflow: hidden;
			/**/
		}
li p, li li, li dd, li dt, dd p, dd li, dd dd, dd dt{
	font-size: 1.0em;
}
li th, li td, dd th, dd td {
	font-size: 1.0em;
	_font-size: 0.95em;	/* For IE */
}
.block {
	width: 500px;
}


/* 関連リンク（見出しなし） */
ul.relativelink li{
	background: url(../iwimages/arrow_gray.gif) left 0.3em no-repeat;
	padding: 0 0 0 17px;
	margin: 0 0 0.2em 0;
}

#digi-page ul.relativelink li,
#ex-page ul.relativelink li {
	background: none;
	padding: 0;
	font-size: 0.8em;
}
#digi-page ul.relativelink li a,
#ex-page ul.relativelink li a{
	background: url(../iwimages/arrow_gray.gif) left 0.3em no-repeat;
	padding: 0 0 0 17px;
}

div.question {
	margin: 1.5em 0;
	border-width: 2px;
	border-style: solid;
	border-color: #ccc;
	padding: 15px;
	border-radius: 15px;		/* CSS3 */
	-moz-border-radius: 15px;		/* For FireFox */
	-webkit-border-radius: 15px;		/* For Safari,Chrome */

}


/* ======================================
	目録
====================================== -*/ 
table.catalog{
	border: 1px #345753 solid;
	border-collapse: collapse;
	border-spacing: 0;
	width:755px;
	margin:1.0em 0;
}
	.catalog th{
		background-color: #EFE8E0;
		text-align: center;
		padding: 5px;
		border-left: 1px #345753 solid;
		border-bottom: 1px #345753 solid;
		color: #345753;
		white-space: nowrap;
	}
	.catalog td{
		vertical-align: middle;
		margin: 0px;
		border-left: 1px #345753 solid;
		border-bottom: 1px #345753 solid;
		padding: 5px;
	}
		td.num {
			white-space: nowrap;
			text-align: right;
		}
		td.theme {
			text-align: center;
			vertical-align: top;
			width: 12em;
		}
		td.public {
			white-space: nowrap;
		}
		td.callnum {
			white-space: nowrap;
		}


/* ======================================
	デジタルギャラリー
====================================== -*/ 

div.digi-gallary-list {
	margin-top: 2.5em;
}
/* 一覧 */
div.digi-gallary {
	margin-bottom: 1.5em;
	border-bottom: 1px dotted #000000;
	padding-bottom: 1.5em;
}
	p.digi-gallary-pict{
		width: 250px;
		float: left;
	}
	div.digi-gallary-txt{
		width: 480px;
		float: right;
	}

/* ======================================
	サイトマップ
====================================== -*/ 
ul.map-tree {
	margin: 0 0 0.7em 0;
}
	ul.map-tree li {
		background-image: url(../iwimages/picon_square_orange.gif);
		background-position: left 0.4em;
		background-repeat: no-repeat;
		line-height: 1.38;
		padding: 0 0 0 15px;
	}
	ul.map-tree ul {
		margin: 0.5em 0 1.0em 1em;
	}
	ul.map-tree ul li {
		background-image: url(../iwimages/sitemap_joint_long.gif);
		background-position: left top;
		background-repeat: no-repeat;
		line-height: 1.38;
		margin: 0;
		padding: 3px 0 3px 15px;
	}
	ul.map-tree ul li.bottom {
		background-image: url(../iwimages/sitemap_bottom.gif);
	}


/* ------------------------------------------------- 汎用 */

em{
	font-weight: bold;
	font-style: normal;
}
dl.eventinfo em {
	font-size:1.1em;
}
em.attention,
dl.eventinfo em.attention {
	font-size: 1.0em;
	font-weight: normal;
	color: #FF0000;
}

.subinfo{
	font-size: 0.8em;
	font-weight: normal;
	letter-spacing: 0px;
	margin-left: 2px;
	margin-right: 2px;
}

.end{
	color: #ff0000;
}

.nodisplay{
	display:none;
}

.hidden{
	visibility: hidden;
}


.clear{
	clear:both;
}



/* clear fix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}


