html,body {
	height:100%;
}

BODY {
	margin: 0px;
	font-size: 12px;
	}
/* all style---------------------------------------------*/
* {
  font-weight: normal;
  list-style: none;
}

img {
	border: none;
	text-decoration : none;
	margin-bottom: 0px;
}
ul,ol,p,h1,h2,h3,h4,h5,h6,dt,th {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6,dt,th {
	font-weight: bold;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,dt a,th a {
	font-weight: bold;
}
h1,h2,h3,h4,h5,h6,dt {
	margin: 0.25em;
	_margin: 0.25em;
}
h1{
	background-image:url(img/mark.gif);
	background-repeat:no-repeat;
	background-position:left top;
	font-size:200%;
	border-bottom:double 4px lightsteelblue;
	margin: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 60px;
	text-align: left;
}
h2 {
	font-size: 180%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3366CC;
	padding-bottom: 2px;
}
h3 {
	font-size: 160%;
	MARGIN: 0.5em;
	BACKGROUND-COLOR: #99CCFF;
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: gray;
	border-bottom-color: gray;
	padding: 0.25em;
	}
h4 {
	font-size: 140%;
}
h5 {
	font-size: 120%;
}
h6 {
	font-size: 100%;
}
p{
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.5em;
	margin-right: 2em;
	margin-left: 2em;
	font-size: 12px;
}
ul li, ol li{
	padding-left: 1em;
	line-height: 1.25em;
}
ul,ol,p {
	margin-top: 1em;
	margin-right: 2em;
	margin-bottom: 1em;
	margin-left: 2em;
}
ol li {
	list-style-position: outside;
	list-style-type: decimal;
}
sup,sub {
	font-size: smaller
}
strong {
	font-weight: bold;
}
.right {
	text-align : right;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	clear: both;
}
.italic {
	background-color: #FFFFFF;
	font-style: italic;
}
.small {
	font-size: 80%;
	display: inline;
}
.large {
	font-size: 120%;
}
.normal caption {
	font-size: smaller;
	text-align: left;
	margin-top: 5px;
	margin-left: 10px;
}
.red {
	color: #CC0000;
}
img.photo {
	padding: 2px;
	clear: none;
	background-color: #CCCCCC;
	display: inline;
	margin: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}
/* DL ---------------------------------------------*/
dl {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}
dt {
	margin-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 2px;
}
dd {
	line-height: 115%;
}
/*******　 ●　リンク設定 */
a {/*リンク*/
		text-decoration : none; 
	}
a.link{/*未訪問のアンカー*/
		color : #000066;
	}
a:visited {/*訪問済みのアンカー*/
	COLOR: #003300;
	}
a:hover{/*マウスが通過しているアンカー(CSS2)*/
	COLOR: #ffffff;
	BACKGROUND-COLOR: #0099FF;
	}
.navi{
	font-size : 12px;
	padding-left: 30px;
	padding-bottom: 20px;
	}

.left_menu_back{
	background-color: #C7E1EB;
	}

table.in{
	vertical-align: middle;
	width: 150px;
	font-size: 12px;
	margin: 15px 10px;
	}
table.in th{
	background-position: center center;
	font-size: 14px;
	background-color: #C7E1EB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	}
table.in td{
	border-bottom-color: #999999;
	font-size: 11px;
	}
table.in ul{
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	}
table.in li{
	margin: 0px;
	padding: 0px;
	}
A.menu{
	vertical-align: middle;
	padding: 2px 4px;
	display:block;
	text-decoration:none;
/*	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;*/
	}
A:hover.menu{
	background-color:#FFFFFF;
	color:#2a2a2a;
	}
A.menu2{/*現地点*/
	background-color:#FFFFCC;
	text-decoration:none;
	color:#000000;
	background-image:url(img/yz_11.gif);
	background-repeat:no-repeat;
	background-position:3px center;
	text-align: left;
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	}
A:hover.menu2{/*現地点でマウスが通過しているアンカー(CSS2)*/
	background-color:#FFCCCC;
	color: #000000;
	}
A.menu3{/*現地点*/
	background-color:#FFCCFF;
	text-decoration:none;
	color:#000000;
	background-image:url(img/yz_11.gif);
	background-repeat:no-repeat;
	background-position:3px center;
	text-align: left;
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	}
A:hover.menu3{/*現地点でマウスが通過しているアンカー(CSS2)*/
	background-color:#FF99FF;
	color: #000000;
	}


/* table.normal(border 1px) ---------------------------------------------*/
table.normal {
	padding: 0px;
	background-position: center center;
	border: 1px solid #999999;
	page-break-before: auto;
	page-break-after: auto;
	margin: 1.75ex;
}
table.normal th {
	background-position: center center;
	border: 1px solid #CCCCCC;
	padding: 0.5em;
	background-color: #C7E1EB;
}
table.normal td {
	font-weight: normal;
	background-position: center center;
	padding: 5px;
	border: 1px solid #CCCCCC;
	font-size: 12px;
}
table.normal ul {
	margin: 0px;
	padding: 0px;
}

table.normal li {
	margin-top: 1em;
	margin-right: 2em;
	margin-bottom: 1em;
	margin-left: 2em;
}
/* table.no_border(border 1px) ---------------------------------------------*/

table.no_border {
	font-size: 90%;
	padding: 0px;
	width: 90%;
	background-position: center center;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	page-break-before: auto;
	page-break-after: auto;
	display: table;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
table.no_border >a {
	font-size: 130%;
}

table.no_border th {
	font-weight: bold;
	background-position: center center;
	padding: 4px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-left-style: solid;
	border-left-color: #0099FF;
	margin: 0px;
	font-size: 130%;
	background-color: #C7E1EB;
}
table.no_border td {
	font-weight: normal;
	padding: 5px;
	margin: 0px;
	font-size: 120%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.open {
	background-color: #FFFFCC;
	padding: 5px;
	margin: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFCC99;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFCC99;
	border-right-color: #FFCC66;
	border-bottom-color: #FFCC66;
}
.close {
	background-color: #E6E6E6;
	padding: 5px;
	margin: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
/*******　 ●　インラインフレームの設定● ************************/
iframe.line{
	border-top:0px dashed #0000c2;
	border-bottom:0px dashed #0000c2;
	padding : 1px 1px 1px 1px ;
	}

.jyosetu,.topic,.news,.event {
	FONT-SIZE: 14px;
	LINE-HEIGHT: normal;
	border-width: 0px 0px 2px 20px;
	border-style: solid;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	margin: 0.5em;
	padding: 0.5em;
}
.jyosetu {
	border-color: #0033CC;
	background-color: #3399FF;
}
.topic {
	border-color: #FF3399;
	background-color: #FF66CC;
}
.news {
	border-color: #33CC33;
	background-color: #66CC00;
}
.event {
	background-color: #FF9900;
	border-color: #FF6600;
}


.attention_text {/* 注意する文*/
	padding: 5px;
	background-color: #F7E1F7;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC0033;
	border-right-color: #CC0033;
	border-bottom-color: #CC0033;
	border-left-color: #CC0033;
	margin-top: 2px;
	margin-right: 40px;
	margin-bottom: 2px;
	margin-left: 40px;
}

/* MAKE_MAKI*/
.attention {/* box_textcolor-border:darkred---------------------------------------------*/
	padding: 0.75em;
	border: medium double #990000;
	color: #990000;
	display: block;
	margin: 0.75em;
	text-align: left;
	background-color: #FFFFFF;
}

/* UL circle---------------------------------------------*/
ul.circle  {
	line-height: 1.25em;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 2em;
	margin: 1em;
}
ul.circle li {
	list-style-position: outside;
	list-style-type: circle;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	text-align: left;
	text-indent: 5px;
	padding: 5px;
	font-size: 12px;
}


/* UL no_circle---------------------------------------------*/
ul.no_circle  {
	margin-left: 3em;
	margin-right: 3em;
	padding-bottom: 5px;
	padding-left: 20px;
	*margin-left: 1.5em;
	*margin-right: 1.5em;
	*padding-bottom: 2.5px;
	*padding-left: 10px;
}
ul.no_circle  li {
	list-style-position: outside;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	text-align: left;
	text-indent: 5px;
	padding: 0.5em;
	*border-bottom-width: 0.5px;
	*border-bottom-style: dotted;
	*border-bottom-color: #CCCCCC;
	*text-align: left;
	*text-indent: 2.5px;
	*padding: 0.25em;
}
/* UL no_circle---------------------------------------------*/
ul.yajirusi  {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 12px;
	display: list-item;
}
ul.yajirusi  li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	text-align: left;
	text-indent: 0px;
	list-style-image: url(img/ya10.gif);
	vertical-align: middle;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin-left: 10px;
}


a.go_to_top {
	background-image: url(img/sanr.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: right;
	font-size: 10px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	display:block;
	clear: both;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

address {
	FONT-SIZE: 12px;
	COLOR: #000033;
	BACKGROUND-COLOR: #C7E1EB;
	border-bottom-width: 4px;
	border-bottom-style: double;
	border-bottom-color: #0066CC;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	padding: 5px;
	border-top-width: 4px;
	border-top-style: double;
	border-top-color: #0066CC;
	clear: both;
	margin: 0px;
}
/* MAKE_MAKI */




/* DL oshirase---------------------------------------------*/
dl.oshirase {
	width: 95%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	display: block;
	clear: both;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 2px;
}
dl.oshirase dt {
	margin-bottom: 3px;
	margin-top: 8px;
	border-bottom-color: #CC9999;
	font-weight: bold;
	text-decoration: none;
	list-style-image: url(img/sanr.gif);
	list-style-position: outside;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	float: right;
	display: block;
	padding-right: 5px;
	clear: both;
	font-size: 14px;

}
dl.oshirase dd {
	font-size: 12px;
}
/* DL bottom_menu---------------------------------------------*/
dl.bottom_menu {
	display: list-item;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	text-decoration: none;
	text-align: left;
}
dl.bottom_menu dt {
	margin-bottom: 4px;
	display: list-item;
	margin-top: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 2px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #0000FF;
}
a.color_blue {
	color: #FFFFFF;
	background-color: #0066FF;
}
a.color_green {
	color: #FFFFFF;
	background-color: #009900;
	display: inline;
}
a.color_orange {
	color: #FFFFFF;
	background-color: #FF6600;
	display: inline;
}
dl.bottom_menu dd {
	padding-left: 10px;
	font-size: 10px;
	text-decoration: none;
}

/* ul ---------------------------------------------*/
ul.margin {
	display: list-item;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	width: 95%;
	font-size: 12px;
}
ul.margin li{
	margin-bottom: 2px;
	margin-top: 2px;
	font-weight: normal;
	text-decoration: none;
	list-style-image: url(img/yz_11.gif);
}


h1,h2,h3,h4,h5,th,dt a {
	font-weight: bold;
	text-decoration: none;
}



/*重要項目（枠で囲む）*/
.shitumon2 {
	text-align: center;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	margin: 10px;
	padding-bottom: 10px;
	border: 4px double #339933;
}
.shitumon2 h5 {
	text-align: center;
	font-size: 12px;
	background-color: #CCFF99;
	background-position: left center;
	font-weight: 500;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #339933;
	margin-top: 2px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 2px;
	margin-bottom: 2px;
}
.shitumon2 p {
	font-size: 10px;
	text-align: center;
	margin: 2px;
	padding: 2px;
}

/*イベントフレーム*/
div.event-flame {
	color: #000000;
	background-color: #FFFFCC;
	display: block;
	border: 1px dotted #FF6633;
	padding: 1em;
	margin-top: 2em;
	margin-right: 5em;
	margin-bottom: 2ex;
	margin-left: 5em;
	font-size: 95%;
	clear: none;
	height: auto;
	float: left;
}
div.event-flame h4 {
	padding: 5px;
	line-height: 1em;
	text-align: left;
	background-color: #FFCC99;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #FF9966;
	text-indent: 5px;
}
div.event-flame img{
	clear: both;
	float: left;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #666666;
	padding: 0px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 120px;
	display: inline-block;
}

div.event-flame P {
	text-align: left;
	padding-right: 2em;
	padding-left: 2em;
}

div.event-flame:after { content: ""; display: block; clear: both; }

.mokuji {
	margin-left: 5em;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 12px;
	margin-right: 5em;
	padding: 5px;
	background-position: left;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-right-style: double;
	border-bottom-style: double;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D4D0C8;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.mokuji  li {
	background-position: left;
	margin-right: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	text-align: left;
	line-height: 1.20em;
	padding-top: 3px;
	padding-bottom: 2px;
	text-indent: 5px;
}
.mokuji:after { content: ""; display: block; clear: both; }

.address {
	font-size: 16px;
	background-color: #FFFFCC;
	display: block;
	padding: 10px;
	border: thin ridge #FFCC33;
	text-align: center;
	clear: both;
	line-height: 140%;
	margin-top: 20px;
	margin-right: 15%;
	margin-bottom: 20px;
	margin-left: 15%;
}


/* ------------BOOK_LIST-------------------------*/
.book_list {
	clear: both;
	float: none;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: center;
	display: block;
	width: 90%;
	left: auto;
	right: auto;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #999999;
}
.book_list H3 {
	margin-bottom: 5px;
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #666666;
	padding-left: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: 150px;
	background-color: #99CCFF;
	overflow: visible;
	clear: none;
	font-size: 14px;
	line-height: 1.25em;
	text-align: left;
}
.book_list H3 > a{
	font-weight: bold;
}
.book_list H3.newrelease {
	background-color: #E1B7CB;
}
.book_list H4 {
	margin-bottom: 5px;
	margin-top: 5px;
	padding-left: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: 150px;
	font-size: 12px;
	line-height: 1.25em;
	text-align: left;
}
.book_list H5 {
	margin-bottom: 5px;
	margin-top: 5px;
	padding-left: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: 150px;
	font-size: 12px;
	line-height: 1.25em;
	text-align: left;
	background-color: #C8E3FF;
}

.book_list IMG {
	clear: both;
	float: left;
	padding: 0px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 100px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
}
.book_list P {
	text-align: left;
	font-size: 12px;
	background-color: #FFFFCC;
	margin: 5px;
}
.book_list ul {
	margin-left: 150px;
	font-size: 95%;
}
.book_list:after { content: ""; display: block; clear: both; }



/* ------------Suizoku_TOPIC_FISH_LIST-------------------------*/
.fish_list {
	clear: both;
	float: none;
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: left;
	display: block;
	width: 80%;
	left: auto;
	right: auto;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #333333;
	background-position: center;
}
.fish_list:after { content: ""; display: block; clear: both; }
.sp, .gyouseki {
	PADDING-BOTTOM: 3px;
	VERTICAL-ALIGN: middle;
	BORDER-LEFT: 10px solid;
	LINE-HEIGHT: normal;
	PADDING-TOP: 5px;
	BORDER-BOTTOM: 1px solid;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-left: 10px;
}
.gyouseki {
	BORDER-color: goldenrod; 
}

.sp{
	BORDER-color: lightsteelblue; 
}
.post {
	BORDER-RIGHT: #cccccc 1px solid; 
	PADDING-RIGHT: 10px; 
	PADDING-LEFT: 10px; 
	FONT-SIZE: 85%; 
	PADDING-BOTTOM: 5px; 
	MARGIN: 5px 5px 5px 5px; 
	COLOR: #000066; 
	LINE-HEIGHT: 130%; 
	PADDING-TOP: 5px; 
	BORDER-BOTTOM: #cccccc 1px solid; 
	BACKGROUND-COLOR: #eeeeee; 
	width : 95%; 
	height : 25px;
}	

ul {
	list-style-type: none;
}

ul.ds { list-style-type: disc }        /* 黒まる */
ul.cc { list-style-type: circle }      /* 白まる */
ul.sq { list-style-type: square }      /* 四角 */
ul.dc { list-style-type: decimal }     /* 数字 */
ul.lr { list-style-type: lower-roman } /* ローマ数字小文字 */
ul.ur { list-style-type: upper-roman } /* ローマ数字大文字 */
ul.la { list-style-type: lower-alpha } /* アルファベット小文字 */
ul.ua { list-style-type: upper-alpha } /* アルファベット大文字 */
ul.nn { list-style-type: none }        /* マークなし */
ul.listp {
	list-style-image: url(img/listp.gif);
} /* 画像 */




/* ------------float_left-------------------------*/
.float_left {
	clear: both;
	float: none;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	display: block;
	width: 90%;
	left: auto;
	right: auto;
	margin-right: auto;
	margin-left: auto;
}
.float_left IMG {
	clear: both;
	float: left;
	padding: 0px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
}
.float_left P {
	padding: 0px;
	line-height: 1.25em;
	text-align: left;
}
.float_left:after { content: ""; display: block; clear: both; }

/* DL q_and_a---------------------------------------------*/
dl.q_and_a {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
}
dl.q_and_a dt {
	margin-bottom: 5px;
	border-bottom-color: #CC9999;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	font-size: 14px;
	padding-bottom: 5px;
	background-color: #F5D8F5;
	padding-top: 5px;
	padding-left: 10px;
}
dl.q_and_a dd {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 20px;
	padding-left: 10px;
	margin-right: 10px;
}
.flame_strong {
	display: block;
	margin-right: 4em;
	margin-left: 4em;
	border: thin dashed #CC9933;
	margin-top: 5px;
	margin-bottom: 20px;
	padding: 5px;
	text-align: center;
}
.flame_strong P {
	padding: 0px;
	line-height: 1.25em;
	text-align: left;
}
.photo_and_cap_left {
	display: block;
	margin: 10px;
	padding: 10px;
	clear: right;
	float: left;
	text-align: center;
	overflow: hidden;
}
a.next_link {
	text-align: right;
	background-image: url(img/yz_11.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	clear: both;
	font-size: 10px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0.25em;
}
.taisetu {
	display: block;
	padding: 5px;
	border: medium double #CC0000;
	font-size: 12px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width: 90%;
}

.photo_and_cap_leftCopy {
	display: block;
	padding: 10px;
	clear: none;
	float: right;
	text-align: center;
	overflow: visible;
	z-index: auto;
	border-right-width: thin;
	border-bottom-width: medium;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #666666;
	background-color: #FFFFFF;
	visibility: inherit;
	margin: 1em;
}
.finish_text {
	background-color: #990000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	margin-left: 10px;
	display: inline-block;
	font-size: 90%;
	color: #FFFFFF;
	padding-right: 2px;
	padding-left: 2px;
}
.go_to_old_list {
	padding: 2px;
	margin-right: 15px;
	margin-left: 15px;
	text-decoration: none;
	display: inline-block;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.flame_tenji {
	display: block;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	border: thin dashed #CC9933;
	margin-top: 5px;
	margin-bottom: 20px;
	padding: 5px;
	background-color: #FFFFCC;
}
div.imagebox {
	background-color: #FFFFFF; /* 横幅 */
	float: right; /* 左に配置 */
	background-position: center;
	height: 350px; /* 高さ */
	margin: 10px;
	padding: 10px;
	text-align: left;
}
div.imagebox_left {
	background-color: #FFFFFF; /* 横幅 */
	float: left; /* 左に配置 */
	background-position: center; /* 高さ */
	margin: 10px;
	padding: 10px;
	text-align: left;
}
ul.teble_type {
	margin: 2px;
	padding: 5px;
}
ul.table_type li {
	list-style-position: outside;
	list-style-type: circle;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	text-align: left;
	text-indent: 3px;
	margin: 0px;
	padding: 0px;
}
dl.img_setumei dt {
	position: relative;
	width: 300px;
	margin-bottom: 5px;
	padding-left: 120px;
	font-weight: bold;
	font;size: 110%;
}
dl.img_setumei img {
	position: absolute;
	top: 0;
	left: 0;
	padding: 2px;
	border: 1px solid #ccc;
}
dl.img_setumei dd {
	margin-bottom: 10px;
	padding: 0 0 10px 120px;
	border-bottom: 1px dotted #ccc;
}
a.search_DB {
	display: block;
	font-size: 150%;
	background-color: #FFCCCC;
	display: block;
	text-decoration: none;
	text-align: center;
	clear: both;
	line-height: 140%;
	margin-top: 15px;
	margin-right: 10%;
	margin-bottom: 20px;
	margin-left: 10%;
	font-weight: bold;
	color: #000000;
	background-image: url(img/ds2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 10px;
	padding-right: 20%;
	padding-bottom: 10px;
	padding-left: 20%;
}
a:hover.search_DB {
	display: block;
	background-color: #CC3399;
	font-size: 151%;
	font-weight: bold;
	color: #FFFFFF;
}
.clearfix {
    zoom: 1; /* for IE5.5 - IE7 */
}
.clearfix:after { /* for modern browser */
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}


/* ------------ture_block-------------------------*/
.fish_syosai {
	clear: both;
	float: none;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: left;
	display: block;
	left: auto;
	right: auto;
	margin-right: 5%;
	margin-left: 5%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #999999;
	background-color: #FFFFCC;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFCC66;
}
.fish_syosai H3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #FFCC99;
	overflow: visible;
	clear: none;
	font-size: 14px;
	line-height: 1.25em;
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	margin: 0px;
	padding: 5px;
}
.fish_syosai H3 > a{
	font-weight: bold;
}
.fish_syosai H3.newrelease {
	background-color: #E1B7CB;
}
.fish_syosai H4 {
	margin-bottom: 5px;
	margin-top: 5px;
	padding-left: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: 150px;
	font-size: 12px;
	line-height: 1.25em;
	text-align: left;
}
.fish_syosai H5 {
	margin-bottom: 5px;
	margin-top: 5px;
	padding-left: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: 150px;
	font-size: 12px;
	line-height: 1.25em;
	text-align: left;
	background-color: #C8E3FF;
}

.fish_syosai IMG {
	clear: both;
	float: left;
	padding: 5px;
	width: 180px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	margin: 5px 20px 10px 10px;
	height: auto;
}
.fish_syosai P {
	text-align: left;
	font-size: 12px;
	margin: 5px;
}
.fish_syosai ul {
	margin-left: 150px;
	font-size: 95%;
}
.fish_syosai table {
	background-color: #FFFFCC;
	border:thin;
	clear:both;
	text-align: center;
	display: table;
	margin-right: 20px;
	margin-left: 20px;
}
.fish_syosai:after { content: ""; display: block; clear: both; }
#header_kari {
	background-image: url(img/ds2.gif);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 10px;
	margin-top: 0px;
	width: 792px;
}

.photo_left_yose {
	display: inline-block;
	padding: 0px;
	clear: both;
	float: left;
	text-align: center;
	background-color: #FFFFFF;
	margin: 0px;
}
.photo_left_yose ul{
	padding: 0px;
	margin: 0px;
}
.photo_left_yose li{
	text-align: center;
}

/* 学芸紹介---------------------------------------------*/
.gakugei_photo {
	clear: none;
	float: right;
	padding: 10px 20px 10px 10px;
	text-align: left;
	display: block;
	width: 210px;
	height:100%;
	left: auto;
	right: auto;
	background-position: center center;
	font-size: 12px;
	background-color: #FFFFFF;
	margin: 10px 0px 10px 10px;
	line-height: 1.5em;
}
.gakugei_photo img {
	clear: both;
	float: none;
	padding: 0px;
	border-width: 1px 2px 2px 1px;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
	margin: 0px;
	width: 200px;
	background-color: #FFFFFF;
}
.gakugei_photo img:after { content: "<br>"}

/* トップページ---------------------------------------------*/
#all {
	background-image: url(img/ds1.gif);
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: right top;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
	height: 100%;
	width: 801px;
	margin-right: 0px;
	margin-left: 0px;
}

h5.rightmenu {
	font-weight: 200;
	background-color: #0080FF;
	text-align: center;
	font-size: 14px;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 2px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #0033CC;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #FFFFFF;
	letter-spacing: 0.2em;
	border-top-color: #0033CC;
}

dl.oshirase {
	width: 95%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	display: block;
	clear: both;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 2px;
}
dl.oshirase dt {
	margin-bottom: 3px;
	margin-top: 8px;
	border-bottom-color: #CC9999;
	font-weight: bold;
	text-decoration: none;
	list-style-image: url(img/sanr.gif);
	list-style-position: outside;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	float: right;
	display: block;
	padding-right: 5px;
	clear: both;
	font-size: 12px;
}
ul.ya  {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 12px;
}
ul.ya li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	text-align: left;
	text-indent: 10px;
	list-style-image: url(img/ya10.gif);
	vertical-align: middle;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-left: 10px;
}
ul.ya li:before { content: url(img/ya10.gif)}

/*質問コーナー*/
.shitumon {
	text-align: center;
	margin: 10px;
	border: 4px double #339933;
	background-color: #FFFFFF;
	padding: 10px;
}
.shitumon h5 {
	text-align: center;
	font-size: 12px;
	background-color: #CCFF99;
	background-position: left center;
	font-weight: 500;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #339933;
	margin-top: 2px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 2px;
	margin-bottom: 2px;
}
.shitumon p {
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
}
/*博物館ニュース*/
.hakubutukan_news {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.hakubutukan_news h5 {
	text-align: left;
	background-position: left center;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-size: 14px;
	line-height: 1.2em;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.hakubutukan_news p {
	margin-top: 2px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 4px;
	text-align: left;
	font-size: 12px;
}
/*仮想展示室への入口*/
table.tag {
	padding: 0px;
	font-size: 100%;
	width: 500px;
	background-position: center center;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	page-break-before: auto;
	page-break-after: auto;
	text-align: center;
	display: table;
}
table.tag th {
	font-weight: bold;
	background-position: center center;
	text-align: left;
	vertical-align: middle;
	margin: 0px;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}
table.tag td {
	font-weight: normal;
	background-position: center center;
	vertical-align: middle;
	text-align: left;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}
.white_midashi{
	COLOR: #ffffff;
	padding: 0em;
	margin: 10px;
}


div.cyu-ou {
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 95%;
}
.top_navi_menu a{
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
	text-indent: 10px;
}
.top_navi_menu a:hover{
	BACKGROUND-COLOR: #CCFFFF;
	color: #000000;
}
.top_navi_menu_2 a{
	color: #FFFFFF;
	font-size: 12px;
}
.top_navi_menu_2 a:hover{
	BACKGROUND-COLOR: #FF9933;
}
.top_navi_menu_2 a:visited {/*訪問済みのアンカー*/
	COLOR: white;
	}

/*トップページ：イベントのご案内*/

#event_info {
	padding: 0px;
	background-image: url(img/ds1.gif);
	width: 510px;
	background-repeat: repeat-y;
	background-position: right top;
	border-bottom-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	_margin-left: 5px;
	text-align: center;
	display: block;
	}

#event_info  h2 {
	font-size: 16px;
	border-bottom-width: thin;
	border-bottom-style: double;
	border-bottom-color: #3366CC;
}
#event_info  h3 {
	font-size: 16px;
	text-align: left;
	border-left-width: 10px;
	border-left-style: solid;
	margin-right: 5px;
	margin-left: 5px;
	border-right-width: 0px;
	padding-top: 4px;
	padding-right: 0em;
	padding-bottom: 0px;
	padding-left: 0.5em;
	border-bottom-width: 1px;
	height: 20px;
	margin-bottom: 0px;
	margin-top: 0px;
	}
#event_info  h4 {
	font-size: 14px;
	text-align: left;
	margin-left: 20px;
	margin-right: 0px;
	padding-top: 0.25em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
	line-height: 1.4em;
	}
#event_info  h5 {
	font-size: 12px;
	text-align: left;
	line-height: 14px;
	margin-left: 20px;
	}
#event_info h6 {
	text-align: left;
	padding: 0.5em;
	margin-left: 30px;
	}

#event_info h2 span {
	font-size:12px;
	text-indent: 10px;
	display: inline;
	text-align: right;
	padding-left: 30px;
}
#event_info h3 span {
	font-size:12px;
	text-indent: 10px;
	display: inline;
	text-align: right;
	padding-left: 20px;
	font-weight: normal;
}
#event_info h3 a {
	font-weight: normal;
}
#event_info h4 span {
	font-size:12px;
	text-indent: 10px;
	display: inline;
	padding-top: 5px;
	padding-left: 12px;
	font-weight: normal;
}
#event_info h5 span {
	font-size:10px;
	text-indent: 15px;
	padding-top: 5px;
	padding-left: 10px;
}

