* {
	margin:0;
	padding:0;
}

html,body {
	width:100%;
	height:100%;
	color:#FFFFFF;
	font-size:12px;
	line-height:20px;
}
body {
	background:url(../img/gn_bg.gif) repeat-x center 44px;
}
body.english {
	font-family:Arial, Helvetica, sans-serif;
}
img {
	border:none;
}
.clear {
	float:none !important;
	clear:both !important;
	display:block;
	margin:0;
	padding:0;
	width:0;
	height:0;
	line-height:1px;
	font-size:1px;
}
.english .en,.japanese .jp {
	display:none;
}

#container {
	position:relative;
	width:930px;
	height:100%;
	margin:0 auto;
	background:url(../img/bg.gif) repeat-y;
	overflow:visible;
}
#container #bg {
	padding-bottom:15px;
	background:url(../img/bg.gif) repeat-y;
}
#container h1 {
	display:block;
	padding:5px 15px 0px 15px;
	text-align:center;
}

/* LANGUAGE BTN */
#container #lang {
	position:absolute;
	right:0px;
	top:28px;
	padding:0px 20px;
}
#container #lang dd {
	float:right;
	height:14px;
	padding:0px 5px;
}
#container #lang dd a {
	display:block;
	width:50px;
	height:14px;
	font-size:10px;
	line-height:12px;
	text-indent:-1000em;
	text-decoration:none;
	outline:none;
}
#container #lang dd.en a {
	width:43px;
	background:#FFFFFF url(../img/lang_btn_en.gif) no-repeat;
}
#container #lang dd.en a:hover {
	background-color:#000000;
}
#container #lang dd.jp a {
	width:51px;
	background:#FFFFFF url(../img/lang_btn_jp.gif) no-repeat;
}
#container #lang dd.jp a:hover {
	background-color:#000000;
}
#container #lang dd.con a {
	width:45px;
	background:#FFFFFF url(../img/btn_contact.gif) no-repeat;
}
#container #lang dd.con a:hover {
	background-color:#000000;
}
/* LANGUAGE BTN */

/* GLOBAL NAVIGATIONS */
#gn {
	height:105px;
	padding:6px 0px;
	background:url(../img/gn_bg.gif) repeat-x center center;
}
#gn h2 {
	float:none;
	clear:both;
	margin-top:1px;
	text-align:center;
}
#menu dd {
	float:left;
	height:29px;
}
#menu dd a {
	display:block;
	width:50px;
	height:29px;
	font-size:10px;
	line-height:12px;
	text-indent:-1000em;
	text-decoration:none;
	outline:none;
	background:url(../img/gn_menu.gif) no-repeat;
}
#menu dd a#m01 {
	width:99px;
	background-position:0px 0px;
}
#menu dd a#m02 {
	width:159px;
	background-position:-99px 0px;
}
#menu dd a#m03 {
	width:220px;
	background-position:-258px 0px;
}
#menu dd a#m04 {
	width:241px;
	background-position:-478px 0px;
}
#menu dd a#m05 {
	width:211px;
	background-position:-719px 0px;
}
#menu dd a:hover#m01 {
	background-position:0px -29px;
}
#menu dd a:hover#m02 {
	background-position:-99px -29px;
}
#menu dd a:hover#m03 {
	background-position:-258px -29px;
}
#menu dd a:hover#m04 {
	background-position:-478px -29px;
}
#menu dd a:hover#m05 {
	background-position:-719px -29px;
}
#menu dt {
	clear:both;
	height:0px;
	overflow:hidden;
}
.m01 a#m01 {
	background-position:0px -29px !important;
}
.m02 a#m02 {
	background-position:-99px -29px !important;
}
.m03 a#m03 {
	background-position:-258px -29px !important;
}
.m04 a#m04 {
	background-position:-478px -29px !important;
}
.m05 a#m05 {
	background-position:-719px -29px !important;
}
#horizone {
	position:absolute;
	top:79px;
	width:100%;
	height:1px;
	overflow:hidden;
	background:url(../img/gn_dotline.gif);
}
/* GLOBAL NAVIGATIONS */

/* CONTENTS */
#pkz {
	padding:10px 40px;
	font-size:10px;
}
#pkz a:link,#pkz a:visited {
	color:#FFFFFF;
	text-decoration:underline;
}
#pkz a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

#contents {
	width:505px;
	margin:0 auto;
}
/* CONTENTS */

/* FOOTER */
#footer{
width:900px;
padding:15px 20px 30px 0;
text-align:center;
}

#fnavi{
float:right;
list-style:none;
line-height:0;
font-size:0;
vertical-align:baseline;
}



#fnavi li{
float:left;
}


/* FOOTER */


a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

#contents dl{
margin:0 0 1em 0;
padding:5px 0 0 0;
font-size:11px;
}

#contents dl dt{
width:1.5em;
}

#contents dl dd{
margin:-1.6em 0 0 1.5em;
}