html {
	/*background:white;*/
}
body {
	background:#333;
	color:#DDD;
	margin:auto;
	width:960px;
	font-family: Helvetica,Arial, sans-serif;
}

#left {
	
	position:relative;
	float:left;
	margin:bottom:10px;
	width:400px;
}



#header {}
h1 {
	background:#555;
	background:white;
	color:#666;
	/*display:none;*/
	font-size:2em;
	line-height:1.0em;
	padding:20px;
	width:330px;
	margin-right:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
h2 {
	font-size:1.6em;
	line-height:2em;
}
#nav {
	display:block;
	width:390px;
	clear:left;
}

#nav li {
	float:left;
	display:block;	
	padding:10px;
	font-size:1.2em;
	line-height:1.2em;
	width:100px;
}
#nav li a {
	display:block;
	width:100px;
	color:#CCC;
	text-decoration:none;
	text-align:center;
	height:30px;
}
#nav li a:hover {
	color:#FFF;
	text-decoration:underline;
}
#nav li span.active {
	display:block;
	width:100px;
	text-align:center;
	color:white;
	font-weight:bold;
	background:orange;
	position:relative;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	line-height:1.2em;
	padding:2px;
}
#index  ul {
	display: inline;
	width:370px;
	clear:left;
/*	background:white;*/
/*	overflow:auto;*/
	padding-left:0px;
	position:relative;
	
}

#index p {
	width:370px;
	background:white;
	font-size:26px;
	font-family:Times,serif;
	font-style:oblique;
	padding-top:20px;
	margin-top:50px;
	line-height:1.5em;
	text-align:center;
	color:#666;
	background:white;
	height:403px;
	
}

#index p span.english{
	color:#AAA;
}

#index ul li {
	position:relative;
	background:white;
	float:left;
	margin:2px;
	width:60px;
	height:60px;
	overflow:hidden;
	border:5px solid;
	border-color:white;
}


#index ul li.selected {
	border-color:orange;
}
#index ul li.non-selected {
	border-color:transparent;
}

#index ul li img {
	position:relative;
	left:-30px;
	top:-30px;
	width:100px;
	height:100px;
	padding:2px;	
}
#main {
	position: relative;
	margin-left:400px;
/*	position:relative;*/
	width:560px;
	height:631px;
	background:white;
/*	float:right;
	clear:none;*/
	margin-top:10px;
	-webkit-border-radius: 5px;
}



#main .area a {
	display:block;
	position:absolute;
	top:0px;
	width:135px;
	background:transparent;	
	height:640px;
	text-decoration:none;
}

#main #prev.area a {
	left:0px;
}
#main   #next.area a {
	left:425px;
	
}

#main .area a span.text {
	position:relative;
	top:18px;
	width:18px;
	font-size:18px;
	font-weight:bold;
	color:#999;
	display:none;
	padding:10px;
	background:#DDD;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:#999;
	margin-left:20px;
	margin-right:0px;
}

#main #next.area a span.text {
	float:right;
	border-width:1px 1px 1px 1px;
	margin-right:20px;
	margin-left:0px;
}

#main .area  a:hover span.text  {
	display:block;
}





#main p a{text-decoration:none;color:#DDD;line-height:2em;}
#main p a:hover{text-decoration:underline;}
#desc .detail {font-size:11px;}
#main  img {;padding:10px;background:white;
	/*cursor: alias;*/
	}
	
#main #desc{
	width:560px;
	position:relative;
	text-align: center;
	color:#666;
	/*padding-right:50px;*/
}
#footer {
	
	
	line-height:3em;
	text-align:center;
	margin-top:50px;
	clear:both;
/*	border-top:10px solid #333;*/
	background:#555;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-topleft: 15px;
}
