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

	
	GAME.CSS
	
	
----------------------------------*/

.game {
	background:  url(../img/index_bg04.jpg) no-repeat center bottom;
	padding-bottom: 39px;
}
.game #title h1 {
	float: left;
}
.game #title p {
	background:  url(../img/index_bg01.jpg) no-repeat right top;
	padding-right: 118px;
	float: right;
}
.game #detail {
	background:  url(../img/index_bg02.jpg) no-repeat left top;
	padding-left: 30px;
}
.game #detail ul {
	background:  url(../img/index_bg03.jpg) no-repeat right top;
	padding-right: 30px;
}
