body {
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
img { display: block; } /* bottom image for Firefox */
td#header {
	width: 800px;
	height:132px;
	background: url(images/border_head.png) no-repeat;
	background-position: bottom;
}
td#menu { /*border_left*/
	width: 195px;
	background: url(images/border_left.png) repeat-y;
	vertical-align: top;
}
td#border_right {
	width: 25px;
	background: url(images/border_right.png) repeat-y;
	background-position: right;
}
td#contents{
	width: 580px;
	vertical-align: top;
/*	background: url(images/contents_bg.png) repeat-x;*/
	background-position: bottom;
	border: #cdced0 solid 1px;
}


#lang{
	top: 38px;
	left: 665px;
	width:120px;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#lang td {
	width: 40px;
	height: 27px;
	text-indent: -9999px;
}
#lang td a {
	text-decoration: none; /* Firefox */
	display: block;
	width: 40px;
	height: 27px;
}

#lang td#lang_jp { background: url(images/lang_jp1.gif) no-repeat; }
#lang td#lang_en { background: url(images/lang_en1.gif) no-repeat; }
#lang td#lang_th { background: url(images/lang_th1.gif) no-repeat; }
#lang td#lang_jp a:hover { background: url(images/lang_jp2.gif) no-repeat; }
#lang td#lang_en a:hover { background: url(images/lang_en2.gif) no-repeat; }
#lang td#lang_th a:hover { background: url(images/lang_th2.gif) no-repeat; }


#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu li {
	margin: 0px;
	margin-left: 25px;
	padding: 0px;
	height: 67px;
	width: 161px;
	text-indent: -9999px;
}
#menu li a {
	text-decoration: none; /* Firefox */
	display: block;
	height: 67px;
	width: 161px;
}

li#menu_top { background: url(images/menu_top1.png) no-repeat; }
li#menu_company { background: url(images/menu_company1.png) no-repeat; }
li#menu_president { background: url(images/menu_president1.png) no-repeat; }
li#menu_products { background: url(images/menu_products1.png) no-repeat; }
li#menu_process { background: url(images/menu_process1.png) no-repeat; }

li#menu_top a:hover { background: url(images/menu_top2.png) no-repeat; }
li#menu_company a:hover { background: url(images/menu_company2.png) no-repeat; }
li#menu_president a:hover { background: url(images/menu_president2.png) no-repeat; }
li#menu_products a:hover { background: url(images/menu_products2.png) no-repeat; }
li#menu_process a:hover { background: url(images/menu_process2.png) no-repeat; }


#contents th {
	color: #666666;
	padding: 2px 2px 2px 10px;
	font-weight: bold;
	text-align: left;
	font-size: 14px;
}
#contents td {
	color: #333333;
	padding: 2px 10px;
	font-size: 11px;
	text-align: left;
}
#contents td.subject{
	color: #666666;
	padding:  10px 20px 40px 20px;
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
	text-align: right;
}
#contents td.footer {
	text-align: right;
	font-style: italic;
}

#bg_map {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 800px;
	height: 500px;
	background-color: transparent;
/*	background-color: #CCCCCC;/**/
	display: none;
}
#largemap {
	display: none;
}
