@charset "utf-8";

body{
	margin-top:0px;
	background-color:#e6e6fa;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

#container{
	width:750px;
	overflow:hidden;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-color:#ffffff;
	background-position:center;
}

#header{
	width:100%;
	height:30px;
	text-align:left;
	/*background-image:url("./images/banner.gif"); */
	background-position:center;
	background-repeat:no-repeat;
	padding-top:10px;
	padding-left:39px;
	overflow: hidden;
	background-color:#ffffff;
}

#contents{
	width:700px;
	margin-left:0px;
	float:right;
	padding:10px;
	background-position:center;
	overflow:hidden;
	position:relative;
	background-color:#ffffff;
	min-height:400px;
}

#footer{
	width:100%;
	height: 6.5em;
	float:left;
	font-size:12px;
	text-align: center;
	color:#777777;
	background-color:#ffffff;
	margin-top: 0.7em;
}
#footer p{
	text-align:center;
}
#footer hr{
	margin-bottom: 1em;
}

#headerline{
	width:100%;
	height:4px;
	/* background-color:#3322aa; */
	background-color:#77bbff;
	overflow:hidden;
}

.pagetop{
	/* display: none; */
	clear: both;
	zoom: 1;
	text-align: right;
	margin: 0 50px 0;
	/* height: 24px; */
	border: none;
	text-decoration: overline;
	color:#ffffff;
	background:#fff;
}

.pagetop img{
	border: none;
}


#titlebox{
	color:#ffffff;
	text-shadow: 2px 2px 2px #567;
	background-color:#77bbff;
/*
	background-image: url("../img/headbg.png");
	background-repeat: repeat-x;
	background-color: #ffffff;
*/
	display: block;
	width: 550px;
	border:2px solid #8899cc;
	
	border-radius: 5px;				/* CSS3 */
	-webkit-border-radius: 5px;		/* for Safari,Google Chrome */
	-moz-border-radius: 5px;		/* for Firefox */
	
	font-size:1.5em;
	font-weight:bold;
	text-align:center;
	line-height:1.7em;
	padding:10px 15px 10px 15px;
	margin:15px auto 15px auto;
}

#subtitle{
	font-size: 0.9em;
	line-height:1em;
	margin-top: 0.2em;
}

#loginbox{
	display:block;
	width:450px;
	font-size:1em;
	font-weight:bold;
	text-align:center;
	margin:5px auto 0px auto;
}

#loginform table{
	border-collapse:collapse;
	border:2px solid #8899cc;
	width:100%;
}

#loginform th{
	color:#ffffff;
	text-shadow: 2px 2px 2px #678;
	background-color:#77c7ff;
	text-align:left;
	border: 1px solid #5566aa;
	padding:10px 0px 10px 15px;
	width:210px;
}

#loginform td{
	text-align:center;
	border: 1px solid #3322aa;
	padding:5px 10px 5px 10px;
	width:210px;
}


#loginbtn{
	font-size:1.3em;
	width:300px;
	height:50px;
	margin-top:15px;
}

#errmsg{
	color:#ff0000;
	text-align:center;
	margin-top:130px;
	text-shadow: 2px 2px 2px #cde;
}

#backlnk{
	font-size:2em;
	text-align:center;
	margin-top:130px;
	margin-bottom:50px;
	/* text-shadow: 1px 1px 1px #dee; */
}

#relayimg{
	float: left;
	margin-right: 20px;
}

#relaymsg{
	font-weight: bold;
	line-height: 2em;
}

.subline {
	display:none;
	width:680px;
	height:2px;
	background-color:#0099ff;
	overflow:hidden;
}

.subline1 {
	width:130px;
	height:2px;
	background-color:#dddddd;
	overflow:hidden;
	float:left;
}
.subline2 {
	width:540px;
	height:2px;
	background-color:#0099ff;
	overflow:hidden;
}

.logintxt{
	font-size:1.2em;
	width:200px;
	height:30px;
	ime-mode:inactive;
}

#savepw{
	margin-top: 1em;
}

.memo1{
	font-weight: bold;
	color: #f33;
	text-align: center;
	margin-bottom: 0.5em;
}

.memo2{
	color: #33f;
	font-size: 0.9em;
	text-align: left;
	margin: 3em 0 0.5em 1.5em;
}

