@charset "UTF-8";
/*----------------
 各要素リセット
----------------*/


body {
	/*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 {
	text-decoration: underline;
}	
a:visited {
	text-decoration: underline;
}	
a:hover {
	text-decoration: none;
}

