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