

/* ----------------------------------------------------------------

	#container

---------------------------------------------------------------- */

#container {
	background : url(img/bg_yu.jpg) repeat-x center top;
	font-size: 13px;
	line-height: 1.5em;
}
/* ----------------------------------------------------------------

	#nav

---------------------------------------------------------------- */

#nav_bg  {
	background : url(img/nav_bg.jpg) repeat-x 0px bottom;
	height: 129px;
	width: 100%;
}

/*
#nav {
	background : url(../cn09/img/nav_main.png) no-repeat 0px bottom;
	height: 119px;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
}
*/

#nav ul {
	height: 59px;
	width: 980px;
}

#nav li {
	float: left;
	padding-top: 4px;
}

#nav ul .logo  {
	width: 245px;
	height: 119px;
	margin-right: 10px;
	line-height: 1em;
}

#nav ul .top {
	margin-top: 25px;

}

#nav ul .story {
	margin-top: 25px;

}

#nav ul .character {
	margin-top: 25px;

}

#nav ul .gallery {
	margin-top: 25px;

}

#nav ul .point {
	margin-top: 25px;

}

#nav ul .download {
	margin-top: 25px;

}

#nav ul .special {
	margin-top: 25px;

}

#nav ul .spec {
	margin-top: 25px;

}


/* ----------------------------------------------------------------

	#content

---------------------------------------------------------------- */

#content {
	padding-top: 20px;
}

#content h2 {
	margin-left:auto;
	margin-right:auto;
	width: 965px;
	margin-bottom: 15px;
}





.timer{  
    text-align:center;  
    width:488px;  
    margin:30px auto 0;  
    padding:10px 0;  
    font-size:1.5em;  
    color:#fff;  
    text-shadow:1px 1px 1px #ccc;  
    font-weight:700;  
    line-height:40px;  
    border:1px solid #ef007c;  
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e4024e), color-stop(0.00, #ff5db1));  
    background: -webkit-linear-gradient(top, #ff5db1 0%, #e4024e 100%);  
    background: -moz-linear-gradient(top, #ff5db1 0%, #e4024e 100%);  
    background: -o-linear-gradient(top, #ff5db1 0%, #e4024e 100%);  
    background: -ms-linear-gradient(top, #ff5db1 0%, #e4024e 100%);  
    background: linear-gradient(top, #ff5db1 0%, #e4024e 100%);  
    shadow: 2px 2px 16px 7px #ddd, inset 0px 0px 1px 1px #f5add2; /* Safari, Chrome—p */    
    -moz-box-shadow: 2px 2px 16px 7px #ddd, inset 0px 0px 1px 1px #f5add2; /* Firefox—p */    
    box-shadow: 2px 2px 16px 7px #ddd, inset 0px 0px 1px 1px #f5add2; /* CSS3 */    
}  