@charset "utf-8";

/* All
---------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	color: #000000;
	background: #ffffff;
	letter-spacing: 0;
}

img {
	vertical-align: top;
	border: none;
}

#wrapper {
	width: 620px;
	margin: 0 auto;
	text-align: left;
}


/* Header
---------------------------------------------------- */
#header {
	width: 620px;
	height: 80px;
	margin: 0 0 0 8px;
	border-top: 8px solid #fac400;
	position: relative;
}

#header #toprogo {
	position: absolute;
	left: 0;
	top: 18px;
}

#header div#JapaneseHome {
	display: none;
}

#header #multilang {
	display: none;
}


/* TopImage
---------------------------------------------------- */
#topCover {
	display: none;
}


/* TextLayout
---------------------------------------------*/
#whatsNew {
	margin-left: 18px;
	width: 560px;
	top: 0px;
}

#leftSearch {
	display: none;
}

#whatsNew h3.New_ttl01 {
	margin: 0 0 0 0;
	padding: 22px 0 4px 0;
	color: #990000;
}

#whatsNew p {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#whatsNew #multiimg {
	width: 560px;
	margin: 16px 0 8px 0;
	padding: 0 0 0 0;
}

.mlImg {
	float: left;
	margin-right: 16px;
	margin-bottom: 16px;
}

/* Footer
---------------------------------------------------- */
#footer {
	clear: both;
	width: 620px;
	height: 68px;
	color: #00000;
	margin: 8px 0 0 8px;
	position: relative;
}

#footer div#JapaneseHome {
	display: none;
}

#footer div#addrogo {
	margin: 0;
	position: absolute;
	left: 12px;
	top: 12px;
}

#footer div#addtxt1 {
	margin: 0;
	position: absolute;
	left: 76px;
	top: 17px;
	font-size: 14px;
	font-weight: bold;
	font-family: sans-serif;
	color: #001147;
}

#footer div#addtxt2 {
	margin: 0;
	position: absolute;
	left: 76px;
	top: 34px;
	font-size: 12px;
	line-height: 1.3;
	font-family: sans-serif;
	color: #000000;
}

#footer div#copyright {
	margin: 0;
	position: absolute;
	left: 0px;
	top: 80px;
}

#footer img {
	vertical-align: bottom;
}


