<!--
<body bgcolor="#FFFFFF" text="#606060" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0" marginwidth="0" marginheight="0">
a{text-decoration:none} 
a:link    {text-decoration:none;color:#3366CC;text-decoration:none;}  /*テキストリンクの色*/
a:visited {text-decoration:none;color:#3399FF;text-decoration:none;}  /*訪問済みのリンクの色*/ 
a:active  {text-decoration:none;color:#339900;}   /*クリックされているときのリンクの色*/
a:hover   {text-decoration:none;color:#000099;text-decoration:underline;}  /*マウスの上にカーソルがあるときのリンクの色*/
P {margin: 0em 0em 0em 0em; text-indent: 1em;}
DIV.DOC {margin: 1em 0em 1em 0em;}

.boxleft { border:solid; border-width:0 1px 0 0; border-color:gray; }
.boxright { border:solid; border-width:0 0 0 1px; border-color:gray; }

.color1     {background-color:#0000FF;}   /*明るいグリーンの背景色*/
.color2     {background-color:#FFFFFF;}   /*ホワイトの背景色*/
.color3     {background-color:#546e20;}   /*濃いグリーンの背景色*/
.color4     {background-color:#228b22;}   /*明るいグリーンの背景色*/
.color5     {background-color:#54A7A7;}   /*明るいブルーの背景色*/
.color6     {background-color:#FFCCFF;}   /*明るいピンクの背景色*/
.color7     {background-color:#B6B6B6;}   /*灰色*/

.text0     {font-size:40px;color:#dc143c;line-height:140%;font-family:"HGP創英角ﾎﾟｯﾌﾟ体", Times, serif;} 
.text1     {font-size:26px;color:#0000ff;line-height:140%;font-family:"HGP創英角ﾎﾟｯﾌﾟ体", Times, serif;} /* メインタイトルのフォントサイズ,色*/
.text2     {font-size:18px;color:#0000ff;line-height:140%;font-family:Verdana;font-weight:bold;} /* タイトル下の文字フォントサイズ,色*/
.text3     {font-size:13px;color:#000008;line-height:140%;font-family:Verdana;font-weight:normal;}/* ノーマルテキストのフォントサイズ,色,行間*/
.text4     {font-size:14px;color:#000000;line-height:140%;letter-spacing:0.1em;font-family:Verdana;}/* ノーマルテキストのフォントサイズ,色,行間*/
.text5     {font-size:18px;color:#00FF33;line-height:140%;font-family:"HGP創英角ﾎﾟｯﾌﾟ体", Times, serif;} /* タイトル下の文字フォントサイズ,色*/
.text6     {font-size:13px;color:#339900;line-height:100%;font-family:Verdana;font-weight:bold;}/* ノーマルテキストのフォントサイズ,色,行間*/
.text7     {font-size:40px;color:#000000;line-height:140%;font-family:Verdana;} /* タイトル下の文字フォントサイズ,色*/
.text8     {font-size:15px;color:#33CC00;line-height:140%;font-family:Verdana;}
.text9     {font-size:14px;color:#FFFFFF;line-height:140%;font-family:Verdana;}/* ノーマルテキストのフォントサイズ,色,行間*/
.text10    {font-size:13px;color:#9F0050;line-height:140%;font-family:Verdana;}/* ノーマルテキストのフォントサイズ,色,行間*/
.text11    {font-size:14px;color:#333399;line-height:140%;font-family:Verdana;font-weight:bold;}/* ノーマルテキストのフォントサイズ,色,行間*/
.text12    {font-size:14px;color:#9F0050;line-height:140%;font-family:Verdana;font-weight:bold;}/* ノーマルテキストのフォントサイズ,色,行間*/
.text13    {font-size:14px;color:#FF6600;line-height:140%;font-family:Verdana;font-weight:bold;}/* ノーマルテキストのフォントサイズ,色,行間*/
.text14    {font-size:14px;color:#00CC33;line-height:140%;font-family:Verdana;font-weight:bold;}/* ノーマルテキストのフォントサイズ,色,行間*/
-->
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}