/*
*/

/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background: #fff url(/pix/bg2.gif); /* Optional */
	font-family: Verdana, Arial;
	font-size:14px;
	text-align: center; /* IE Fix */
	margin: 0;
	color: #000;
	}
a {text-decoration:underline;color: #8C5427;}
/*
a:hover {padding:2px;text-decoration:none; color: #fff; background: #F73812;}
*/
a.english { font-size:12px; }

a.clear:hover {padding:0px;background: transparent;}

/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	background: transparent url(/pix/banner/banner1.jpg) no-repeat 100% 0;
	height: 192px;
	border-bottom: 4px solid #fff;
	border-top: 5px solid #fff;	
	}

#header a.banner {
	display: block;
	border-bottom: 0px;
	padding: 0px;
	width:942px;
	height:192px;
}

#header a.banner:hover { border-bottom: 0px; background: transparent;}

#container #title {
	position: absolute;
	text-align: left;
	margin: 12px 0 0 30px;
	z-index: 300;
	color: #000;
}

#container #title h1 { 	
	margin: 0 0 0 0;
	color: #FFF;
	font-size: 1.6em;
	font-weight: bold;
	cursor: default;
	}	
#container #title h2 { 	
	margin: 0;
	color: #FFF;
	font-size: 1.2em;
	padding-left: 1px;
	cursor: default;
	}	
	
#container #links {
	position: absolute;
	text-align: right;
	margin: 12px 0 0 580px;
	z-index: 300;
	color: #000;
}

#container #links a {
	color: #fff;
	border-bottom: 0px;
}

#special_notice {
	color: #0026C2;
	background: #fff;
	border: 1px dashed #6185DD;
	margin: 5px 0 10px 0;
	padding: 10px;
	clear: both;
}


#special_notice p{
font-size: 14px;
}

/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
	background: darkgray; 
	border-bottom: 4px solid #fff;
	margin: 0; 
	padding: 0;
	height: 35px;
	}

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
/** background: #fdc300; */
#footer {
	border-bottom: 5px solid #fff;
	border-top: 10px solid #fff;
	text-align: left;	
	color: #000;
	font-size: 1.0em;
	padding: 8px;
	line-height: 12px;
	clear: both;
	}

.en {
	font-family: Verdana, Arial;
	font-size: 11px;
}