.main_hyouji {
	width: 800px;
	background-position: center;
}
.top_image {
	height: 130px;
	width: 800px;
}
.left_nabi {
	width: 150px;
	background-color: #CCFFCC;
}
.main_naiyou {
	width: 650px;
	background-color: #FFFFFF;
}
.bowling_news {
	background-color: #0000FF;
	height: 150px;
	width: 50px;
}
.karaoke_news {
	background-color: #FF6600;
	height: 150px;
	width: 50px;
}
.game_news {

	background-color: #FF0000;
	height: 150px;
	width: 50px;
}
.bowling_news_main {
	background-color: #CCFFFF;
	height: 150px;
	width: 600px;
	padding: 10px 10px 10px 70px;
	font-size: 14px;
	line-height: 18px;
	background-image:  url(img/news_bowling.gif);
	background-repeat: no-repeat;
}
.karaoke_news_main {
	background-color: #FFFFCC;
	height: 150px;
	width: 600px;
	padding: 10px 10px 10px 70px;
	font-size: 14px;
	background-image:  url(img/news_karaoke.gif);
	line-height: 18px;
	background-repeat: no-repeat;
}
.game_news_main {
	background-color: #FFCCFF;
	height: 150px;
	width: 600px;
	padding: 10px 10px 10px 70px;
	font-size: 14px;
	background-image:  url(img/news_game.gif);
	line-height: 18px;
	background-repeat: no-repeat;
}
.header {
	height: 20px;
	width: 800px;
}

