/* CSS Document */
*{font-size:11px;font-family: Arial, Helvetica, sans-serif;}
html{margin:0;padding:0;height:100%;width:100%;}
body{font-size:11px;background:url(../images/en/background.gif) left top no-repeat #000;margin:0;padding:0;height:100%;width:100%;color:#999999;}
.main{padding:0 0 25px 0;}
th,td{font-size:11px;}
img{border:none;}
.key02{border:#ccc 1px solid;width:400px;}
.top {text-align:center;padding:0 0 10px 0 ;}
.top div{width:900px;}
.top ul{list-style-type:none;margin:0;padding:0;float:right;font-size:12px; text-transform:uppercase}
.top ul li{float:left;margin:0 0 0 10px;}
.top ul li a{background:url(../images/en/red_arrow.gif) no-repeat left center;padding:0 0 0 10px;display:block;}
.top ul li a:hover{background:url(../images/en/red_arrow.gif) no-repeat 2px center;padding:0 0 0 10px;color:#ff0000;}
.keyword{line-height:20px;height:20px;width:180px;border:1px #ff0000 solid;}
.search{background:url(../images/en/search.gif) no-repeat ;width:66px;height:21px;border:none;}
.content{padding:20px 0 0 0;line-height:20px;}
.page{margin:10px 0 0 0;}
.navigation{height:45px;margin: 0 0 25px 0;}
.left{background:#18191a;padding:13px 0 15px 0; }
.searchbg{background:#660000;}
.title a{color:#fff;text-decoration:none;}
.title a:hover{color:#ff0000;}
.left0 a{background:url(../images/en/lbg.gif) left center no-repeat;padding:0 0 0 20px;display:block;text-decoration:none;color:#eeeeee;line-height:25px;width:100%;margin:0 10px 5px 10px;}
.left0 a:hover{background:url(../images/en/lbg1.gif) left center no-repeat;padding:0 0 0 20px;color:#ff0000;}
a{color:#999;text-decoration:none;}
a:hover{color:#ff0000;}
.menu a{background:url(../images/top1.gif) center center no-repeat;display:block;text-decoration:none;color:#eeeeee;line-height:26px;width:100%;}
.menu a:hover{background:url(../images/top2.gif) center center no-repeat;color:#ff0000;}
.menu0 a{background:url(../images/top1e.gif) center center no-repeat;padding:0 0 0 6px;display:block;text-decoration:none;color:#eeeeee;line-height:26px;width:100%;}
.menu0 a:hover{background:url(../images/top2e.gif) center center no-repeat;padding:0 0 0 6px;color:#ff0000;}
.left1 a{color:#eeeeee;text-decoration:none;width:100%;line-height:20px;padding:0 0 0 6px;}
.left1 a:hover{color:#ff0000;background:#800000;width:100%;padding:0 0 0 6px;}
.left1{height:18px;padding:0 16px 0 23px; }

.nemu_scrollbar {
	scrollbar-highlight-color:#090909;
	scrollbar-3dlight-color:#888888;
	scrollbar-darkshadow-color:#090909;
	scrollbar-shadow-color:#888888;
	scrollbar-arrow-color:#888888;
	scrollbar-track-color:#888888;
	scrollbar-base-color:#090909;
	}


#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #D4D4D4;
	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: transparent url(../images/blank.gif) no-repeat; /* 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: 12px Verdana, Helvetica, sans-serif;
	background-color: #D4D4D4;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #161616; }
#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.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 */ 