/* body設定 */
body {
	font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
	font-size: 10px;
	line-height:10px;
	color: #333333;
	background-color: #EDF6E2;
	background-image: url(../img/common/bg0.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* 使い方説明の文字 */
.howto {
	font-size: 12px;
	line-height:18px;
	color: #557722;
	padding-top: 20px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
}
.howto:link {
	color: #557722;
}
.howto:visited {
	color: #557722;
}
.howto:hover {
	color: #557722;
	text-decoration: none;
}
.howto:active {
	color: #557722;
}

/* what's new の文字 */
.whatsNewDate {
	font-size: 12px;
	color: #358200;
}
.whatsNewText {
	font-size: 12px;
	color: #505050;
}
