@charset "utf-8";
/* CSS Document */
.holidayCell{
	/*background-color: #FB8787;*/
    background-color: #FAC8C8;
	color:#333;
}

.noMovieDayCell{
	background-color: #cbf9fb;
	color:#333;
}

.publicHolidayCell , .publicHolidayCell span a{
	color:red;

}

/*default----------------------*/
body {
	background: #FFF;
	border-top: 8px solid #004c8f;
	color: #333;
	font-weight: normal;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 12px;
	line-height: 22px;
}

body.top-bg{
background:url(../images/body_top_back.jpg) top repeat-x;
	color: #333;
	font-weight: normal;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 12px;
	line-height: 22px;
}

body.sub-bg{
background:url(../images/body_sub_back.jpg) top repeat-x;
	color: #333;
	font-weight: normal;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 12px;
	line-height: 22px;
}

/*wrap------------------------*/
#wrap {
	width: 940px;
	margin: 0 auto;
}

/*header------------------------*/

#header h1 {
	float: left;
	margin: 24px 0 0;
}

#h_right {
	float: right;
	width: 500px;
	/*padding-bottom: 37px;
	/padding-bottom: 20px;
	*/

	padding-bottom: 0px;
	/padding-bottom: 0px;

}

.subnav {
	float: right;
	margin: 5px 0 4px;
	color: #6D6D6D;
}
.subnav li {
	float: left;
	margin-right: 14px;
}
.subnav li a {
	background: url(../images/icon_arrow_or.gif) no-repeat left 3px;
	padding-left: 14px;
}
.subnav li a:hover {
	background: url(../images/icon_arrow_or_on.gif) no-repeat left 3px;
	/*text-decoration: none;*/
	/*color: inherit;*/
}

#tel {
	float: left;
	margin: 4px 0 0;
}

#search {
	float: right;
	width: 231px;
}
#search input[type="text"]{
	float: left;
	margin-top: 25px;
	margin-left:10px;
	width:150px;
}
#search input[type="image"]{
	float: right;
	margin: 23px 0 0 5px;
}

#header h2 {
	margin-bottom: 40px;
}

/*gnav*/
.container{
	position:relative;
	height: 317px;
	margin: 0 auto 0;
	overflow:hidden;
	clear: both;
	background-repeat: no-repeat;
}

.container2{
	position:relative;
/*	height: 270px;*/
	margin: 34px auto 0;
	overflow:hidden;
	clear: both;
	background-image: url(../../home/images/main.png);
	background-repeat: no-repeat;
	
	height:310px;
	background-position:0px 37px;
}

#gnav {
	position: absolute;
	bottom: 0;
	left: 0;
}
* html #gnav {
	top: 201px;
}
#gnav li.major_item {
	float: left;
	width: 187px;
	height: 60px;
	margin: 0 1px 0 0;
}

#gnav a {
	position: relative;
	float: left;
	bottom: -60px;/**/
	cursor: pointer;
}
#gnav .small_item a {
	float: none;
	display: block;
	
	background: #000 url(/share/images/icon_arrow_bl.png) no-repeat 10px center;
	border-bottom: 1px solid #CCC;
	padding: 5px 25px;
	color:#FFF;
	zoom: 1;
	opacity: 0.7;
	line-height:20px;
}
#gnav .small_item a:hover {
	text-decoration: none;
	background-color: #222;
}

.gnav_about,
.gnav_info,
.gnav_museum,
.gnav_planetarium,
.gnav_event {
	position:absolute;
	left: 0;
	top: -60px;/**/
	display: block;
	width: 187px;
	height: 60px;
}
.gnav_about { background: url(../images/gnav01.png) no-repeat;}
.gnav_info { background: url(../images/gnav02.png) no-repeat;}
.gnav_museum { background: url(../images/gnav03.png) no-repeat;}
.gnav_planetarium { background: url(../images/gnav04.png) no-repeat;}
.gnav_event { background: url(../images/gnav05.png) no-repeat;}

