@charset "utf-8";

/*- - - - - - - - - - - - - - - - - - - */ 
/* header
/*- - - - - - - - - - - - - - - - - - - */

div#header {
	height:62px;
}




/*- - - - - - - - - - - - - - - - - - - */ 
/* clearfix
/*- - - - - - - - - - - - - - - - - - - */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
	min-height:1%;  /* for IE 7*/
}

/* Hides from IE-mac */
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}


#errorMesse {
	background: none repeat scroll 0 0 #C6F4FF;
	color: #3A6398;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	padding: 15px 13px;
	/margin-top:50px;
	text-align: center;
}

html {
	background:#D0F4FF;
}


#container {
min-height:480px;
background:url("/common/images/bg_main.gif") repeat-x scroll center top transparent;
background-color:#fff;
}

#content {
min-height:300px;
height:auto !important;
height:300px;
_height:400px;
}

.mainteTxt {
font-size:1.083em;
margin:53px 0 0 130px;
}

.errorTxtArea {
width:700px;
text-align:center;
margin:53px auto;
}

.errorTxtArea p{
text-align:left;
font-size:1.083em;
margin-bottom:10px;
}