@charset "shift_jis";
body {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
h1 {
	font-size: 100%;
	line-height: normal;
	margin-top: 3px;
	margin-left: 3px;
}
h2 {
	font-size: 100%;
	line-height: normal;
	margin-top: 3px;
	margin-bottom: 3px;
}
h3 {

	font-size: 100%;
	line-height: normal;
}
.spctp {
/*上に空白*/
	margin-top: 1em;
}
.spcbtm {
/*下に空白*/
	margin-bottom: 1em;
}
.nospctp {
/*上の空白無し*/
	margin-top: 0px;
}
.nospcbtm {
/*下の空白無し*/
	margin-bottom: 0px;
}
.nospcall {
/*全ての空白無し*/
	margin: 0px;
}.block {
	display: block;
}
.c {
	text-align: center;
	width: auto;
	margin-right: auto;
	margin-left: auto;
}
.r {
	text-align: right;
}
.l {
	text-align: left;
}
.txt75per {
	font-size: 75%;
}
#SIGN {
	font-size: 10px;
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1em;
}
#NAVI {
	clear: both;
	width: 615px;
	margin-right: auto;
	margin-left: auto;
	font-size: 80%;	
}
#NAVI .back {
	text-align: left;
	display: block;
	float: left;
	margin-bottom: 0px;
	margin-top: 1em;
}
#NAVI .top {
	text-align: right;
	display: block;
	margin-bottom: 0px;
	padding-right: 13px;
	padding-top: 1em;
}
.u {
	text-decoration: underline;
}
.txt80per {
	font-size: 80%;
}
a img {
	border: none;
}

.red {
	color: #FF0000;
}

