a{
	color: #ffff00;
	font-size: 13px;
}
a:hover{
	color: #ff3200;
	font-size: 13px;
}
h1{
	color: #ffff00;
	font-size: 15px;
	font-weight: normal;
}
h2{
	color: #00ffff;
	font-size: 14px;
	font-weight: normal;
}
h3{
	color: #ff00ff;
	font-size: 13px;
	font-weight: normal;
}


body{
	background-color: #000000;
	color: #f1f1f1;
	font-size: 15px;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN",Osaka;
	padding: 0px;
	margin-top: 10px;
}
div.main_area{
	border: 0px solid #ffff00;
	width: 900px;
}
div.left_area{
	border: 0px solid #ffffff;
	width: 700px;
	float: left;
	text-align: left;
}
div.right_area{
	border: 0px solid #ff00ff;
	width: 200px;
	float: right;
	text-align: left;
}
div.detail_area{
	padding: 10px;
}
div.txt_area{
	margin-bottom: 10px;
	padding: 10px;
	background-color: #00534a;
}
div.game_area{
	background: url(./img/bk.jpg) no-repeat;
	width: 700px;
	height: 500px;
	text-align: center;
}
div.space{
	height: 50px;
}

h4{
	border: 1px solid #ffffff;
	color: #ffffff;
	font-size: 13px;
	font-weight: normal;
	padding: 2px;
	margin: 0px;
	background-color: #ff4848;
	text-align: center;
}
div.rank{
	padding: 10px;
	font-size: 11px;
	background-color: #0a3e62;
}
div.parts{
	padding-top: 17px;
	padding-left: 9px;
	_padding-left: 0px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #ffffff;
	text-align: center;
}

