@charset "utf-8";
/* CSS Document */
body {
	text-align: center;
	font-size: small;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #F2F2E3;
	
	
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}



#bace {
	width: 890px;
	margin-left:auto;
	margin-right: auto;
	text-align: left;
	background-color: #B5E4E4;
	padding-bottom: 2px;
	margin-top: 2px;
	background-image: url(../img/bace/back.gif);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #CCC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #999;

}
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	background-color: #FFF;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 20px;
	padding-left: 20px;
}
#footer p {
	color: #666;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-size: 90%;
}

#footer #copyright {
	color: #666;
	background-color: #FFF;
	margin-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #699;
	padding-top: 3px;
}
#footer #copyright img {
	margin-right: 20px;
}
