@charset "UTF-8";


/* ---------- reset ---------- */

*
{
	margin:0;
	padding:0;
/*	border:0; */
/*	font-size:100%; */

	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

/*	font: 100% メイリオ, Arial, Sans-Serif;  */
/*	font-family: Verdana, Arial, sans-serif; */

}


/* ---------- reset_end ---------- */

/* ---------- body ---------- */

body
{
	color:#666666;
	background-color:#ffffff;
	background-repeat:repeat;
	background-position:0 0;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 10px;
}

a
{
	text-decoration:none;
	color:#87B130;
/*	color:#9ccb3b; */
	background-color:transparent;
}

a:hover
{
	color:#ffffff;
	background-color:#9ccb3b;
}
p {
	padding-top: 4px;
	padding-bottom: 4px;
}
h4 {
	color: #E22323;
}

