@charset "UTF-8";

/*----------------------------------------------
  #インフレームスタイル
----------------------------------------------*/


body {
	margin:5 0 0;
	padding:0;
	background-color:#FFF;
	color: #222;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/*-------------------------------------------*/
/*BODY設定*/

a:link {
	color: #18659E;
	;
	text-decoration: none;
}
a:visited {
	;
	text-decoration: none;
	color: #693721;
}
a:hover {
	color: #AB0F78;
	text-decoration: underline;
}
a:active {
	color: #AB0F78;
	;
	text-decoration: none;
}

/*-------------------------------------------*/