@charset "utf-8";

a{text-decoration:none;
  color:#FF0000;}

body,td,th,ul,div {
	font-family: 'メイリオ','Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', sans-serif;
	margin: 0px;
	color: #333333;
}
#footer {
	font-family: 'メイリオ','Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', sans-serif;
	float: none;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-top: 20px;
	color: #666600;
	font-size: 13px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666600;
}
#footer a{
	text-decoration: none;
	color: #666600;
}
.error {
	font-size: 16px;
	color: #DD0058;
}
.login_box {
	font-size: 11px;
	background-image: url(../img/login_img.jpg);
	height: 254px;
	width: 275px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 80px;
	color: #333300;
}

