#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }




BODY,DIV,TABLE,THEAD,TBODY,TFOOT,TR,TH,TD,P { font-family:"ＭＳ Ｐゴシック"; font-size:9pt }

body
	{
		color: #333333;
		background-color: #FFFFFF;
		font-weight: normal;
		font-style: normal;
		text-decoration: none;
	}


	h1 { font-size:16pt; font-weight: bold; background-color: #0000CC; color:#ffffff;}
	h2 { font-size:12pt; font-weight: bold; color:#0000CC;}
	h3 { font-size:10pt; font-weight: bold; color:#ff0000;}
	
	.xsmallfont { font-size:7pt; color:#808080;}
	.smallfont_grey { font-size:8pt; color:#999999;}
	.smallfont { font-size:8pt; color:#808080;}
	.smallfont_red { font-size:8pt; color:#ff0000;}
	.smallfont_white { font-size:8pt; color:#ffffff;}
	.smallfont1 { font-size:8pt; color:#336666;}
	.list_smallfont { font-size:9pt; color:#0000A0;}
	.listfont { font-size:10pt; color:#0000A0;}
	.listfont_grey { font-size:10pt; color:#999999;}
	.listfont_white  { font-size:10pt; color:#ffffff;}
	.listfont_red  { font-size:10pt; color:#ff0000;}
	.listfont_blue  { font-size:10pt; color:#0000CC;}
	.listfont_10_white  { font-size:10pt; background-color: #0000CC; color:#ffffff;}
	.listfont_12_red  { font-size:12pt; color:#ff0000;}
	.list_largefont { font-size:12pt; font-weight:bold; background-color:#525252; color:#ffffff;}
	.list_largefont_nonback { font-size:12pt; font-weight:bold; color:#ffffff;}




.muginavi,.muginavi-nn{
color:#999999;
font-size:9pt;
}

div.muginavi{
layer-background-color:#f1f1f1;
}
.muginavisub{
background-color:#f1f1f1;
}

.muginavi a,
.muginavi a:visited,
.muginavi a:hover{
color:#000000;
text-decoration:none;
}


<!--
A:link {text-decoration:none}
A:visited {text-decoration:none}
A:active {text-decoration:none}
A:hover {color:#FFFFFF; background:#9999FF}
-->


/* ナビゲーション */
#navi_continer {
position: relative;
z-index:100;
width: 700px;
height:36px;
}

#navi {
position: absolute;
top: 0px;
left: 0px;
width: 720px;
}

#navi ul {
margin: 0;
padding: 0;
list-style: none;
}

#navi li {
color: #fffff;
float: left;
width: 137px;
margin: 0;
}

#navi li a {
font-size: 12px;
color: #ffffff;
display: block;
width: 100%;
padding: 3px 0;
text-align: center;
font-weight: bold;
text-decoration: none;
background-color: #3399ff;
}

#navi li a:hover {
color: #ffffff;
background-color: #3366cc;
}

/* サブメニュー */
#navi ul.sub {
background: #eeeeee;
}

#navi ul.sub li {
float: none;
}

#navi ul.sub li a {
color: #666666;
background: none;
font-size: 12px;
font-weight: normal;
padding: 3px 0;
border-top:1px solid #000099;
}

#navi ul.sub li a:hover {

color: #ffffff;
background-color: #ff9900;
}

#navi ul li.navi_menu ul {
display: none;
}

#navi ul li.navi_menu_on ul {
display: block;
}

#navi li.navi_menu{
border:1px solid #000099;
}

#navi li.navi_menu_on{
border:1px solid #000099;
}