/* @override 
	http://localhost:3000/stylesheets/styles.css?1212413194
	http://localhost:3000/stylesheets/styles.css?1248774716
	http://localhost:3000/stylesheets/styles.css?1279613624
	http://localhost:3000/stylesheets/styles.css?1279697257
	http://localhost:3000/stylesheets/styles.css?1279785228
	http://localhost:3000/stylesheets/styles.css?1280887945
	http://localhost:3000/stylesheets/styles.css?1280902449
*/

@import url(reset.css);

* html .clearfix{
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
*+html .clearfix{
  min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

body {
	background: url(../images/back.gif) 50% 0% repeat-y;
	font-size: 12px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

#container {
	width: 950px;
	margin: auto;
}

#header {
	width: 950px;
	height: 111px;
	background: url(../images/header.jpg) no-repeat;
	position: relative;
	
}
#header a {
	display: block;
	width: 115px;
	height: 80px;
	text-indent: -9000px;
	position: absolute;
	top: 10px;
	left: 15px;
}
#header h1 {
	font-size: 22px;
	position: absolute;
	top: 45px;
	left: 150px;
	color: #825830;
}
#header .period {
	line-height: 22px;
	font-size: 16px;
	text-align: center;
	padding-left: 20px;
	margin-bottom: 4px;
	margin-left: 10px;
	color: #825830;
	background: url(../images/head_arr.gif) 0% 50% no-repeat;
}
#header .no {
	position: absolute;
	top: 31px;
	width: 103px;
	height: 46px;
	background: url(../images/number_back.gif) no-repeat;
	color: #fff;
	line-height: 46px;
	text-align: center;
	font-size: 20px;
	right: 30px;
}

#content {
	margin: 0px 0px;
}

#content .sidebar {
	width: 240px;
	float: right;
}

#content .sidebar .hd {
	width: 240px;
	height: 41px;
	background: url(../images/allinfo.jpg) no-repeat;
	text-indent: -9000px;
	margin-bottom: 15px;
}

#content .sidebar ul {
	width: 217px;
	margin: auto;
}
#content .sidebar ul li {
	margin-bottom: 10px;
}
#content .sidebar ul li a {
	display: block;
	width: 217px;
	background-image: url(../images/menubg.gif);
	background-position: 0 0;
	text-indent: -9000px;
}
#content .sidebar ul li.item1 a {
	height: 88px;
	background-position: 0px 0px;
}
#content .sidebar ul li.item1 a:hover {
	background-position: -217px 0px;
}

#content .sidebar ul li.item2 a {
	height: 88px;
	background-position: 0px -98px;
}
#content .sidebar ul li.item2 a:hover {
	background-position: -217px -98px;
}

#content .sidebar ul li.item3 a {
	height: 56px;
	background-position: 0px -196px;
}
#content .sidebar ul li.item3 a:hover {
	background-position: -217px -196px;
}

#content .sidebar ul li.item4 a {
	height: 56px;
	background-position: 0px -259px;
}
#content .sidebar ul li.item4 a:hover {
	background-position: -217px -259px;
}

#content .sidebar ul li.item0 a {
	height: 54px;
	background-position: 0px -315px;
}
#content .sidebar ul li.item0 a:hover {
	background-position: -217px -315px;
}

#content .main {
	width: 710px;
	float: left;
	overflow: hidden;
}
#content .main .page {
	margin: 10px;
}

#content .main h2 {
	background: #bb985b url(../images/topics_bg.gif) 10px 12px no-repeat;
	font-size: 20px;
	color: #fff;
	line-height: 41px;
	text-indent: 30px;
}

div.topics_list .item {
	display: block;
	float: left;
	width: 200px;
	margin: 10px;
	padding: 5px;
}

div.topics_list .img {
	width: 60px;
	text-align: center;
	float: left;
	margin-right: 5px;
}
div.topics_list .content {
	float: right;
	width: 135px;
}

