/* encoding-sjis */

/* whatsnew全体 */
table.whatsnew {
	width: 550px;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0;
}
table.whatsnew td {
	font-size: small;
}

/* what's new 日付 */
table.whatsnew-date {
	width: 550px;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 15px;
}
table.whatsnew-date td {
	text-align: right;
	width: 100%;
	font-size: small;
}

/* what's new タイトル */
table.whatsnew-title {
	width: 550px;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 15px;
}
table.whatsnew-title td {
	text-align: center;
	width: 100%;
	font-size: medium;
	text-decoration: underline;
}

/* what's new 本文 */
div.whatsnew-content {
	text-align: left;
	font-size: small;
}

/* 見出し */
h3.whatsnew-index {
	padding: 0 0 5 0;
	margin: 0px;
	font-size: medium;
	font-weight: bold;
	text-decoration: underline;
}