@charset "UTF-8";

#left-content .side-frame-bottom {
	background: url(../img/side_frame_bottom.png) no-repeat center bottom;
	padding-bottom: 10px;
}

#main {
	background: url(../img/top_bg.png) no-repeat;
	width: 800px;
	height: 620px;
}

h1 {
	display: none;
	background: url(../img/top_logo.png) no-repeat;
	width: 335px;
	height: 142px;
	position: absolute;
	left: -28px;
	top: -80px;
}

#main {
	position: relative;
	top: 0px;
}

#main img {
	display: none;
	position: absolute;
	left: 90px;
	top: -52px;
}

#main p {
	display: none;
	background: url(../img/top_release.png) no-repeat;
	width: 463px;
	height: 47px;
	text-indent: -9999em;
	position: absolute;
	left: 334px;
	top: 567px;
}

#main .review {
	display: none;
	background: url(../img/top_btn_review.png) no-repeat;
	background-position: -0px -0px;
	text-indent: -9999em;
	width: 267px;
	height: 157px;
	position: absolute;
	left: 530px;
	top: 410px;
}
#main .review:hover {
	background-position: -0px -157px;
}

.info {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.info a {
	color: #ffffff;
	text-decoration: underline;
}

.info a:hover {
	color: #ffff00;
}



.news h2 {
	background: url(../img/top_news_cap.png) no-repeat;
	width: 200px;
	height: 35px;
	text-indent: -9999em;
	position: relative;
	top: -5px;
}

.news div {
	width: 192px;
	height: 160px;
	overflow-y: scroll;
	margin: 0px 4px;
}

.news em {
	font-weight: bold;
}

.news p {
	font-size: 12px;
	line-height: 15px;
	margin-top: 10px;
}

.news p:first-child {
	margin-top: 0px;
}

/*----- ���b�y�� -----*/
#crest {
	display: none;
	cursor: pointer;
	position: absolute;
	left: 850px;
	top: 204px;
}

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

local-nav

----------------------------------------------------------*/
#local-nav {
}

#local-nav li {
	position: relative;
}

#local-nav li a,
#local-nav li span {
	display: block;
	text-indent: -9999em;
}

#local-nav .new{
	text-indent: -9999em;
}

/*----- STORY -----*/
#local-nav .story {
	display: none;
}

#local-nav .story a,
#local-nav .story span {
	background: url(../img/top_nav_story.png) no-repeat;
	background-position: -0px -0px;
	width: 157px;
	height: 102px;
}

#local-nav .story a:hover,
#local-nav .story .selected {
	background-position: -157px -0px;
}

#local-nav .story .new {
	background: url(../img/top_nav_story_new.png) no-repeat;
	width: 46px;
	height: 36px;
	position: absolute;
	left: 20px;
	top: -13px;
	visibility: hidden;
}

/*----- CHARACTER -----*/
#local-nav .character {
	display: none;
}

#local-nav .character a,
#local-nav .character span {
	background: url(../img/top_nav_character.png) no-repeat;
	background-position: -0px -0px;
	width: 253px;
	height: 93px;
}

#local-nav .character a:hover,
#local-nav .character .selected {
	background-position: -253px -0px;
}

#local-nav .character .new {
	background: url(../img/top_nav_character_new.png) no-repeat;
	width: 48px;
	height: 27px;
	position: absolute;
	left: 10px;
	top: -13px;
	visibility: hidden;
}

/*----- SYSTEM -----*/
#local-nav .system {
	display: none;
}

#local-nav .system a,
#local-nav .system span {
	background: url(../img/top_nav_system.png) no-repeat;
	background-position: -0px -0px;
	width: 183px;
	height: 49px;
}

#local-nav .system a:hover,
#local-nav .system .selected {
	background-position: -183px -0px;
}

#local-nav .system .new {
	background: url(../img/top_nav_system_new.png) no-repeat;
	width: 47px;
	height: 18px;
	position: absolute;
	left: 0px;
	top: -8px;
	visibility: hidden;
}

/*----- MOVIE -----*/
#local-nav .movie {
	display: none;
}

#local-nav .movie a,
#local-nav .movie span {
	background: url(../img/top_nav_movie.png) no-repeat;
	background-position: -0px -0px;
	width: 157px;
	height: 99px;
}

#local-nav .movie a:hover,
#local-nav .movie .selected {
	background-position: -157px -0px;
}

#local-nav .movie .new {
	background: url(../img/top_nav_movie_new.png) no-repeat;
	width: 47px;
	height: 32px;
	position: absolute;
	left: -2px;
	top: 32px;
	visibility: hidden;
}

/*----- SPECIAL -----*/
#local-nav .special {
	display: none;
}

#local-nav .special a,
#local-nav .special span {
	background: url(../img/top_nav_special.png) no-repeat;
	background-position: -0px -0px;
	width: 176px;
	height: 136px;
}

#local-nav .special a:hover,
#local-nav .special .selected {
	background-position: -176px -0px;
}

#local-nav .special .new {
	background: url(../img/top_nav_special_new.png) no-repeat;
	width: 47px;
	height: 38px;
	position: absolute;
	left: -8px;
	top: 68px;
/*	visibility: hidden;*/
}

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

sub-nav

----------------------------------------------------------*/
#sub-nav {
	width: 100%;
	text-align: left;
	margin-left: 123px;
}

#sub-nav li {
	float: left;
	border-left: 2px solid #ffffff;
	padding: 3px 10px;
	margin: 8px auto;
}

#sub-nav li:first-child {
	border-left: none;
}