div.topics_list h4 {
	font-size: 1.2em;
}
div.topics_list li.museum h4 {
	background: url(../images/li_museum.gif) 0px 2px no-repeat;
	text-indent: 13px;
}
div.topics_list li.gallery h4 {
	background: url(../images/li_gallery.gif) 0px 2px no-repeat;
	text-indent: 13px;
}
div.topics_list a {
	text-decoration: none;
	font-weight: bold;
}
div.topics_list a:hover {
	text-decoration: underline;
}
div.topics_list .museum a {
	color: #82673c;
}
div.topics_list .gallery a {
	color: #68867d;
}
div.topics_list .date {
	color: #333;
}

ul.fac_list li {
	display: block;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ddd;
}
ul.fac_list h4, ul.fac_list .div {
	float: left;
}
ul.fac_list h4 a {
	font-size: 14px;
	color: #82673c;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 3px;
}
ul.fac_list h4 a:hover {
	text-decoration: underline;
}
ul.fac_list h4 {
	width: 280px;
	line-height: 16px;
}
ul.fac_list .address {
	width: 250px;
	float: left;
}
ul.fac_list .phone {
	width: 120px;
	float: left;
}

.topic_museum {
	width: 600px;
	margin: 0px 50px;
}
.topic_museum .info {
	padding: 5px;
	color: #fff;
	background-color: #82673C;
	margin-bottom: 10px;
	text-align: center;
}
.topic_museum .info a {
	color: #fff;
}
.topic_museum .info h4 {
	font-size: 16px;
	font-weight: bold;
	margin: 2px 0 5px 0;
}
.topic_museum .title {
	font-size: 22px;
	text-align: center;
}
.topic_museum .subtitle {
	font-size: 18px;
	text-align: center;
	color: #444;
}
.topic_museum .period {
	font-size: 14px;
	text-align: center;
	margin-bottom: 5px;
}
.topic_museum .img {
	float: left;
	width: 200px;
	position: relative;
	text-align: right;
	color: #555;
	font-size: 10px;
}
.topic_museum .img img {
	display: block;
	clear: both;
	margin-left: auto;
}

.topic_museum .content {
	width: 380px;
	float: right;
}
.topic_museum .next {
	margin: 5px 0;
	padding: 5px;
	border-top: 1px solid #996a14;
	text-align: center;
	font-size: 14px;
}

.footlinks {
	margin: 0 40px 10px 40px;
	text-align: right;
}
.footlinks.topb {
	border-top: 1px solid #82673C;
}
.footlinks a {
	margin-left: 20px;
	font-size: 14px;
	color: #996a14;
	font-weight: bold;
	text-decoration: none;
}
.footlinks.gallery a {
	color: #68867d;
}

.footlinks a:hover {
	text-decoration: underline;
}

.topic_gallery {
	margin: 10px 40px;
	border-bottom: 1px solid #68867d;
}
.topic_gallery .img {
	width: 100px;
	float: left;
	margin-right: 20px;
	margin-left: 40px;
	font-size: 11px;
	color: #777;
	font-weight: bold;
	text-align: right;
}
.topic_gallery .details {
	width: 415px;
	float: right;
	margin-right: 40px;
	text-align: center;
}
.topic_gallery .details h4 {
	font-size: 18px;
	font-weight: bold;
}
.topic_gallery .details .period {
	font-size: 14px;
}
.topic_gallery .details .holidays {
	color: #333;
}

.facility_info {
	padding: 10px;
	border: 1px solid;
	border-top-color: #996a14;
	margin-bottom: 10px;
}
.facility_info h4 {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: bold;
}
.facility_info dl {
	color: #555;
	margin-left: 20px;
}
.facility_info dt {
	font-weight: bold;
	font-size: 14px;
}
.facility_info dd {
	margin-left: 20px;
	margin-bottom: 10px;
}




.gallery_info {
	margin: 0px 40px;
	padding: 5px;
	color: #fff;
	background-color: #68867d;
	margin-bottom: 10px;
	text-align: center;
}
.gallery_info a {
	color: #fff;
}
.gallery_info h4 {
	font-size: 16px;
	font-weight: bold;
	margin: 2px 0 5px 0;
}


