@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:40px;
	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;
}


#logo{
	margin-right:1em;
	padding : 5px 7px;
	float:right;
	border: solid 1px #999db2;
}
#lang{
	padding:2px;
}


#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:#002db2;
	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:#002db2;
/*
	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:0 auto 15px auto;
}

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

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

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

#exeform th{
	color:#ffffff;
	text-shadow: 2px 2px 2px #678;
	background-color:#002db2;
	text-align:left;
	/*border: 1px solid #5566aa;*/
	padding:10px 0px 10px 15px;
	/*width:120px;*/
}

#exeform td{
	text-align:center;
	/*border: 1px solid #3322aa;*/
	padding:1px 10px 5px 10px;
	/*width:210px;*/
}
#exeform td div{
	color:#666;
	font-weight: normal;
	text-align:left;
	padding:5px 10px 5px 15px;
}

.exebtn{
	font-size:1.3em;
	width:380px;
	height:50px;
	margin-top:1em;
	/*margin-left: 45px;*/
}

.errmsg{
	font-size: 1.2em;
	color:#ff0000;
	text-align:left;
	margin-top: 1em;
	margin-bottom: 5em;
	text-shadow: 2px 2px 2px #dde;
}

#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:#002db2;
	overflow:hidden;
}

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

.txtbox{
	font-size:1.2em;
	width:95%;
	height:30px;
	ime-mode:inactive;
	margin-bottom:5px;
}
.txtboxJP{
	font-size:1.2em;
	width:95%;
	height:30px;
	/*ime-mode:inactive;*/
	margin-bottom:5px;
}


#savepw{
	margin-top: 1em;
}

.memo1{
	font-weight: bold;
	font-size:1.2em;
	color: #a5e;
	text-align: left;
	margin-top:1em;
	margin-bottom: 0.5em;
	margin-left:1em;
}

.memo2{
	text-align: center;
	color: #33f;
	font-size: 0.9em;
	margin: 1.5em 0 0 9.5em;
	line-height:1.8em;
}

.memo2 div{
	float: left;
	margin-left:3.5em;
}

.errbox{
	display:none;
	color:#f00!important;
	text-shadow: 2px 2px 2px #cde;
	margin-left:0.5em;
}

.memo3{
	text-align: center;
	color: #55f;
	text-align: left;
	margin-top:1em;
	margin-bottom: 1em;
	margin-left:1em;
}

.hidden{
	display: none;
}

#prinfo{
	display:none;
	background-color:#e1e1ff;
	width: 400px;
	margin-left:7px;
	height:1.8em;
	padding:2px 5px!important;
}

#mask{
	display:none;
	position:fixed;
	top:0;
	left:0;
	z-index:200;
	background-color:#000000;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	opacity:0.3;
	width:100%;
	height:100%;
}

#btn_mask{
	position: absolute;
	background-color:#fff;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	opacity:0.3;
	width:450px;
	height:90px;
/*
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
*/
}

#loader{
	display:none;
	position:absolute;
	top:110px;
	z-index:500;
	width:95%;
	height:335px;
	text-align:center;
	background-color: #eeeeee;
/*	border: solid 2px #556699; */
	padding:170px 0px 125px 0px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	
	border-radius: 5px;				/* CSS3 */
	-webkit-border-radius: 5px;		/* for Safari,Google Chrome */
	-moz-border-radius: 5px;		/* for Firefox */
}

#back-top{
	display:none!important;
}
