@charset "UTF-8";
body {
	font-size: 14px;
	line-height: 26px;
	background-image: url(images/base_n.gif);
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: center top;
	letter-spacing: 1px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.btn {
}
a:link {
	color: #ED3C20;
	text-decoration: none;
}
a:hover {
	color: #FACEC7;
	text-decoration: none;
}
a:visited {
	color: #8D2211;
	text-decoration: none;
}
.alert {
	color: #993300;
}

.futoji {
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
}
.notice_title {
	font-size: 16px;
	font-weight: bold;
}
.spec {
	font-size: 10px;
	line-height: 18px;
}
.border {
	background-image: url(images/border_light.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 50px;
}
.small {
	font-size: 12px;
	letter-spacing: 0px;
}
