@charset "Shift_JIS";

/*--------------------------------------*/
/*                                      */
/* ### 更新情報 ###                     */
/*                                      */
/*--------------------------------------*/

/*--- ボディ ---*/
body {
	text-align: left;
	margin: 0;
	padding: 0;
	line-height: 1.6;
	background: #fff7db;
    overflow-x: hidden;
}

#whatsnew {
	width: 250px;
}

#whatsnew ul {
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 10px;
}

.mac #whatsnew ul {
	font-size: 9px;
}

#whatsnew li {
	background: url(../images/top_footprint.gif) no-repeat 0 1px;
	padding: 0 0 10px 18px;
}

