@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 1px;
	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{
	font-size: 18px;
	color: #ffffff;
	height:45px;
	background-color: #1E4F91;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#header .hgroup h1{
	width: 244px;
	line-height: 42px;
	display: inline-block;
	float: left;
}


#header .hgroup h2{
	padding: 0 0 0;
	margin-left:1px;
	line-height: 42px;
	width: 155px;
	float: right;
}



#contents {
	width: 398px;
	clear: both;
	padding:0;
	text-align:left;
	background-color: #eee;

	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

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

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

#contents #explanation{
	padding-top:20px;
	
}

#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;
}



.kiBtn{
	display: inline-block;
	line-height: 24px;
	padding: 0 2em;
	margin: 0;
	color: #fff;
	font-weight: bold;
	background-color: #1E4F91;
	border-left: 1px solid #1E4F91;
	border-top: 1px solid #1E4F91;
	border-right: 1px solid #1E4F91;
	border-bottom: 1px solid #1E4F91;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.kiBtn:hover{
	transition: all 500ms;
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter:alpha(opacity=70);
	text-decoration: none;
}

