@charset "utf-8";
/* CSS Document */
.blue_flame {
	background-color: #0096DC;
	width: 100%;
	height:50px;
}
#content {
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
#out_flame {
	border: 10px solid #0096DC;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding: 30px;
}
#under_bar{
	text-decoration: underline;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	margin-right: 100px;
	margin-left: 100px;
	margin-top: 10px;
	margin-bottom: 30px;
}
h1 {
	font-size: 160%;
	text-align: center;
}
.login_dt{
	float: left;
	width: 200px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #06F;
	font-size: 140%;
	text-align: center;
	margin-right: 60px;
	margin-bottom: 10px;
	margin-left: 70px;
}
.login_dd{
	font-size: 140%;
}
#login_form p{
	font-size: 140%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#red{
	color: #F00;
}
#logoutp{
	font-size: 120%;
	text-align: center;
}
h2{
	font-size: 120%;
	color: #666;
	margin-bottom: 10px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #06F;
	padding-left: 5px;
}
.center2{
	text-align: center;
}