ul.schedule {
	margin: 0px 20px;
}
ul.schedule li {
	margin-bottom: 10px;
	padding-bottom: 10px;	
	border-bottom: 1px solid #999;
	text-align: center;
}
ul.schedule li h5 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

.admin .subadmin {
	line-height: 26px;
	background-color: #ddd;
}
.admin .subadmin a {
	color: #222;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	margin-left: 20px;
}

.admin .main {
	width: 600px;
	margin: auto;
	margin-left: 100px;
}

.admin h3 {
	font-size: 20px;
	text-align: center;
	margin: 10px 0px;
}

ul.admin_fac {
	height: 21px;
	border-bottom: 1px solid #888;
}

ul.admin_fac li {
	float: left;
	margin-right: 10px;
	padding: 0px;
	height: 20px;
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	background-color: #ddd;
}
ul.admin_fac a {
	padding: 0px 15px;
	line-height: 20px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
ul.admin_fac a:hover {
	text-decoration: underline;
}


#footer {
	font-size: 12px;
	text-align: center;
	border-top: 1px solid #bb985b;
	line-height: 20px;
	color: #444;
	margin-top: 40px;
}

a.newrecord {
	width: 200px;
	font-size: 14px;
	font-weight: bold;
	margin: auto;
	display: block;
	line-height: 26px;
	text-align: center;
	color: #222;
	text-decoration: none;
	background-color: #ddd;
	border: 1px solid #999;
	margin-bottom: 10px;
}
a.newrecord:hover {
	background-color: #dfd;
	color: #252;
}

ul#facilities li {
	margin-bottom: 5px;
	line-height: 2em;
	border-bottom: 1px solid #ddd;
	padding-bottom: 4px;
}
ul#facilities li .drag {
	float: left;
	margin-right: 10px;
	margin-top: 2px;
	width: 40px;
	height: 20px;
	background: url(../images/handle.gif) no-repeat;
	text-indent: -9000px;
}

.edit_facility p {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
}
.edit_facility label {
	display: block;
}
.edit_facility input {
	font-size: 16px;
}
.edit_facility textarea,
.edit_facility select {
	font-size: 16px;
}

h3.facname {
	background-color: #ffc;
	padding: 5px;
	border-bottom: 1px solid #772;
}

.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
}

.facdiv {
	clear: both;
	line-height: 1px;
	font-weight: 1px;
	background: url(../images/facdiv.gif) 0 0 no-repeat;
	height: 1px;
	width: 670px;
}

blockquote {
	margin-left: 25px;
	margin-top: 5px;
}


#main_search.main {
	width: 100%;
}
.mapsearch_content {
	margin: 10px 25px;
	position: relative;
}
#themap, #themap_holder {
	width: 630px;
	height: 500px;
}
#themap_holder {
	position: relative;
	overflow: hidden;
}
#thelist {
	position: absolute;
	top: 10px;
	left: -201px;
	width: 229px;
	height: 480px;
}
#thelist_content {
	border-radius: 0px 10px 10px 0px;
	border-right: 1px solid #bb985b;
	border-bottom: 1px solid #bb985b;
	border-top: 1px solid #bb985b;
	position: absolute;
	left: 0;
	top: 0px;
	width: 190px;
	height: 470px;
	background: #fff;
	background: rgba(255, 255, 255, 0.95);
	padding: 5px;
	overflow: scroll;
}
#thelist_close {
	display: block;
	position: absolute;
	bottom: 30px;
	left: 200px;
	width: 29px;
	height: 80px;
	overflow: hidden;
	cursor: pointer;
	text-align: center;
	line-height: 20px;
	background-image: url(../images/maptab.gif);
	background-repeat: no-repeat;
	text-indent: -9000px;
}
#thelist_close:hover {
	background-position: 0px -80px;
}
#thelist_close.open {
	background-position: -29px 0px;
}
#thelist_close.open:hover {
	background-position: -29px -80px;
}

