BODY{
	background-image : url(../../../img/bg.gif);
	background-repeat : repeat-y;
	background-position : center top;
	font-size : 14px;
	font-family : Tahoma,sans-serif;
	line-height: 1.4;
	margin : 0px 0px 0px 0px;
	padding: 0px;
	color : #333333;
	background-color : white;
	text-align : center;
}
#pageform {
	text-align: left;
	width: 800px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}
TD{
	font-size : 14px;
	font-family : Tahoma,sans-serif;
	line-height: 1.4;
	color : #333333;
}
A{  
	color : #1eb8de;
	text-decoration : underline;
}
A:HOVER{
	color : #EB5C01;
	text-decoration : underline;
}
.P10{
	font-size : 10px;
	line-height : 1.4;  
}
.P16{
	font-size : 16px;
	line-height : 1.4;
}
.P20{
	font-size : 20px;
	line-height : 1.4;
}
.header {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 15px;
}
.langtext {
	margin-right: 10px;
	float: right;
}
.home{
	float: left;
}
#lang_jpn A {
	display: block;
	width: 46px;
	height: 15px;
	background-image: url(../../../img/sel_japan.gif);
	background-repeat: no-repeat;
	margin-right: 10px;
	float: right;
}
#lang_jpn a:hover {
	background-image:url(../../../img/sel_japan_on.gif);
	background-repeat:no-repeat;
	margin-right : 10px;
}
#lang_eng A {
	display: block;
	width: 47px;
	height: 15px;
	background-image: url(../../../img/sel_english.gif);
	background-repeat: no-repeat;
	margin-right: 10px;
	float: right;
}
#lang_eng a:hover {
	background-image:url(../../../img/sel_english_on.gif);
	background-repeat:no-repeat;
	margin-right : 10px;
}
#lang_korea A {
	display: block;
	width: 45px;
	height: 15px;
	background-image: url(../../../img/sel_korea.gif);
	background-repeat: no-repeat;
	margin-right: 10px;
	float: right;
}
#lang_korea a:hover {
	background-image:url(../../../img/sel_korea_on.gif);
	background-repeat:no-repeat;
	margin-right: 10px;
}
#lang_hantai A {
	display: block;
	width: 81px;
	height: 15px;
	background-image: url(../../../img/sel_hantai.gif);
	background-repeat: no-repeat;
	float: right;
}
#lang_hantai a:hover {
	background-image:url(../../../img/sel_hantai_on.gif);
	background-repeat:no-repeat;
}
.span_l {
	display:none;
}