@charset "utf-8";
/* CSS Document */
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
	color: #FFF;
}

#what's_new{
	margin: 0;
	padding: 0;
	width:100%;
}

table {
	width:100%;
	border-spacing: 1px;
}

table tr td {
	padding: 4px 8px;
	text-align: left;
	font-size: 80%;
	line-height:1.3em;
}

table tr{
	background: #FFF;
}

table tr:nth-child(2n+1) {
	background-color: #FBF4F4;
}

.col01 {
	width:25%;
}

.col02 {
	width:75%;
}

