@charset "UTF-8";

/* ----------------------------------------
*
*Since:  2010-01-30
*Modified:  
*
*/

/* Style Index ===============================

	01:  whatsnew

========================================= */
/*
01:  whatsnew
-------------------------------------*/

div#whatsnew ul {
	margin: 10px 0 0 0;
}

div#whatsnew li {
	padding: 14px 0;
	background: url("../../images/common/bg_dot_001.gif") repeat-x 0 0;
}

div#whatsnew li.latest {
	background: none;
}

div#whatsnew li a {
	padding-left:9px;
	background: url("../../images/common/icon_arrow_001.gif") no-repeat 0 0.3em;
}

div#whatsnew li a:link {
	color: #666;
	text-decoration: none;
}

div#whatsnew li a:visited {
	text-decoration: none;
}

div#whatsnew li a:hover,
div#whatsnew li a:active {
	color: #000;
	text-decoration: underline;
}

