@charset "UTF-8";
/* CSS Document */

body,div,ol,ul,dl,dt,dd,form {
	margin: 0;
	padding: 0;
}
p,h1,h2,h3,h4,h5,h6,dt,dd,input,textarea,address {
	margin: 0;
	padding: 0;
}
body {
    font-family: 'Noto Sans JP', sans-serif,"メイリオ","Hiragino Kaku Gothic Pro",Meiryo,"ヒラギノ角ゴ Pro W3","MS PGothic","MS UI Gothic",Helvetica,Arial;
	/*font-family: "メイリオ","Hiragino Kaku Gothic Pro",Meiryo,"ヒラギノ角ゴ Pro W3","MS PGothic","MS UI Gothic",Helvetica,Arial,sans-serif;*/
	/*font-family: "メイリオ", "ヒラギノ角ゴ Pro W3”, "Hiragino Kaku Gothic Pro W3”, "ＭＳ Ｐゴシック", Osaka, sans-serif;*/
	color:#333333;
	-webkit-text-size-adjust: 100%;
	background-color: #FFFFFF;
}
img{
	border: 0;
}
a {
	outline: 0;
	text-decoration: none;
	color: #0099CC;
}
a:hover{
	text-decoration: underline;
}
