*{
	margin:0;
	padding:0;
}
body{
	background:#000000;
	color:#333333;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:14px;
	line-height:19px;
	text-align:center;
}
#preload img{
	width:0;
	height:0;
	border:0;
	position:absolute;
	bottom:0;
	left:0;
	z-index:-30;
	display:none;
}
a{
	color:#FF0000;
	text-decoration:none;
	outline:0;
}
a:hover{
	color:#FF3333;
	text-decoration:underline;
}
h1,h2,h3{
	margin-top:4px;
	margin-bottom:6px;
}
h1{
	font-size:17px;
}
h2{
	font-size:16px;
}
h3{
	font-size:15px;
}
p{
	margin-bottom:7px;
}
.clear{
	clear:both;
}
/* Layout */
#container{
	position:relative;
	width:750px;
	margin:0 auto;
}
#header{
	height:138px;
	background:#000000 bottom left no-repeat;
	overflow:hidden;
}
#main{
	width:100%;
	overflow:hidden;
	text-align:justify;
	background:#FFFFFF;
}
#main_content{
	min-height:360px;
	padding:15px 20px 10px 10px;
}
#main_slant{
	clear:both;
	height:10px;
}
#footer{
	background:#000000;
	padding-top:12px;
	font-size:10px;
	line-height:15px;
}
/* Nav */
.nav{
	padding:0;
	margin:0;
}
.nav li{
	list-style:none;
	display:inline;
}
/* Header */
#header a:hover{
	text-decoration:none;
}
#logo{
	margin:0;
}
#logo a{
	text-indent:-9999px;
	width:313px;
	height:57px;
	position:absolute;
	top:47px;
	left:11px;
	text-decoration:none;
	overflow:hidden;
}
#languagemenu li{
	padding-left:25px;
}
#languagemenu a{
	text-indent:-9999px;
	position:absolute;
	top:13px;
	float:left;
	height:16px;
	overflow:hidden;
	background:top left no-repeat;
}
#languagemenu .english a{
	position:absolute;
	left:640px;
	width:46px;
}
#languagemenu .japanese a{
	position:absolute;
	left:715px;
	width:36px;
}
#languagemenu .chinese a{
	width:24px;
}
#languagemenu a:hover,#languagemenu a:active{
	background-position:0 -16px;
}
#languagemenu a.current{
	background-position:0 -32px;
}
#pageheader{
	text-indent:-9999px;
	width:74px;
	height:60px;
	position:absolute;
	top:48px;
	left:650px;
	margin:0;
	padding:0;
	background:top left no-repeat;
}
#mainmenu{
	position:absolute;
	top:112px;
	left:0;
}
#mainmenu a{
	text-indent:-9999px;
	float:left;
	width:75px;
	height:26px;
	overflow:hidden;
	background:top left no-repeat;
}
#mainmenu a:hover,#mainmenu a:active{
	background-position:0 -26px;
}
#mainmenu a.current{
	background-position:0 -52px;
}
/* Footer */
#footer {
	width:100%;
	overflow:hidden;
	padding-bottom:10px;
}
#footer a:hover{
	text-decoration:underline;
}
#footer_menus{
	width:450px;
	padding-left:7px;
	float:left;
	text-align:left;
}
#footer_menus li{
	padding-left:3px;
	padding-right:3px;
}
#footer_mainmenu li{
	border-left:1px solid #660000;
}
#footer_languagemenu li{
	border-left:1px solid #333333;
}
#footer_menus .top,#footer_menus .english{
	border-left:0;
}
#footer_languagemenu{
	clear:both;
}
#footer_mainmenu a{
	color:#333333;
}
#footer_mainmenu a:hover,#footer_mainmenu a.current{
	color:#666666;
}
#footer_copyright a,#footer_languagemenu a{
	color:#660000;
}
#footer_copyright a:hover,#footer_languagemenu a:hover,#footer_languagemenu a.current{
	color:#990000;
}
#footer_menus a.current{
	text-decoration:none;
}
#footer_copyright{
	color:#666666;
	width:275px;
	float:right;
	text-align:left;
}
.wpengine-promo{
	display:none;
}