/*bread crumb*/
#bread_crumb {
	height: 18px;
	margin-bottom: 15px;
	padding: 3px 10px 5px 0;
	color: #000;
	line-height: 1.65;
	overflow: hidden;
}
#bread_crumb li {
	display: inline;
	margin-right: 4px;
}
#bread_crumb a {
	/*color: #000;*/
	margin-right: 4px;
}

/*contents------------------------*/
#contents {
	font-size: 12px;
	line-height: 20px;
}

 /*---------c_right*/
#c_right {
	float: right;
	width: 680px;
	margin-bottom: 50px;
	margin-right: 0px;
}

#c_right h3 {
	margin-bottom: 35px;
}

.main_box {
	background: #FFF;
	/*border: 5px solid #8F8779;*/
	border: 5px solid #a4d2f3;
	margin-bottom: 30px;
	padding: 4px;
	clear: both;
	zoom: 1;
}
#top .main_box {
	margin-bottom: 0;
}
.main_box:after {
	display: block;
	content: "";
	clear: both;
}
.main_box h3 {
	margin-bottom: 5px !important;
}

/*info*/
#information dl {
}
#information dt {
	float: left;
/*	margin: 0 10px 10px;*/
	}
	#information dt img{
		margin: 0 0 10px 0;
	}
#information dd {
	float: left;
	width: 560px;
}
#information .title {
	font-size: 16px;
	font-weight: bold;
}
#information .body {
	margin: 10px 0 10px 9px;
}
.main_box .line {
	float: none !important;
	width: auto !important;
	margin: 15px 0;
}
.main_box .line hr {
	border: none;
	clear: both;
}
#information .line hr {
	border-bottom: 1px solid #5B471D;
}

#topics .line {
	clear: both;
	margin: 0;
	padding: 5px 0;
}
#topics .line hr {
	border-bottom: 1px solid #81ADD7;
}


/*topics*/
#topics dl {
	margin: 10px 0;
	zoom: 1;
}
#topics dl:after {
	display: block;
	content: "";
	clear: both;
}
#topics dt {
	float: left;
	margin-left: 10px;
	clear: both;
}
#topics .date {
	float: left;
	margin: 0 20px;
}
#topics .body {
	float: left;
	width: 465px;
	margin-right: 10px;
}

/*banner*/
#banner {
	clear: both;
}
#banner li {
	float: left;
	margin: 10px 10px 0 0;
}
#banner .first {
	clear: both;
}

 /*---------c_left*/
#c_left {
	float: left;
	width: 238px;
	margin-bottom: 50px;
}

.sub_box {
/*	border: 5px solid #8E8779;*/
	border: 5px solid #a8ddff;
	margin-bottom: 12px;
}

.h4_txt {
	/*background: #8E8779;*/
	background: #a8ddff;
	padding: 4px 8px;
	font-size: 100%;
}

/*calendar*/
#calendar {
	padding-bottom:10px;
}
#captionMonth {
	margin: 5px 0;
	color: #474747;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}
#calendar table {
	width: 98%;
	margin: 0 auto;
	text-align: center;
	border-collapse: separate;
	border-spacing: 2px;
}
#calendar thead th {
	background: #494131;
	color: #FFF;
	font-weight: bold;
	padding: 2px;
	text-align: center;
}
#calendar tbody td {
	border: 1px solid #8B8B8B;
	width: 13.90%;
    padding: 0 0 2px 0;
}

#calendar_define {
	/*margin: 5px 10px;*/
	margin: 5px 4px;
	zoom: 1;
}
#calendar_define:after {
	display: block;
	content: "";
	clear: both;
}
#calendar_define dt {
	float: left;
	padding-top: 3px;
	padding-right: 3px;
}
#calendar_define dd {
	float: left;
	margin-right: 10px;
	font-size: 10px;
}

