@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: "ＭＳ Ｐゴシック", "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:#FBEB52;
}

a:active {
	_background:#FBEB52;/*IEのみactive疑似クラスにて処理*/
}

/*iphoneでルビで文字サイズが勝手に変わるのを修正*/
body {
	-webkit-text-size-adjust: 100%;
}

