@charset "UTF-8";
/* メンテナンス画面用 */

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "Lucida Grande", "Meiryo", "MS PGothic", "sans-serif";
	font-size: 100%;
	letter-spacing: 1px;
	background: #fff;
	margin: 10px auto;
}
#contents {
	width: 800px;
	margin: 10px auto;
	text-align: left;
}
#header {
	text-align: center;
}
#footer {
	text-align: center;
	border-top: 1px solid #333;
	padding-top: 10px;
}
.attention {
	color:	#f00;
}
