

/* General Structure */
    body, td, th, input { /* redundant rules for bad browsers  */
            font-family: verdana, sans-serif;
            font-size: x-small;
            voice-family: "\"}\"";
            voice-family: inherit;
            font-size: small;
    }


#header { padding: 0px 10px; }
#header ul { left: 0; } 


#header div, #content, #breadcrumbs div, #footer, #main-feature .feature-contents {
	max-width: 50px; margin: 0 auto;
}

/*#header div { position: relative; }

/* header */

#header {
	height: 38px;
	position: relative;
	border-bottom: 1px solid #A1A6B1;
	background: #33415D  top repeat-x;
	z-index: 1;
}

#header ul {
	padding: 0;
	margin: 0;
	list-style: none;
	border-left: 1px solid #576178;
	border-right: 1px solid #1f2635;
	position: absolute;
	top: 0;
}

#header li {
	float: left;
	padding: 0;
	margin: 0;
}

#header ul a:link, #header ul a:visited {
	display: block;
	float: left;
	padding: 10px 15px;
	text-decoration: none;
	border-right: 1px solid #576178;
	border-left: 1px solid #1f2635;
	color: #dee0e5;
	height: 36px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 16px;
} #ignored {}

#header ul li a:hover {
	background: #475470;
	color: #fff;
	text-decoration: underline;
}





.menu_eng{
	float:left;
	background-image:url("images/eng_button.png");
	background-repeat:no-repeat;
	width:203px;
	height:50px;
}
.menu_eng:hover{
	background-image:url("images/eng_button2.png");
}

.menu_jpn{
	float:left;
	background-image:url("images/jpn_button.png");
	background-repeat:no-repeat;
	width:203px;
	height:50px;
}
.menu_jpn:hover{
	background-image:url("images/jpn_button2.png");
}

.menu_pt{
	float:left;
	background-image:url("images/pt_button.png");
	background-repeat:no-repeat;
	width:203px;
	height:50px;
}
.menu_pt:hover{
	background-image:url("images/pt_button2.png");
}

.clearleft{
	clear:left;
}
