@charset "utf-8";
body {
	color: #000;
	background-color: #E9F0F8;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
#header {
	position: relative;
	margin: 0px;
	padding: 7px 3px 20px;
	background-image: url(../images/ba_top.gif);
	background-repeat: no-repeat;
	background-position: 0px 20px;
	background-color: #FFF;
}
#base {
	position: relative;
	width: 740px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#foot {
	text-align: center;
	padding: 20px;
	background-image: url(../images/ba_under.gif);
	background-repeat: no-repeat;
	margin-top: 20px;
}
a:link {
	color: #00F;
	text-decoration: underline;
}
a:visited {
	color: #669;
	text-decoration: underline;
}
a:hover, a:active {
	color: #f00;
	text-decoration: underline overline;
}

