@charset "UTF-8";
/* CSS Document */

@charset "UTF-8";
/* CSS Document */

/* 基本情報　ここから */

body{
	 width:auto;
	 height: auto;
	 Color: #000000;
	 font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	 background-color: #FFFFFF;	
}

a:link {
	color: #339933;
}

a:visited {
	color: #339933;
	text-decoration: none;
}

a:hover {
	color: #80ff00;
}

a:active {
	color: #000000;
	
}

