@charset "UTF-8";

/*----------------------------------------------
  #インフレームスタイル
----------------------------------------------*/

#container{
	text-align:left;
	font-size: 84%;
}

body {
	margin:0;
	padding:0;
	background-color:#F5F5F5;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 130%;
}



/*-------------------------------------------*/
/*BODY設定*/

a:link {
	color: #3C773C;
	;
	text-decoration: none;
}
a:visited {
	;
	text-decoration: underline;
	color: #666;
}
a:hover {
	color: #F63;
	text-decoration: underline;
}
a:active {
	color: #F63;
	;
	text-decoration: none;
}

/*-------------------------------------------*/