@charset "utf-8";
@import url("./all.css");
@import url("./user.css");
@import url("./screen.css");
@import url("./screen-aboutus.css");
@import url("./screen-business.css");
@import url("./screen-home.css");
@import url("./screen-museum.css");
@import url("./nav-active.css");
/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
印刷用のスタイル
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
commmon
*/

body {
	color: #666;
	font: 12px/1.5 "メイリオ", meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

.goto_top ,
/*.nav*/ {
	display: none;
}

a {
	color: #5c97e0;
	text-decoration: underline;
}

#content h2 ,
#content h3 ,
#content h4 ,
#content h5 ,
#content h6 {
	margin: 2em 0 1em;
}

#content h2 {
	margin: 0 0 1em;
	padding: 0 11px;
	border-bottom: 1px solid #c1c1c1;
	border-left: 3px solid #84193c;
	color: #414141;
	font-size: 12.5pt;
	font-weight: normal;
}

#content h3 {
	border: 1px solid #b5758a;
	padding: 0.3em 1em 0.2em;
	border-radius: 3px;
	background: #fbf1ef;
	color: #414141;
	font-size: 12pt;
	font-weight: normal;
}

#content h3 .link {
	float: right;
	font-size: 10pt;
}

#content .section {
	margin: 0 0 2em;
}

#content p ,
#content dl ,
#content ul ,
#content table {
	margin: 1em 0;
}

#content table ,
#content table th ,
#content table td {
	border: 1px solid #b5758a;
	padding: 0.3em 0.8em;
}

#content table thead td ,
#content table tbody th {
	background: #fbf1ef;
}

#content dt {
	font-weight: bolder;
}

#content .pic li {
	list-style: none;
	float: left;
	margin: 0 8px;
}

#content .bnr_links li ,
#content .nav_content li {
display: inline;
	margin: 0 3px 2px 0;
	width: auto;
	list-style: none;
}

#footer {
	margin: 3em 0 0;
	border-top: 5px double #b5758a;
	padding: 0.5em 0 1em;
	text-align: center;
}

/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
hack
このCSSに登場する属性のみを指定すること
*/

/* clearfix */

#content .pic ,
.yyy {
	overflow: hidden;
}

*+html #content .pic ,
*+html .yyy {
	zoom: 1;
}

#content .pic:after ,
.yyy:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}

/*\*/
* html #content .pic ,
* html .yyy {
	height: 0;
	overflow: visible;
}
/**/

/* end: clearfix */

/*
end
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
*/
