@charset "utf-8";
/* CSS Document */


/* =========================================================
 #wrap
========================================================= */

div#wrap {
	width: 800px;
	margin: 0 auto auto 10px;
	
}


/* =========================================================
 ヘッダー
========================================================= */

div#header {
	width: 800px;
	height: 110px;
}


/* グローバルナビ
--------------------------------------------------------- */

div#gnav-nav {
	width: 800px;
	height: 50px;
	padding: 0;
	margin-top: 5px;
	clear: both;
}

div#gnav-nav img {
vertical-align:bottom;
}

div#gnav-nav .gnav {
	width: 800px; 
	margin: 0 auto; 
	position: relative; 
	line-height:1; 
	text-align: left; 
}

div#gnav-nav .gnav li {
	list-style: none;
	float: left;
	position: relative; 
}

div#gnav-nav .gnav ul {
	display: none;
}



#gnav-nav .dropdown {
	position: absolute;
	z-index:1;
	top:0;
	padding: 20px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px
}


#gnav-nav ul li #dropdown_1 {
	margin-left: -83px;
	background: #dbebc4;
	color: #333
}


#gnav-nav ul li #dropdown_2 {
	margin-left: -205px;
	background: #dbebc4;
	color: #333
}

#gnav-nav ul li #dropdown_3 {
	margin-left: -327px;
	background: #dbebc4;
	color: #333
}

#gnav-nav ul li #dropdown_4 {
	margin-left: -449px;
	background: #dbebc4;
	color: #333
}

#gnav-nav ul li #dropdown_5 {
	margin-left: -571px;
	background: #dbebc4;
	color: #333
}

#gnav-nav ul li #dropdown_6 {
	margin-left: -693px;
	background: #dbebc4;
	color: #333
}


/* =========================================================
 バナースライダー
========================================================= */

.in { 
	position:relative;
	z-index:0; 
	width:800px;
	height:200px;
	margin-top:5px;
	margin-bottom:5px;
}

.in img { 
	position:absolute; 
	left:0; top:0; 
}


/* =========================================================
 コンテンツ
========================================================= */

/*-----------------------------------------------
 __container
-----------------------------------------------*/

#container {
	float:left;
}

/*-----------------------------------------------
 __contents
-----------------------------------------------*/

#contents {
	width:600px;
	float:left;
}

/* __main
------------------------------------------*/

#main {
	float:right;
	width:400px;
	padding-right:5px;
}


/* 中央イベントバナー
------------------------------------------*/

div.evBnr01{
	width:400px;
	height:100px;
	margin-bottom:10px;
}


div.evBnr02{
	width:400px;
	height:100px;
	margin-bottom:5px;
}


/* what's new
------------------------------------------*/
#main div#box{
	width: 390px;
	font-weight: bold;
	font-family: sans-serif;
	font-size:24px;
	color: #fff;
	background-color: aliceblue;
	padding: 0px 0px;
}
#main div#feed {
	width: 400px;
	
}

 /* what's newタイトル */
 
.rssFeed .rssHeader {
	width: 355px;
	height:30px;
	padding: 15px 0 5px 45px;
	font-weight: bold;
	font-family: sans-serif;
	font-size:24px;
	color: #fff;
	background:url(../images/tit-top-wnew.jpg) no-repeat;
}

.rssFeed .rssHeader a{
	color: #fff;
	text-decoration:none;
}

.rssFeed .rssHeader a:hover {
	color: #fff;
	text-decoration: underline;
	}
	
.rssFeed .rssHeader a:visited {                 
	color: #fff;
	text-decoration: none; 
}


.rssFeed .rssHeader a:active {
	color: #fff;
	text-decoration: underline;
	}
	 


 /* what's new内容部分 */

.rssBody {
	width: 398px;
	border-bottom:solid 1px #333;
	border-left:solid 1px #333;
	border-right:solid 1px #333;
	}


.rssFeed .rssBody ul {
	width: 370px;
	padding:0 5px;
	padding-left:20px;
}



.rssFeed .rssBody ul li {
	padding: 10px 0;
	border-bottom: #ccc 1px dotted;
	list-style-type:disc;
	
}

/* 記事タイトル */

