BODY {
	text-align: center;
	background-color: black;
        font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 line-height:1.3em;
 font-size:1.0em;

}

img
{
	max-width: 100% ;
	height: auto ;	
        width /***/:auto;
}

#wrapper {
	width: 900px;
	text-align: left;
	background-image: url(brick01.jpg);
	margin: 0 auto 0 auto;
}

@media screen and ( max-width:700px )
{
	#wrapper
	{
		width: 600px ;    /* スマホ用wrapper */
		padding: 0 0 0 0 ;
　　　　}
}

.outline-margin {
	margin: 0 0 0 0;
}

.header {
	height: 85px;
	background-image: url(001.jpg);
	background-repeat: no-repeat;
}

@media screen and ( max-width:700px )
{
	.header
	{
	       height: 85px;    /* スマホ用header */
	       background-image: url(001s.jpg);
	       background-repeat: no-repeat;
	}
}


.header2 {
	background-color: #ffffff;
	padding: 10px 30px;
	border-bottom: 2px solid black;
        font-size: 0.8em;
}

.main_bg {
        position:relative;
	width: 646px;
	float: right;
	background-color: #333333;
	border-top: 2px solid white;
	border-left: 2px solid white;
	border-right: 2px solid white;
	border-bottom: 2px solid white;
}

@media screen and ( max-width:700px )
{
	.main_bg
	{
		width: auto;
                float: none;
	        padding: 0 ;		/* スマホ用余白 */
		border: none ;

	}
}

.main_bg2 {
	border-top: 2px solid white;
	border-left: 2px solid white;
	border-right: 2px solid white;
	border-bottom: 2px solid white;
}

@media screen and ( max-width:700px )
{
	.main_bg2
	{
		width: auto;
	        padding: 0 ;		/* スマホ用余白 */
		border: none ;

	}
}


.main01 {
	color: #ffffff;
	padding: 50px 50px 30px 50px;
	border-bottom: 2px solid white;
}

@media screen and ( max-width:700px )
{
	.main01
	{
	        padding: 50px 10px 30px 10px ;	/* スマホ用余白 */
		border: none ;

	}
}


.main02 {
	color: #ffffff;
	background-color: #333333;
	padding: 50px 50px 30px 50px;
	border-bottom: 2px solid white;
}

@media screen and ( max-width:700px )
{
	.main02
	{
	        padding: 30px 10px 30px 10px ;		/* スマホ用余白 */
		border: none ;

	}
}


.main03 {
	color: #ffffff;		/* 収蔵庫用仕様 */
	background-color: #333333;
	padding: 50px 33px 30px 34px;
	border-bottom: 2px solid white;
}

@media screen and ( max-width:700px )
{
	.main03
	{
	        padding: 30px 10px 30px 10px ;		/* スマホ用余白 */
		border: none ;

	}
}


.index01 {
	width: 542px;
	color: #000000;
	height: 40px;
        padding: 8px 0px 0px 0px;
	background-image: url(index01.jpg);
	background-repeat: no-repeat;
	font-size: 1.3em;
	font-weight: bold;
}

@media screen and ( max-width:700px )
{
       .index01
        {
  	       width: 452px;
         	color: #000000;
	        height: 40px;
                padding: 8px 0px 0px 0px;
        	background-image: url(index01s.jpg);	/* スマホ用小型bg */
        	background-repeat: no-repeat;
        	font-size: 1.1em;
         	font-weight: bold;
	}
}

.index02 {
	width: 542px;
	color: #000000;
	height: 40px;
	padding: 9px 0px 0px 0px;
	background-image: url(index01.jpg);
	background-repeat: no-repeat;
	font-size: 1.1em;
	font-weight: bold;
}

@media screen and ( max-width:700px )
{
       .index02
        {
  	       width: 452px;
         	color: #000000;
	        height: 40px;
                padding: 7px 0px 0px 0px;
        	background-image: url(index01s.jpg);
        	background-repeat: no-repeat;
        	font-size: 0.9em;
         	font-weight: bold;
	}
}

.text01 {
	color: yellow;
	font-size: 0.8em;
}

.text02 {
	font-size: 1.2em;
}

.text03 {
        color: #ffffff;
        font-size: 0.8em;
}

.text04 {
        font-size: 0.8em;
}

.link {
	color: #ffffff;
}

.link2 {
	color: #00ccff;
}

.link3 {
	color: #ffff00;
}

.link4 {
	color: #00e000;
}


.link5 {
	color: #ffffff;   /* リンクアンダーラインなし */
	text-decoration: none ;
}

.link6 {
	color: #d3d3d3;   /* table01内のリンク仕様 */
}

.page-top
{
	margin: 0 ;    /* 「一番上へ」のボタン */
	padding: 0 ;

}
 
.page-top p
{
	margin: 0 ;
	padding: 0 ;

	position: fixed ;
	right: 16px ;
	bottom: 16px ;
}
 
.box-page-top
{
	display: block ;
	background: rgba(80, 80, 80, .7);
	width: 150px ;
	height: 70px ;
	cursor: pointer ;

	color: #fff ;
	line-height: 70px ;
        font-size: 1.2em;
	font-weight: bold ;
	text-align: center ;
	text-decoration: none ;
}

.box-page-top:hover
{
        opacity: 0.85 ;
}

#humberger {
  display: inline-block;     /* ハンバーガーメニューの仕様 */
  height: 60px;
  width: 40px;
  vertical-align: middle;
  position: fixed;
}

#humberger div {
  display: inline-block;
  height: 5px;
  width: 40px;
  background-color:#ffffff;
  font-size: 30px;
  margin: 4px 3px;
  border-radius: 2px;
}

