/* -------------------------------------------
受講生作品紹介
--------------------------------------------*/
#contentsArea #main {
	padding: 22px 0 53px 0;
}

#game h1 {
	padding: 70px 0 0 0;
	height: 50px;
}

#game #lead {
	margin: 17px 0 -12px 0;
	height: 77px;
	color: #6e6e6e;
	letter-spacing: 0.79em;
	text-indent: -500%;
	overflow: hidden;
	background: url(images/sakuhin_lead.png) no-repeat center 0;
}

#game #lead br {
	display: none;
}

#game #nav {
	padding-top: 6px;
	width: 948px;
	height: 809px;
	margin: 0 auto;
	background: url(images/nav_bg.png) no-repeat center top;
}

#game #nav ul {
	margin: 0 auto;
	width: 948px;
}

#game #nav ul li {
	float: left;
	width: 441px;
	height: 324px;
	margin: 18px 0 0 21px;
}

#game #nav ul li.active {
	background: url(images/nav_active.png) no-repeat center bottom;
}

#game #nav ul li .game_title {
	float: left;
	width: 170px;
	height: 30px;
	margin: -2px 1px 0 0;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.03em;
	text-indent:-500%;
	overflow:hidden;
}
#game #nav ul li.team_a .game_title {
	background:url(images/game_title_team_a.png) no-repeat 0 0;
}
#game #nav ul li.team_b .game_title {
	background:url(images/game_title_team_b.png) no-repeat 0 0;
}
#game #nav ul li.team_x .game_title {
	background:url(images/game_title_team_x.png) no-repeat 0 0;
}
#game #nav ul li.team_y .game_title {
	background:url(images/game_title_team_y.png) no-repeat 0 0;
}

#game #nav ul li .game_genre {
	float: right;
	width: 190px;
	height: 30px;
	text-indent:-500%;
	overflow:hidden;
}
#game #nav ul li.team_a .game_genre {
	background:url(images/game_genre_team_a.png) no-repeat 0 0;
}
#game #nav ul li.team_b .game_genre {
	background:url(images/game_genre_team_b.png) no-repeat 0 0;
}
#game #nav ul li.team_x .game_genre {
	background:url(images/game_genre_team_x.png) no-repeat 0 0;
}
#game #nav ul li.team_y .game_genre {
	background:url(images/game_genre_team_y.png) no-repeat 0 0;
}
#game #nav ul:after {
	display: block;
	content: "";
	clear: both;
}

#game #eshop {
	width: 905px;
	height: 94px;
	background: url("./images/eshop_border.png") no-repeat center top;
	padding-top: 13px;
	margin: 19px auto;
}

#game #eshop img {
	float: left;
}

#game #eshop p {
	float: right;
	width: 600px;
	height: 44px;
	margin: 15px 66px 0 0;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.08em;
	text-align: left;
	line-height: 22px;
	text-indent: -500%;
	overflow:hidden;
	background: url(images/eshop_txt.png) no-repeat 0 0;
}
#game #eshop p br {
	display:none;
}