@charset "utf-8";
body {
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-size:15px;
	font-weight: normal;
	text-align: left;
	list-style-type: none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
a {
    text-decoration:underline;
	color:#000000
	outline:none;
}
a:hover {
    text-decoration:none;
    color:#FF0000;
	outline:none;
}
/* 画像の下にできる隙間をなくす */
img {
    vertical-align: bottom;
    
}
/* hr 要素は不可視で使う */
hr { display: none; }
h2 {
	width:480px;
	height:45px;
	font-size:130%;
	font-weight:bold;
	text-align:center;
	margin:0 auto 20px;
	line-height:220%;
}
