/*Whats's New*/
#whats_new_menu{
	height: 50px;
	margin-bottom: 30px;
}

#whats_new_menu li{
	float: left;
}
#whats_new_menu li a{
	display: block;
	margin-right: 13px;
	float: left;
}
*html #whats_new_menu li a{
	margin-right: 7px;
}
#whats_new_title{
	float: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 13px;
}

#whats_new_list{
	float: right;
	height: 1em;
	font-size: 12px;
	padding-top: 14px;
}
#whats_new_list a{
	padding-left: 15px;
	background-image: url(../img/whats_new_list.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#whats_new_list a:hover{
	background-image: url(../img/whats_new_list_o.png);
}

#whats_new_list2 {

	clear: both;

	margin-top: 18px;
	margin-bottom: 18px;
}

#whats_new_list2 ul{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
#whats_new_list2 li{
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
	text-indent: 20px;
}

#whats_new_gakunai{
	margin-bottom: 5px;
	margin-top: 15px;
}
#whats_new_list2 a{
	background-image: url(../img/whats_new_list.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: -20px;
}

#whats_new_list2 a:hover{
	background-image: url(../img/whats_new_list_o.png);
}

