@charset "UTF-8";

/* ---------------------------------
 * layout_top.css
 * Common Style Sheet
 * Date: 2011 04 28   Update: 2011 04 28
 * Auther: Takehiro Momata / ZEXUS DESIGN
 * Range of adjustment: HOME
 *----------------------CSS Document */

body {
	background-color: #004714;
	margin: 0 auto;
	padding: 0px;
	-webkit-font-smoothing: antialiased;
}


#whatsnew_table {
	float: left;
	margin-top: 3px;
	margin-left: 5px;
	margin-right: 30px;
	margin-bottom: 10px;
	padding: 0px;
	width: 650px;
	height: auto;
	font-family: Helvetica;
	position: relative;
	top: 0px;
	left: 0px;
}

.td_date {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 15px;
	padding: 0px;
	width: 95px;
	height: auto;
	font-size: 13px;
	line-height: 22px;
	color: #90c31f;
	text-align: left;
	vertical-align: top;
}

.td_text {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 15px;
	padding: 0px;
	width: 550px;
	height: auto;
	font-size: 13px;
	line-height: 22px;
	color: #fff;
	text-align: left;
	vertical-align: top;
}