#main_content {
	height: auto;
	width: 1280px;
	margin-right: auto;
	text-align: left;
	margin-left: auto;
}
#header {
	background-color: #0F9;
	text-align: left;
	padding: 10px;
	height: auto;
	width: 1260px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
}
#sidebar {
	float: left;
	width: 200px;
	background-color: #F63;
	text-align: center;
}
#main {
	float: left;
	height: auto;
	width: 1070px;
	background-color: #6CF;
	padding: 5px;
}
#footer {
	height: auto;
	width: 1280px;
	background-color: #999;
	float: left;
	text-align: center;
}
#login {
	float: left;
	height: auto;
	width: 190px;
	background-color: #F6F;
	text-align: left;
	padding: 5px;
	font-size: 12px;
}
.menu {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.copyright {
	padding: 10px;
	height: auto;
	width: 1280px;
}
.btn {
	display: block;             /* ブロック要素にする */
	width: 160px;               /* 横幅 */
	color: #FF0;
	background-color: #33C;  /* 背景色 */
	border: outset 2px #9999cc; /* 枠の色 */
	margin: 0px;
	padding: 3px 1px 1px 0px;
	font-size: 14px;            /* フォントサイズ */
	line-height: 14px;          /* 行の高さ */
	text-align: center;         /* 水平揃え */
	text-decoration: none;      /* 下線を消す */
}
.btn:hover {
  color: #eeeeee;
  background-color: #555588;  /* 背景色 */
  border: inset 2px #9999cc;  /* 枠の色 */
  margin: 0px;
  padding: 4px 0px 0px 1px;
}
.btn:active { color: #ffff00; }
.btn:visited { color: #ffff00; }
#error_msg {
	color: #F00;
	font-weight: bold;
}
#notis_msg {
	color: #F00;
	font-weight: bold;
}