.side {
	overflow: auto;
	margin: 0 0 0 0;
 	padding: 20px 5px 20px 15px;
}


@media screen and ( max-width:700px )
{

#menu {
  position: fixed;	/* スマホの場合はメニューがドロワー */
  top: 20px;
  left: -340px;
  overflow: auto;
  width: 300px;
  height: 90%;
  padding: 20px 5px 20px 20px;
  transition: left .5s, right .5s;
  background-color: rgba(86, 86, 86, .7);

     }
}

.toggle {
  cursor: pointer;
}

@media screen and ( min-width:701px )
{
	.toggle
	{
	        display: none;

	}
}


.toggle:hover {
  text-decoration: underline;
}

#open {
  display: none;
}

#open:checked + #menu {
  left: 0;
}


.close
{
        cursor: pointer;      /* 「閉じる」のボタン */
}

@media screen and ( min-width:701px )
{
	.close
	{
	        display: none;	/* PCの場合はボタンを消す */

	}
}

.close:hover {
  text-decoration: underline;
}
 
.close-box
{
        position: fixed;
        display: inline-block;
        height: 70px;
        width: 150px;
        background: rgba(250, 250, 250, .7);
	color: black ;
	line-height: 70px ;
        font-size: 1.2em;
	font-weight: bold ;
	text-align: center ;
}

@media screen and ( min-width:701px )
{
	.close-box
	{
	        display: none;	/* PCの場合はボタンを消す */

	}
}


.menu01 {
	background-color: #666666;
	width: 216px;
	border-right: 4px solid #000000;
	border-bottom: 4px solid #000000;
	padding: 10px 0px;
	color: #ffffff;
	font-weight: bold;
}

@media screen and ( max-width:700px )
{
	.menu01
	{
 	width: 270px;	/* ドロワの場合はサイズアップ */
        font-size:1.2em;

	}
}

.menu02 {
	background-color: #666666;
	width: 216px;
	cursor: pointer;
	border-right: 4px solid #000000;
	border-bottom: 4px solid #000000;
	padding: 10px 0px;
	color: #ffffff;
	font-weight: bold;
}

@media screen and ( max-width:700px )
{
	.menu02
	{
 	width: 270px;
        font-size:1.2em;

	}
}


.menu03 {
	background-color: #666666;
	width: 216px;
	border-right: 4px solid #000000;
	border-bottom: 4px solid #000000;
	padding: 15px 0px;
	color: #ffffff;
	font-weight: bold;
}

@media screen and ( max-width:700px )
{
	.menu03
	{
 	width: 270px;
        font-size:1.2em;

	}
}


ul.sub {
	display: none;
	font-size: 80%;
}

.clear-both {
	clear: both;
}

.footer {
	color: #00ccff;
	background-color: #000033;
	padding: 15px 0px 15px 0px;
	text-align: center;
        vertical-align: middle;
	font-size: 0.6em;
}

.footer2 {
	color: #00ccff;
	background-color: #000033;
	padding: 15px 0px 5px 0px;
	text-align: center;
        vertical-align: middle;
	font-size: 0.6em;
}

.countimage img {
        vertical-align: middle;
}


.open-sidebar
{
	display: inline-block ;	/* 各展示館へ（サイドバー呼び出し）ボタン */
	background-color: #313131;
	border: 2px #ffffff solid;
        width: 200px ;
	height: 70px ;

	color: #ffffff; 
	line-height: 70px ;
        font-size: 1.3em;
	font-weight: bold ;
	text-align: center ;
	text-decoration: none ;

}


@media screen and ( min-width:701px )
{
	.open-sidebar
	{
	        display: none;	/* PCの場合はボタンを消す */

	}
}


.box-go-stockyard
{
	display: block ;	/* 収蔵庫直行ボタン */
	background-color: #313131;
	border: 2px #ffffff solid;
        width: 200px ;
	height: 70px ;

	color: #000000 ;
	line-height: 70px ;
        font-size: 1.3em;
	font-weight: bold ;
	text-align: center ;

}

.table00 {
        width: 514px;
        border: 2px #707070 solid;
        background-color: #202020;
        color: #d3d3d3;
        font-size: 0.8em;
}

.table00 td {
        width: 170px;
        padding: 6px;
        vertical-align: top;
}

.table01 {
        width: 450px;
        border: 1px #707070 solid;
        background-color: #202020;
        color: #d3d3d3;
        font-size: 0.8em;
}

.table01 th {
        width: 100px;
        text-align: right;
        vertical-align: top;
        padding: 4px 6px 4px 4px
}

.table01 td {
        vertical-align: top;
        padding: 4px 4px 4px 6px
}

.table02 {
        width: 300px;
        border: none;
        color: #ffff00;
        font-size: small;
}

.table03 {
        width: 575px;
        border: none;
        color: #FFFFFF;
        font-size: small;
}

.table03 td {
        width: 115px;
        vertical-align: top;
        padding: 3px 1px 5px 1px
}

.table04 {
        width: 514px;	/* 収蔵庫内メニュー用TABLE */
       table-layout: fixed;
        border: 2px #707070 solid;
        background-color: #202020;
        color: #ffffff;

}

.table04 td {
       border: 2px #707070 solid;
        padding: 15px;
        font-size: 1.2em;
	text-align: center ;
        vertical-align: center;
}

.table05 {
        width: 500px;	/* コラム用枠・学芸部だより第９号で使用 */
        border: 2px #707070 solid;
        background-color: #202020;
        color: #ffffff;
        font-size: 0.8em;
	padding: 30px;
}


