@charset "UTF-8";
body {
	font-size: 80%;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	color: #333333;
}
.font_size_S {
	font-size: 100%;
}
.font_size_L {
	font-size: 120%;
	font-weight: bold;
	margin-right: 2px;
}
.font_top {
	font-size:97%;
	padding-top: 10px;
	vertical-align: top;
	background-position: top;
	width: 100%;
}
.font_top_left {
	font-size: 97%;
	padding-left: 0px;
	padding-top: 10px;
	width: 100%;
}
.font_top_right {
	font-size: 97%;
	padding-left: 10px;
	padding-top: 10px;
	background-color: #F0F7E6;
}
.red {
	text-decoration: overline;
	color: #FF0000;
}
.color-green {
color: #009900
}
