@charset "UTF-8";

/*----------------

 各要素リセット

----------------*/





body {

	font-size: 100%;

	/*color: #333333;*/

	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/

	font-family:"NGA-TsukuMinPr6N-R", "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;

}

body,h1,h2,h3,h4,h5,h6,p,ol,ul,li,dl,dt,dd,form,input,textarea,select,fieldset,legend {

	margin:0;

	padding:0;

}



img {

	border: none;

	vertical-align:top;

}

p,li,address,table,dt,dd{

	line-height: 150%;

}

ul,ol{

	list-style: none;

}



a:link {

	color: #2A3FAA;

	text-decoration: underline;

}	

a:visited {

	color: #004762;

	text-decoration: underline;

}	

a:hover {

	color: #004762;

	text-decoration: none;

}





/*アクセシビリティ対応*/



a:focus img {

	/*border:1px solid #C00000;*/

}



a:focus {

	background-color:#0C66B0;

	color:#fff;

}



a:active {

	_background:#0C66B0;/*IEのみactive疑似クラスにて処理*/

}





