@charset "UTF-8";





/*最初のアイテムのトップマージンを除去*/

.firstTopCom {

	margin-top:0px !important;

}

/*最初のアイテムの左マージンを除去*/

.firstLeftCom {

	margin-left:0px !important;

}



/*----------------

 各要素リセット

----------------*/





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 {

	text-decoration: underline;

}

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:#F8CB8C !important;

	color: #000 !important;

}



a:active {

	_background:#F8CB8C !important;/*IEのみactive疑似クラスにて処理*/

	_color: #000 !important;

}





