@charset "utf-8";
/* CSS Document */
/*=================================
共通
=================================*/

* {
	margin: 0px;
	padding: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	color: #2D96FF;
	text-decoration: underline;
}
a:hover {
	color: #AE0057;
	text-decoration: underline;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.caution {
	color: #FF0000;
}
.bold {
	font-weight: bold;
}
.space10 {
	margin-bottom: 10px;
}
.space20 {
	margin-bottom: 20px;
}
.right {
	text-align: right;
}
.width60 {
	width: 60px;
}
.width70 {
	width: 70px;
}
.width80 {
	width: 80px;
}
.width90 {
	width: 90px;
}
.width100 {
	width: 100px;
}
.width110 {
	width: 110px;
}
.width120 {
	width: 120px;
}
.width130 {
	width: 130px;
}
.width140 {
	width: 140px;
}
.onerow {
	white-space: nowrap;
}

/*=================================
全体
=================================*/
body {
	font-family:  "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 150%;
	color: #666666;
}

/*=================================
ヘッダ
=================================*/
header {
	width: 1200px;
	margin-top: 30px;
	margin-bottom: 200px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 30px;
}
header p {
	text-align: center;
}
article {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 200px;
}
header .auth {
	font-size: 90%;
	color: #A6A6A6;
	text-align: right;
}

section#enter {
	width: 400px;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
}
.lead {
	margin-bottom: 15px;
}
#login_table {
	width: 398px;
	border-spacing: 0px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#login_table th {
	font-weight: normal;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-color: #F0F0F0;
}
#login_table td {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

/*=================================
フッタ
=================================*/
footer {
	font-size: 12px;
	line-height: 40px;
	color: #FFFFFF;
	background-color: #657C87;
	text-align: center;
	height: 40px;
	width: 1200px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
}