.holiday_p { color: #8AC4C7;}
.holiday { 
  color: #FB8787;
    
}
.today_calendar { color: #edef3f;}

#calendar h5 {
	margin: 0 4px;
	font-size: 12px;
}
#calendar p {
	margin: 0 0 0 12px;
}

#to_price {
	display: block;
	width: 200px;
	height: 19px;
	margin: 2px auto;
}
#to_price {
	background: url(/share/images/price_btn_on.png) no-repeat;
}
#to_price:hover img { display: none;}

/*banner*/
.bnr {
	display: block;
	margin-bottom: 12px;
}

/*floorguide*/
#floorguide a {
	display: block;
	width: 228px;
	height: 43px;
}
#floorguide a:hover img { display: none;}


#floorguide5f a { background: url(/share/images/floor5fon.png) no-repeat;}
#floorguide4f a { background: url(/share/images/floor4fon.png) no-repeat;}
#floorguide3f a { background: url(/share/images/floor3fon.png) no-repeat;}
#floorguide2f a { background: url(/share/images/floor2fon.png) no-repeat;}
#floorguide1f a { background: url(/share/images/floor1fon.png) no-repeat;}
#floorguide1-2f a { background: url(/share/images/floor1-2fon.png) no-repeat;}
#floorguideb1 a {
	background-image: url(/share/images/floorb1on.png);
	background-repeat: no-repeat;
}
#floorguideb2 a { background: url(/share/images/floorb2on.png) no-repeat;}


/*weather*/
#weatherhacks-70 {
	font-size: 10px;
	text-align: center;
	zoom: 1;
}
#weatherhacks-70:after {
	display: block;
	content: "";
	clear: both;
}
.wtr {
	float: left;
	width: 50px;
	margin: 0 10px 10px;
}
.wtr-title {
	margin: 5px 0;
}
.wtr-content {
	margin: 5px 0 0;
}
.wtr-max {
	color: #FE0202;
}
.wtr-min {
	color: #021AFD;
}

/*local nav*/
#lnav {
	border-top: none;
	border: 1px solid #91908E;
	margin-bottom: 12px;
	padding: 3px 4px 0 3px;
	font-size: 20px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: bold;
	text-shadow: 0 0 1px #bbb;
}
#lnav li {
	height: 38px;
	margin-bottom: 3px;
}
#lnav li a {
	display: block;
	background: url(../images/lnav_bg.png) no-repeat;
	/*
		padding: 10px 20px;
	*/
}
#lnav li a:hover {
	background: url(../images/lnav_bg_on.png) no-repeat;
	color: inherit;
	text-decoration: none;
}

/*footer------------------------*/
#fnav {
	display: block;
	border-left: 1px solid #8F8F8F;
	margin: 20px 0 20px 0;
	padding-left: 5px;
	font: 12px/1 Verdana,"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	text-align: center;
	clear: both;
	zoom: 1;
}
#fnav:after {
	display: block;
	content: "";
	clear: both;
}
#fnav li {
	float: left;
	border-right: 1px solid #8F8F8F;
	margin-right: 5px;
	padding-right: 5px;
}

#footer {
	border-top: 1px solid #8F8879;
	width:100%;
	background: url(../images/ft_back_img.jpg) top repeat-x;
}
#f_wrap {
	width: 940px;
	height:242px;
	margin: 10px auto 0;
	padding-top: 10px;
	clear: both;
}

#logo_s {
	float: left;
	margin-right: 20px;
	padding: 15px 20px 25px 0;
	border-right: 1px dotted #8F8879;
}
#address {
	float: left;
	padding: 15px 20px 25px 0;
}
#qr {
	float: right;
	margin-bottom: 5px;
	text-align: center;
}

#copyarea {
	background: url(../images/footer_bg.gif) repeat-x;
	clear: both;
	color: #FFF;
		}