#event_info  p {
	font-size: 12px;
	text-align: left;
	margin-right: 20px;
	margin-left: 30px;
	margin-bottom: 0px;
	margin-top: 0px;
}
#event_info .kikaku {
	border-color: #990000;
	background-color: #FFFFFF;
}
#event_info .sonota {
	border-color: #0033CC;
	background-color: #E0EEFE;
}
#event_info .moyoushi {
	border-color: #006600;
	background-color: #E4F3E7;
}
#event_info .photo {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #999999;
	padding: 0px;
}
#event_info  span{
	font-weight: normal;
}
/*トップページ：お知らせ*/

#info_info {
	padding: 0px;
	background-image: url(img/ds1.gif);
	width: 510px;
	background-repeat: repeat-y;
	background-position: right top;
	border-bottom-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	_margin-left: 5px;
	}
#info_info dl, dt, dd {
	text-align: left;
	padding: 0px;
	margin: 0px;
}
#info_info dt {
	margin-bottom: 0.25em;
	margin-top: 1em;
	border-bottom-color: #CC9999;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	display: block;
	font-size: 14px;
	　　text-indent:-1em;
}
#info_info dd {
	font-size: 12px;
	margin-left: 7em;
}
/*トップページ：お知らせ*/

#jyosetsu_info {
	padding: 0px;
	background-image: url(img/ds1.gif);
	width: 510px;
	background-repeat: repeat-y;
	background-position: right top;
	border-bottom-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	_margin-left: 5px;
	}
#banner_center {
	padding: 0px;
	width: 510px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	_margin-left: 5px;
}

.test {
	position:absolute;
	top: 10px;
	left: 840px;
}
