﻿@charset "UTF-8";


/* layout.css
------------------------------------------------------------
01: page
02: contents
03: navi
04: header
05: footer
------------------------------------------------------------*/


/* 01: page
------------------------------------------------------------*/

#wrapper {
	width: 834px;
	margin: 0 auto;
}

#wrapper_menu {
	width: 508px;
	margin-right: auto;
	margin-left: auto;
}

#wrapper_menu ul {
	margin-left: 25px;
}

#wrapper_menu dl {
	padding: 0 25px 0 25px;
}

#wrapper2 {
	width: 508px;
	margin: 0 auto;
}

#wrapper2 ul {
	margin-left: 165px;
}

#page_body {
	float: left;
	width: 781px;
	background: #ffffff;
	margin-left: 42px;
	_margin-left: 21px;
}

#page_bottom {
	clear: both;
	width: 781px;
	padding-top: 40px;
	margin-left: 42px;
	background: #ffffff;
}


/* 02: contents
------------------------------------------------------------*/

#contents_top {
	float: right;
	width: 595px;
	padding-right: 11px;
	margin-top: 5px;
}

#contents {
	float: right;
	width: 595px;
	padding-left: 5px;
	margin-top: 5px;
}


/* 03: navi
------------------------------------------------------------*/

#navi {
	position: relative;
	float: left;
	width: 162px;
	font-weight: bold;
	z-index: 1000;
}


/* 04: header
------------------------------------------------------------*/

#header_1 {
	position: relative;
	width: 834px;
	height: 170px;
	background: url(../../images/header_01.jpg) no-repeat;
}

#header_2 {
	position: relative;
	width: 834px;
	height: 169px;
	background: url(../../images/header_02.jpg) no-repeat;
}

#logo a {
	position: absolute;
	left: 72px;
	top: 46px;
	width: 391px;
	height: 60px;
	text-indent: -9999px;
	text-decoration: none;
	background: url(../../images/logo.jpg) no-repeat;
}

#ex_chinese a {
	position: absolute;
	width: 74px;
	height: 29px;
	left: 446px;
	top: 140px;
	text-indent: -9999px;
	text-decoration: none;
	background: url(../../images/chineseMain.gif) no-repeat;
}

#ex_chinese a:hover {
	background: url(../../images/chineseMain_on.gif) no-repeat;
}

#arabic a {
	position: absolute;
	width: 74px;
	height: 29px;
	left: 371px;
	top: 140px;
	text-indent: -9999px;
	text-decoration: none;
	background: url(../../images/arabicMain.gif) no-repeat;
}

#arabic a:hover {
	background: url(../../images/arabicMain_on.gif) no-repeat;
}

#korean a {
	position: absolute;
	width: 74px;
	height: 29px;
	left: 521px;
	top: 140px;
	text-indent: -9999px;
	text-decoration: none;
	background: url(../../images/koreanMain.gif) no-repeat;
}

#korean a:hover {
	background: url(../../images/koreanMain_on.gif) no-repeat;
}

#spanish a {
	position: absolute;
	width: 74px;
	height: 29px;
	left: 221px;
	top: 140px;
	text-indent: -9999px;
	text-decoration: none;
	background: url(../../images/spanishMain.gif) no-repeat;
}

#spanish a:hover {
	background: url(../../images/spanishMain_on.gif) no-repeat;
}

#german a {
	position: absolute;
	width: 74px;
	height: 29px;
	left: 296px;
	top: 140px;
	text-indent: -9999px;
	text-decoration: none;
	background: url(../../images/deutschMain.gif) no-repeat;
}

#german a:hover {
	background: url(../../images/deutschMain_on.gif) no-repeat;
}

#french a {
	position: absolute;
	width: 74px;
	height: 29px;
	left: 146px;
	top: 140px;
	text-indent: -9999px;
	text-decoration: none;
	background: url(../../images/frenchMain.gif) no-repeat;
}

#french a:hover {
	background: url(../../images/frenchMain_on.gif) no-repeat;
}


#japanese a {
	position: absolute;
	width: 74px;
	height: 29px;
	left: 596px;
	top: 140px;
	text-indent: -9999px;
	text-decoration: none;
	background: url(../../images/japanese.gif) no-repeat;
}

#japanese a:hover {
	background: url(../../images/japanese_on.gif) no-repeat;
}

#english a {
	position: absolute;
	width: 74px;
	height: 30px;
	left: 70px;
	top: 140px;
	text-indent: -9999px;
	text-decoration: none;
	background: url(../../images/english_new.gif) no-repeat;
}

#english a:hover {
	background: url(../../images/english_new_on.gif) no-repeat;
}

#search {
	position: absolute;
	width: 125px;
	height: 14px;
	left: 99px;
	top: 114px;
	font-size: 9px;
	color: #505050;
	border: none;
	background: #FFFFFF;
	ime-mode: disabled;
}

#search_bn {
	position: absolute;
	left: 233px;
	top: 111px;
	width: 68px;
	height: 24px;
}

#root_list {
	position:absolute;
	left:78px;
	top:12px;
	width:600px;
}


/* 05: footer
------------------------------------------------------------*/

#footer {
	padding:35px 20px 17px 65px;
	_padding:35px 0 0 85px;
	height: 84px;
	background: url(../../images/foot_bg.gif) no-repeat;
	margin-left: 42px;
	width: 696px;
}

#footer li {
	float: left;
}

#footer li a{
	height: 54px;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
}

#footer li#webjapan a {
	width: 122px;
	background: url(../../../webjapan/f_rogo.gif) no-repeat;
}

#footer li#quest a {
	margin-left: 20px;
	width: 93px;
	background: url(../../../webjapan/f_question.gif) no-repeat;
}

#footer li#board a {
	margin�F 0;
	width: 0;
	background: none;
}

#footer li#new a {
	margin-left: 20px;
	width: 153px;
	background: url(../../../webjapan/f_wnms.gif) no-repeat;
}

#footer li#mofa a {
	margin-left: 20px;
	width: 225px;
	background: url(../../../webjapan/f_mfa.gif) no-repeat;
}
