@CHARSET "UTF-8";



/*===== 1: universal reset ===============================*/

* {
	margin:0;
	padding:0;

}


/*===== 2: body and base setting =========================*/

html {

}

body {
	text-align:center;/* box centering */
}


img {
	border:none;
	vertical-align:bottom;
}

* {
	font-size:100%;
}

body {
	font-size:62.5%;
	font-weight:normal;
	font-style:normal;
	color:#333333;
	line-height:1.4;
}

/*===== 4: link setting ==================================*/
a {
	color:#0032a2;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#0075ec;
	text-decoration:underline;
}

#wrapper {
	width:400px;
	margin:0 auto;
	padding:10px 0;
	font-size:1.4em;

}

/*===== header =====*/
#header {
	width:400px;
	height:45px;
	margin: 0 auto;
	text-align:center;
	
	overflow: hidden;
}

#header:after {
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;

}

#header{
	display:inline-block;
}

/*\*/
* html #header{ height:1%; }
#header{ display:block; }
/**/


#header .hgroup{
	margin: 0 auto;
}

#header .hgroup h1,#header .hgroup h2{
	float:left;
}

#header .hgroup h2{
	padding: 0 0 0;
	margin-left:1px;
	line-height: 42px;
	width: 155px;
	font-size: 18px;
	color: #ffffff;
	background-color: #002557;
}



#contents {
	width: 400x;
	clear: both;
	padding:0;
	text-align:left;
	background: url("images/loginBottomBg.gif") left bottom no-repeat;
}

#contents .aside{
	margin-bottom: 20px;
	padding:0 50px 0;
}

#contents .section{
	padding:0 50px 0;
}

#contents #explanation{
	padding-top:20px;
	background: url("images/loginTopBg.gif") left top no-repeat;
}

#contents #error{
	
	color: red;
	
}

#contents .section table{
	width:100%;
	text-align: left;
	margin-bottom: 20px;
}

#contents .section table th{
	width:8em;
}

#contents .section table td input.txta{
	width:95%;
}

#contents .section p{
	text-align:center;
	padding-bottom: 20px;
	margin-bottom: 0;
}

#header .nav ul li#menu_01 a { background-position: -118px top; }
#header .nav ul li#menu_01 a:hover { background-position: -118px bottom; }

#footer {
	clear: both;
	padding:0 0;
	margin-top:10px;
	text-align: center;
	font-size: 0.8em;
}
