@charset "UTF-8";
/* CSS Document */

body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
}

html,body{
	height: 100%;
}

#wrap{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	position: relative;
	min-height: 100%;
}

header{
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	width: 750px;
}
header #logo {
	float: left;
	margin-left: 50px;
	margin-bottom: 40px;
	width: 187px;
	height: 45px;	
}
header h1{
	float: left;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 40px;
	width: 400px;
	height: 45px;
	font-size: 32px;
}

#content{
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 140px; /*フッターの高さと同じ*/
	width: 800px;
}

#loginarea{
	margin-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 10px;
	width: 780px;
	background-color: #FF6600;
	border: 1px solid #FF6600;
	color: #EEE;
}

.caution {
	color: #FFA158;
}

#loginarea dl{
	margin-left: 120px;
	margin-top: 0px;
}
#loginarea dt{
	clear :both;
	float: left;
	margin-top: 10px;
	width: 100px;
}
#loginarea dd{
	float: left;
	margin-top: 10px;
	width: 300px;
}
#loginarea dd input{
	width: 300px;
}

.clear{
	clear: both;
}
.clear .submit_button input{
	margin-left: 260px;
	margin-top: 20px;
	width: 200px;
}

#text01{
	margin-left: auto;
	margin-right: auto;
	width: 720px;
	text-align: center;
}

section{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #C4C4C4;
	width: 780px;
}

section p {
	margin-top: 5px;
	margin-bottom: 5px;
}

footer{
	margin-top: 40px;
	background-color: #FF6600;
}
#footer {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 140px;
	position: absolute;
	bottom: 0px;
}
#footer_ul {
	list-style-type: none;
	margin-left: 92px;
	width: 680px;
}
#footer_ul li {
	float: left;
	margin-right: 20px;
	margin-top: 10px;
}
footer a:link {
	color: #EEE;
	text-decoration: none;
}
footer a:visited {
	color: #EEE;
	text-decoration: none;
}
footer a:hover {
	color: #EEE;
	text-decoration: underline;
}
footer a:active {
	color: #EEE;
	text-decoration:underline;
}
footer p {
	clear: both;
	margin-top: 20px;
	padding-top: 20px;
	font-size: small;
	text-align: center;
}
