@charset "utf-8";
*  {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #444;
	background-repeat: repeat;
	line-height: 1.4em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 85%;
	background-image: url(../IMAGE/bd2.jpg);
}
h1 {
	font-weight: normal;
}
h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
}
img {
	border: 0;
}

a {
	outline: 0;
	text-decoration: underline;
	color: #00317A;
}
a:hover {
	text-decoration: underline;
	color: #448EFF;
}
a:focus {
	outline: 0;
}
table {
	border-collapse: collapse;
}