#thelist_content a {
	display: block;
	text-decoration: none;
	margin: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #bb985b;
	font-size: 10px;
	color: #825830;
	background: url(../images/mapicons/addr.png) 0% 0% no-repeat;
	padding-left: 10px;
}
#thelist_content a:hover {
	background-color: #fdf6c7;
}



#map_search .params {
	width: 210px;
	float: left;
	padding: 10px;
	background: #fff;
	border: 1px solid #bb985b;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#map_search .mapholder {
	width: 630px;
	float: right;
	position: relative;
	padding: 10px;
	border: 1px solid #bb985b;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#map_search .mapholder .top {
	background-color: #fbf4e1;
	padding: 10px;
	padding-bottom: 5px;
	border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	text-align: center;
}
#map_search .mapholder .dist {
}

#nothing-found {
	position: absolute;
	width: 440px;
	padding: 10px;
	top: 230px;
	left: 80px;
	text-align: center;
	z-index: 500;
	background: #ffcccc;
	background: rgba(255,100,100,0.7);
	font-size: 16px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 6px solid #f00;
	display: none;
	color: #333;
}

.params h5 {
	font-weight: bold;
	margin-bottom: 5px;
	color: #825830;
}
.params .holder {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #bb985b
}
.params .shift {
	margin-left: 18px;
}

.params h3 {
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 14px;
	text-align: center;
	padding: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #fbf4e1;
}

.mapsearch_content .caption {
	color: #555;
	font-size: 0.9em;
	margin: 3px 0px;
}
.mapsearch_content .orangetext .caption {
	color: #fb9a20;
}

#search_samples {
	margin: 5px 0px;
	padding-left: 30px;
	color: #555;
}
#search_samples a {
	margin-right: 15px;
	color: #fb9a20;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px dotted #fb9a20;
}
#search_samples a:hover {
	border-bottom: 1px solid #fb9a20;
}

#dist {
	margin-bottom: 10px;
	background-color: #fbf4e1;
	padding: 10px;
	border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	text-align: center;
}

.legend {
	text-align: center;
}


#infow {
	width: 350px;
}
#infow .maininfo {
	height: 200px;
}

#infow_tabs {
	height: 20px;
}
#infow_tabs .tab {
	height: 20px;
	float: left;
	margin-right: 5px;
	line-height: 20px;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #999;
	padding: 0px 10px;
	cursor: pointer;
}
#infow_tabs .active {
	font-weight: bold;
	background: #fffeff;
	color: #c4321b;
}
#infow_cont {
	border: 1px solid #aaa;
	padding: 5px;
}
#infow_cont .maininfo h4 {
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	color: #bb985b;
	margin: 10px 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #bb985b;
	line-height: 20px;
}
#infow_cont .cont .addr {
	color: #333;
	text-align: center;
}
#infow_cont .cont .phone {
	font-size: 14px;
	text-align: center;
	margin-bottom: 10px;
	line-height: 24px;
}
.locimg {
	margin-right: 5px;
}
.phoneimg {
	margin-right: 5px;
}

#infow_cont .maininfo .holidays {
	color: #555;
	text-align: center;
}
#infow_cont .sched .item {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #777;
}
#infow_cont .sched .item h4 {
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 2px;
}
#infow_cont .sched .item .dates {
	margin-left: 5px;
}
#infow_cont .past {
	color: #999;
	font-size: 10px;
}
#infow_cont .sched .past h4 {
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 2px;
}
#infow_cont .sched .holidays {
	color: #555;
	margin-left: 5px;
}

#infow_cont .current {
	color: #1da21c;
}
#infow_cont .future {
	color: #6788d5;
}
#infow_cont .sched .future h4 {
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 2px;
}
#infow_cont .sched .genres span {
	font-size: 10px;
	color: #fff;
	background-color: #bb985b;
	padding: 2px 5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-right: 5px;
}
#infow_cont .sched .genres {
	margin-bottom: 5px;
}

#search_name {
	width:  120px;
}