@charset "utf-8";

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

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

#header{
	width:100%;
	height:82px;
	text-align:left;
	/*background-image:url("./images/banner.gif"); */
	background-position:center;
	background-repeat:no-repeat;
	padding-top:0;
	padding-left:0;
	overflow: hidden;
	background-color:#ff;
	
	border-radius: 5px;				/* CSS3 */
	-webkit-border-radius: 5px;		/* for Safari,Google Chrome */
	-moz-border-radius: 5px;		/* for Firefox */
}
#logobox{
	position: absolute;
	height:82px;
	width: 90%;
	padding-left: 10px;
}
#headlogo{
	position: absolute;
	background-image: url(./toplogo.gif);
	background-repeat: no-repeat;
	width:78px;
	height:82px;
}
#headbody{
	position: absolute;
/*
	background-image: url(./header.gif);
	background-repeat: no-repeat;
*/
	height:82px;
	width:100%;
	float:left;
	position:relative;
}
#headbody #headtext{
	position: absolute;
	padding: 2px 0 2px 85px;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 2px;
	text-shadow: 1px 1px 1px #ddd;
}
#headbody #headTitle{
	position: absolute;
	width:300px;
	padding: 25px 0 0 230px;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 2px;
	text-shadow: 1px 1px 1px #ddd;
}


#contents{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	background-position:center;
	overflow:hidden;
	position:relative;
	background-color:#ffffff;
	min-height:270px;
}

#footer{
	width:100%;
	height:50px;
	float : left;
	font-size:12px;
	text-align:center;
	color:#777777;
	background-color:#ffffff;
}

#headerline{
	width:100%;
	height:4px;
	background-color:#3322aa;
	overflow:hidden;
}
#subline{
	width:100%;
	height:3px;
	background-color:#5544aa;
	overflow:hidden;
}
#loginbox{
	display:block;
	width:420px;
	/*font-size:1.2em;*/
	font-weight:bold;
	text-align:center;
	margin:25px auto 0px auto;
}
#loginform table{
	border-collapse:collapse;
	border:2px solid #4433cc;
	width:100%;
}
#loginform th{
	color:#ffffff;
	text-shadow: 0 1px 1px #aaa;
	background-color:#5577ee;
	text-align:left;
	border: 1px solid #3322aa;
	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:50px;
	margin-bottom:50px;
}
#backlnk{
	font-size:2em;
	text-align:center;
	margin-top:100px;
	margin-bottom:30px;
}
.logintxt{
	font-size:1.2em;
	width:200px;
	height:30px;
	ime-mode:inactive;
}


#userbox{
}
#userinfo{
	color: #44d;
	font-weight: bold;
	text-shadow: 1px 1px 1px #ddd;
	padding: 5px 15px;
	
	float: left;
}

#userbox #logoutBtn{
	color:#fff;
	font-size:17px;
	font-weight:bold;
	letter-spacing: 5px;
	width: auto;
	text-align: center;
	margin:5px 10px 5px 5px;
	
	height: auto;
	padding: 2px 5px 2px 10px;
	/*padding: 3px 5px 3px 15px;*/
	
	background: linear-gradient(to bottom, #35b2d5, #2b91ac);
	background: linear-gradient(to bottom, #3375d5, #5577dd);
	
	border: solid 1px #5575d5;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 5px 5px 5px #dddddd;
	-webkit-box-shadow: 5px 5px 5px #dddddd;
	-moz-box-shadow: 5px 5px 5px #dddddd;
	
	text-decoration: none;
	
	float: right;
}
#userbox #logoutBtn:hover{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
#userbox #logoutBtn:active{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

#mainBox{
	width:98%;
}

#stateBox #srcBox{
	margin-bottom: 3px;
}
#stateBox select{
	font-size:17px;
	padding: 3px 2px;
	margin:0 3px 0 3px;
}
#stateBox #prevbtn{
	font-size:15px;
	letter-spacing: 2px;
	padding: 2px 5px 1px 7px;
}
#stateBox #nextbtn{
	font-size:15px;
	letter-spacing: 2px;
	padding: 2px 5px 1px 7px;
}

#stateBox .ui-tabs-panel{
	padding:0!important;
}
#stateBox .ui-widget-header {
	background:transparent;
	border:none;
	padding:0!important;
}
#stateBox .ui-tabs-nav{
	font-weight:bold;
	font-size: 20px;
	height:1.65em;
	border:solid 1px #e5e5e5;
	padding-top: 5px;
	letter-spacing: 2px;
}
#stateBox .ui-state-default a{
	color: #ccc;
	font-size:0.9em;
	height:1.5em;
	padding:2px 10px 0 10px;
}
#stateBox .ui-state-default a{
	padding:2px 20px 0 20px;
}
#stateBox .ui-state-active{
	border: 1px solid #2b91ac!important;
}
#stateBox .ui-state-active a{
	color: #fff;
	border: solid 1px #35b2d5;
	background: linear-gradient(to bottom, #35b2d5, #2b91ac);
	height:1.5em;
	padding:2px 20px 0 20px;
	text-shadow: 0 1px 1px #cccccc;
}
#stateBox .ui-state-hover{
}
#stateBox .ui-tabs-selected{
	border: solid 1px #ccc!important;
}

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

#loader{
	display: none;
	position: fixed;
	z-index: 400;
	
	top: 35%;;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#loaderWrap{
	display: table;
	width: 220px;
	height: 100px;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	background-color: #555;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
	background-color:#aaa;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	opacity:0.95;
}
#loaderMsg{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}


#stateBox table{
	clear:both;
	margin: 2px;
	border-collapse:collapse;
}
#stateBox th{
	font-size: 15px;
	color:#5555cc;
	background-color:#eeffee;
	border:solid 1px #999;
	padding:5px 6px 5px 6px;
	text-align:center;
	text-shadow: 0 1px 1px #cccccc;
}
#stateBox .timeTbl td{
	font-size: 15px;
	text-align:center;
	border:solid 1px #999;
	padding:5px 6px 5px 6px;
	background-color:#fff;
}
#stateBox .timeTbl .exMon td{
	background-color: #ddd;
}
#stateBox .timeTbl .Hol td{
	background-color: #ffe7e7;
}
#stateBox .timeTbl .subTl{
	border: solid 3px #99f;
}
#stateBox .timeTbl .subTl td{
	font-weight: bold;
}
