@charset "UTF-8";
/*----------------
 各要素リセット
----------------*/


body {
	font-size: 90%;
	/*color: #333333;*/
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-family: "ＭＳ Ｐゴシック", "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: #0047b2;
	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:#FFFF00;
}

a:active {
	_background:#FFFF00;/*IEのみactive疑似クラスにて処理*/
}


