@charset "shift_jis";

/*------------------------------------------
初期化設定
------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 75%;
	line-height:1.5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "メイリオ", "ＭＳ Ｐゴシック", verdana, arial, sans-serif;
	background-color: #F7F7F7;
}

body, h1, h2, h3, h4, h5, h6, h7, p, form {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, h7 {
	font-size: 100%;
}

img {
	border: none;
}

.ofh {
	overflow: hidden;
	zoom: 1.0;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */


img.imgro { /* ロールオーバー */
}

a.blank { /* 別窓リンク */
}


a:link {
	color: #0149C1;
	text-decoration: none;
}

a:visited {
	color: #0149C1;
	text-decoration: none;
}

a:active {
	color: #0149C1;
	text-decoration: none;
}

a:hover {
	color: #0149C1;
	text-decoration: underline;
}


.taright {
	text-align: right;
}

.tacenter {
	text-align: center;
}

.taleft {
	text-align: left;
}

.vatop {
	vertical-align: top;
}

.vamiddle {
	vertical-align: middle;
}

.vabottom {
	vertical-align: bottom;
}

.displayblock {
	display: block;
}

/*------------------------------------------
フォントサイズ
------------------------------------------*/

.fsmall {
	font-size: 0.8em;
}

.fmiddle {
	font-size: 1.0em;
}

.flarge {
	font-size: 1.4em;
}

.flarge2 {
	font-size: 1.25em;
	line-height:1.2;
}

.size10 {
	font-size: 83.3%;
	line-height: 1.5;
}

.size12{
	font-size: 100%;
	line-height: 1.5;
}

.size14 {
	font-size: 116.7%;
	line-height: 1.5;
}

.size16 {
	font-size: 133.3%;
	line-height: 1.6;
}

.size18 {
	font-size: 150%;
	line-height: 1.6;
}

.size20 {
	font-size: 166.7%;
	line-height: 1.6;
}

.size22 {
	 font-size: 183.3%;
	 line-height: 1.6;
}
/*-----------------------------------------
共通ヘッダー書式
------------------------------------------*/
/* 博物館文言用 */
.at-style1 {
	/*border-color:#808000;*/
	/*border-width: 0;*/
	text-align:center;
	line-height:20px;
	width: 900px;
	color: #000000;
	height: 100px;
}
.at-style2 {
	font-family:HG明朝E;
	font-weight:bolder;
	color:#800080;
	line-height:50px;
	letter-spacing: 20pt;
	text-align: center;
	font-size: 38px;
	height: 38px; 
	width:360px;
	padding-left:20pt;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
}
.at-style3 {
	font-family: HG明朝E;
	/*color:blue;*/
	text-align:center;
	letter-spacing: 5px;
	line-height:24px;
	font-weight: bold;
	font-size: 24px;
	height: 24px; 
	width: 411px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.at-style4 {
	font-family: "Times New Roman";
	color:#800080;
	line-height:30px;
	font-weight: bold;
	text-align:center;
	letter-spacing: 2pt;
	font-size:20px;
	height: 20px; 
	width: 411px;
	border-top-style: solid;
	border-top-width: 1px;
}
/* 文字サイズ変更用*/
.mj-style1 {
	border: 1px solid #0000FF;
}
.mj-style2 {
	border: 2px solid #FF0000;
}
.mj-style3 {
	font-size:12px;
	color: #0000FF;
	font-weight: bold;
	border-left-color: #A0A0A0;
	border-right-color: #C0C0C0;
	border-top-color: #A0A0A0;
	border-bottom-color: #C0C0C0;
	padding: 1px;
}

/*------------------------------------------
マージンクラス
------------------------------------------*/

.paddingbottom2 {
	padding-bottom: 2px;
}

.paddingbottom3 {
	padding-bottom: 3px;
}

.paddingbottom4 {
	padding-bottom: 4px;
}

.paddingbottom5 {
	padding-bottom: 5px;
}

.paddingbottom6 {
	padding-bottom: 6px;
}

.paddingbottom8 {
	padding-bottom: 8px;
}

.paddingbottom10 {
	padding-bottom: 10px;
}

.paddingbottom12 {
	padding-bottom: 12px;
}

.paddingbottom15 {
	padding-bottom: 15px;
}

.paddingbottom18 {
	padding-bottom: 18px;
}

.paddingbottom20 {
	padding-bottom: 20px;
}

.paddingbottom25 {
	padding-bottom: 25px;
}

.paddingbottom30 {
	padding-bottom: 30px;
}

.marginbottom5 {
	margin-bottom: 5px;
}

div#wrap {
	width: 958px;
	margin: 0 auto;
	background-color: #FFFFFF;
	border-left: #ECE9E1 1px solid;
	border-right: #ECE9E1 1px solid;
}

/*フッター用*/
#footer {
	padding: 0 36px;
	padding-bottom: 5px;
	text-align: left;
	color:#333333;
	border-bottom:#E7170F 3px solid;
	zoom: 1;
	overflow: hidden;
}

#footer-page-top {
	text-align: right;
	padding: 35px 0 10px 0;
	font-size:0.8em;
}

#footer-page-top a {
	padding-right: 20px;
	background: url(../img/f_top.png) right center no-repeat;
}


