@charset "UTF-8";

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	margin: 0px;
}
a:link {
	color: #00A73B;
	text-decoration: none;
}
a:visited {
	color: #00A73B;
	text-decoration: none;
}
a:hover {
	color: #B7D200;
	text-decoration: underline;
}
h1 {
	font: 9px Arial, Helvetica, sans-serif;
	margin: 0px;
}
input,textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.copyright {
	color: #FFFFFF;
	background-color: #00A73B;
	text-align: center;
	line-height: 32px;
}
.comment {
	color: #666666;
	font-size: 9px;
}
.attention {
	color: #FF0000;
	font-size: 12px;
}

.imagecolor1 {
	color: #00A73B;
}
.imagecolor2 {
	color: #B7D200;
}
.imagecolor3 {
	color: #E50011;
}