.rssFeed .rssBody ul li.rssRow h4 { 
	color:#333;
	font-weight: bold;
	font-size: 14px;
	line-height:1.4;
}

.rssFeed .rssBody ul li.rssRow h4 a {
	color:#45a828;
	text-decoration:none;
}

.rssFeed .rssBody ul li.rssRow h4 a:hover {
	color:#45a828;
	text-decoration: underline;
}

.rssFeed .rssBody ul li.rssRow h4 a:active {
	color:#45a828;
	text-decoration: underline;
}

.rssFeed .rssBody ul li.rssRow h4 a:visited {
	color:#45a828;
	text-decoration:none;
}

/* 日付 */

.rssFeed .rssBody ul li.rssRow div { 
	width:140px;
	margin:5px 0 5px 220px;
	padding: 5px;
	font-size: 10px;
	text-align:	center;
	color: #333;
	background-color:#CCC;
}

/* 本文 */

.rssFeed .rssBody ul li.rssRow p { 
	padding: 5px 10px 10px 10px;
	font-size: 12px;
	}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
/*	outline: 0;*/
}

html {
	font-size: 75%;
}

img {
	vertical-align: text-bottom;
	-ms-interpolation-mode: bicubic;
}

strong {
	font-weight: bold;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
/*	border-collapse: separate;*/
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a:focus {
/*\*/
	overflow: hidden;
/**/
}

option {
	padding-right: 10px;
}



/* Twitterフォロー
------------------------------------------*/

#main div.secInfo03{
	margin:10px 0 10px 0;
	
}



/* __sub
------------------------------------------*/

#sub {
	float:left;
	width:190px;
	padding-right:5px;
}


/* サブメニュー
------------------------------------------*/

#sub div.snav-wrap{
	width:190px;
	height:245px;
	background:	url(../images/bg-snav.gif) no-repeat;
	margin-bottom:10px;
}


#sub div.snav-wrap ul li{
	list-style-type:none;
}


#sub div.snav-wrap ul li img {
	vertical-align: bottom;
}


/* 小見出しタイトル
------------------------------------------*/
#sub div.titTopsub{
	width:190px;
	height:24px;
	margin:10px 0 10px 0;
	}


/* 周辺施設リンク
------------------------------------------*/

#sub ul.ul-facility {
	width:190px;
	list-style-type:disc;
	padding-left:20px;
	color:#0033cc;
	line-height:1.4;
	margin-bottom:10px;

}

#sub img.bnr{
	width:180px;
	margin-bottom:5px;
	
}


/* 博物館情報
------------------------------------------*/
#sub div.secInfo01{
	width:190px;
	padding-right:10px;
	margin:10px 0 10px 0;
	
}


#sub div.secInfo01 p{
	line-height:1.4;
}


#sub div.secInfo02{
	width:190px;
	padding-right:10px;
	margin:10px 0 10px 0;
	
}


#sub div.secInfo02 p{
	line-height:1.4;
}



/* __ex
------------------------------------------*/

#ex {
	float:left;
	width:200px;
}


/* カレンダー
------------------------------------------*/

#ex div.div-calendar {
	width:200px;
	margin-bottom:10px;
}


/* バナー
------------------------------------------*/

#ex div.div-bnr01{
	width:200px;
	margin-bottom:10px;
	padding:0 15px;
	
}

#ex div.div-bnr01 p{
	font-size:80%;	
}


/* イベントレポート
------------------------------------------*/
#ex div.div-evReport iframe{
	width:200px;
	height:310px;
	margin-bottom:10px;
}


/* Facebook
------------------------------------------*/
#ex div.div-fb{
	width:200px;
	height:500px;
	margin-bottom:20px;
}


/*-----------------------------------------------
 #footer
-----------------------------------------------*/


div#footer{
	width:800px;
	height:34px;
	margin:10px 0 10px 0;
	clear:both;
	overflow:hidden;
	background-color:#013328;
}



div#footer p.count{
	padding-top:3px;
	padding-left:10px;
	float:left;
}

div#footer address{
	color:#FFF;
	font-weight:bold;
	font-size:95%;
	padding-top:3px;
	text-align:center;
}

div#footer address img{
	vertical-align:middle;
}








