@charset "UTF-8";

/*----------------------------------------------
  #インフレームスタイル
----------------------------------------------*/


body {
	margin:5 0 0;
	padding:0;
	background-color:#FFF;
	color: #222;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}


/*-------------------------------------------*/
/*BODY設定*/

a:link {
	color: #18659E;
	;
	text-decoration: none;
}
a:visited {
	;
	text-decoration: none;
}
a:hover {
	color: #18659E;
	text-decoration: underline;
}
a:active {
	color: #000000;
	;
	text-decoration: none;
}
/*-------------------------------------------*/