#copyarea address {
	font-style: normal;
	color: #FFF;
	display:block;
	width:940px;
	margin:0 auto;
	text-align: right;
}

.more {
	float: right;
	margin-bottom: 10px;
}
.more a:link,
.more a:visited {
	display: block;
	/*
	background: #8F8779 url(../images/icon_arrow_br.gif) no-repeat 10px center;
	*/
	background: #a4d2f3 url(../images/icon_arrow_br.gif) no-repeat 10px center;
	padding: 10px 10px 10px 25px;
	color: #0d5a89;
}
.more a:hover {
	background-color: #78AED7;
	color: #FFF;
	text-decoration: none;
}


/*common------------------------*/
/*text*/
.txt-red { color: #F00;}
#midashi {
	width: 680px;
	float: left;
	margin-bottom: 10px;
	height: 20px;
}
#dl_form  {
	width: 682px;
	height: auto;
	margin-top: 20px;
}
#dl_form #dl_td {
	float: left;
	height: auto;
	width: auto;
	margin-right: 20px;
	margin-top: 10px;
}

#dantaidl_form  {
	width: 682px;
	height: auto;
	margin-top: 20px;
}
#dantaidl_form #dantaidl_td {
	height: auto;
	width: auto;
	margin-right: 10px;
	margin-top: 10px;
	clear: both;
}
#dantaidl_form #dantaidl_img {
	height: auto;
	width: 268px;
	margin-top: 20px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}



.txt10 { font-size: 10px;}
.txt11 { font-size: 11px;}
.txt12 { font-size: 12px;}
.txt16 {
	font-size: 16px;
	font-weight: bolder;
}
.txt18 {
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 4ex;
}
.txt26 { font-size: 26px;}

.txt-mincho { font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;}

.txt-right { text-align: right;}
.txt-center { text-align: center;}

/*list*/
.list-square,
.list-disc {
	margin-left: 20px;
}
.list-square li { list-style-type: square;}

.list-disc li { list-style-type: disc;}

.padding3 {
	padding-top: 3px;
}
.padding4 {
	padding-top: 4px;
}
.padding5{
	padding-top: 5px;
}
.padding6 {
	padding-top: 6px;
}
.padding7 {
	padding-top: 7px;
}
.padding10 {
	padding-top: 10px;
}
.padding15 {
	padding-top: 15px;
}
.padding20 {
	padding-top: 20px;
}
.space5 {
	margin-top: 5px;
}
.space6 {
	margin-top: 6px;
}
.space7 {
	margin-top: 7px;
}
.space10 {
	margin-top: 10px;
}
.space20 {
	margin-top: 20px;
}
.space30 {
	margin-top: 30px;
}
.space_under10 {
	margin-bottom: 10px;
}
.space_under20 {
	margin-bottom: 20px;
}
.space_both10 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.clear_id {
	clear: both;
}

.normalweight{
	font-weight:normal;
}


/*page-top*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
#page-top a {
    width: 87px;
    display: block;
}

/*calendar*/

#calendar{
    	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif!important;
}

#calendar .h4_txt{
	color:#0d5a89;
}


table.em-calendar td.eventful a{
	color:black;
	text-decoration:underline;
}


/*holiday_area*/
.holiday_area{
    background-color: #a8ddff;
    border:5px solid #a8ddff;
    margin-bottom: 14px;
}

.holiday_area p{
    text-align: center;
    padding:14px 0;
}

.holiday_area dl{
    background-color: #fff;
    padding:14px 10px;
    margin-bottom: 5px;
    font-size: 16px;
}

.holiday_area dl dt{
    font-weight: bold;
    margin-bottom: 5px;
}

.holiday_area dl dd{line-height: 1.4em;}

.holiday_area dl:last-child{
    margin:0;
}

@media print{
div.alignleft{ display:table-cell; float:none;}
div.alignright{ display:table-cell; float:none;}
	}