@charset "utf-8";
/* CSS Document */
html, body{
	font-size:100%;
	color:#635233;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
}
html, body, div, ul, ol, li, p, h1, table, tr ,td, h1, h2, span, form, input, select{padding:0; margin:0;}

img {border:0;}

a {color:#666; text-decoration:none;}
a:hover {text-decoration:underline;}

p{
	padding-bottom:10px;
	font-size:13px;
	color:#666666;
	line-height:19px;
}

h1{
	font-size:18px; 
	text-decoration:underline; 
	padding-bottom:13px;
	line-height:22px;
}
h2{
	font-size:15px;
	padding-bottom:5px;
}

/*--------------------------------------------------------------------------*/
#wrapper_zone_outer{
	position:relative; 
	width:100%; 
	height:100%; 
	background:url(../../common/images/top_bg.jpg) repeat-x top center;
	min-width:990px;
}
#wrapper{width:100% margin:0 auto;}
/*--------------------------------------------------------------------------*/
#top_zone{
	position:relative; 
	width:723px; 
	margin:0 auto;
	padding:10px 0 11px;
}
/*--------------------------------------------------------------------------*/
#main_zone{
	background:url(../../common/images/error_template_bg.jpg) no-repeat top center;
	height:434px;
	padding-top:110px;
}
#content{
	position:relative;
	width:650px;
	height:415px;
	margin:0 auto 0;
	text-align:center;
}
.tc_t, .sc_t, .en_t{padding-bottom:10px;}
.tc_t h1, .sc_t h1{font-weight:normal;}
/*--------------------------------------------------------------------------*/
#bottom_zone_outer{background:url(../images/bg_bottom.jpg) repeat-x top left;}
#bottom_zone{
	position:relative; 
	width:723px; 
	margin:0 auto; 
	font-size:0.95em;
}
#bottom_zone .bottom_logo{
	float:left; 
}
#bottom_zone .copyright{
	float:right;
	font-size:12px;
	line-height:20px;
	text-align:right;
	padding-top:14px;
	color:#666666;
}
/*--------------------------------------------------------------------------*/

/* This needs to be first because FF3 is now supporting this */
.clearfix {display: inline-block;}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    font-size: 0;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
