/***********************************************/
/*  フッターにかかわる基本設定をしています。 */
/***********************************************/
/*---------------------------------------------*/
/*- フッターメニューの設定をしています。      -*/
/*---------------------------------------------*/
.footer {
	margin-top: 10px;
	padding-top:10px;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	float: left;
	clear: both;
	display: inline; /* ie win bugfix */
	position: static;
	width: 730px;
	line-height: 150%;
	color: #00b4ff;
}
.copyright {
	color:#666666
}
