body	{
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-size: 14px;
	color: #666666;
}

.header	{
	margin: 0;
	padding: 0;
	width: 800px;
	background-image: url(../img/bg_title.gif);
	background-position: 100% 0;
	background-repeat: no-repeat;
}

.logo	{
	margin: 0;
	padding: 0;
}

.logo img.logo1	{
	width: 150px;
	height: 70px;
	border: none;
}

.logo img.logo2	{
	width: 250px;
	height: 70px;
	border: none;
}

.menu_bar	{
	margin: 0;
	padding: 0;
	width: 800px;
	height: 24px;
	background-image: url(../img/bg_menu.gif);
	background-repeat: no-repeat;
	background-color: #3399cc;
}

.menu	{
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
	float: right;
	color: #ffffff;
	font-weight: bold;
}

.menu a	{
	text-decoration: none;
	color:#ffffff;
}

.menu a:hover	{
	color:#ffff99;
}

.menu a.current	{
	color: #336699;
}

.contents	{
	padding-left: 50px;
	width: 800px;
	font-size: 16px;
}

.area_big	{
	background-repeat: no-repeat;
	width: 380px;
	height: 230px;
	float: left;
}

.area_big div	{
	padding-top: 80px;
	padding-left: 50px;
	padding-right: 50px;
}

.area_small	{
	margin-top: 130px;
	margin-left: 40px;
	background-repeat: no-repeat;
	width: 240px;
	height: 140px;
	float: left;
}

.area_small div	{
	padding-top: 60px;
	padding-left: 40px;
	padding-right: 20px;
}

#game	{
	background-image: url(../img/area_game.gif);
}

#diary	{
	background-image: url(../img/area_diary.gif);
}



#link	{
	background-image: url(../img/area_link.gif);
}

.contents a	{
	text-decoration: none;
	color:#999999;
	font-weight: bold;
}

.contents a:hover	{
	color:#666666;
}

.small	{
	font-size: 10px;
	font-weight: bold;
}

.clearleft	{
	clear: left;
}

.new	{
	margin-left: 10px;
	color: #cc0000;
	font-size: 10px;
}