@charset "UTF-8";
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #FBC70D;
	background-image: url(img/bg_sek.gif);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
	font-size: 10pt;
}
p {
	margin-top: 10px;
	margin-bottom: 10px;
}
.contents {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#copyright {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #5B4A3F;
	padding: 0px;
	height: auto;
	width: auto;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.navi {
	padding: 0px;
	height: 28px;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.sample {
	border: 1px solid #999;
}
a:link {
	color: #5B4A3F;
}
a:visited {
	color: #5B4A3F;
}
a:hover {
	color: #F96B00;
}
a:active {
	color: #F96B00;
}
