body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	text-align: center;
	font-family:   "メイリオ", Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック";
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(#);	
}
#wrap{
	width: 900px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
#wrap_map{
	width: 900px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
/* ---------------------------------------- header */

/* ---------------------------------------- global nav */
#g_nav{
	width: 600px;
	height: 185px;
	overflow: hidden;
	float: left;
}
li.g_nav_01 a{
	width: 200px;
	height: 185px;
	background-image: url(../images/btn.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	overflow: hidden;
	text-align: left;
	text-decoration: none;
	text-indent: -9999px;
	float: left;
}
li.g_nav_01 a:hover{
	background-position: 0px -185px;
}
li.g_nav_02 a{
	width: 200px;
	height: 185px;
	background-image: url(../images/btn.gif);
	background-repeat: no-repeat;
	background-position: -200px 0px;
	overflow: hidden;
	text-align: left;
	text-decoration: none;
	text-indent: -9999px;
	float: left;
}
li.g_nav_02 a:hover{
	background-position: -200px -185px;
}
li.g_nav_03 a{
	width: 200px;
	height: 185px;
	background-image: url(../images/btn.gif);
	background-repeat: no-repeat;
	background-position: -400px 0px;
	overflow: hidden;
	text-align: left;
	text-decoration: none;
	text-indent: -9999px;
	float: left;
}
li.g_nav_03 a:hover{
	background-position: -400px -185px;
}
/* ---------------------------------------- contents toppage */
#logo_area{
	width: 900px;
	height: 230px;
	float: left;
	background-image: url(../images/logo_co_jp.jpg);
	background-repeat: no-repeat;
}
#btn_area{
	width: 600px;
	height: 185px;
	margin: 0px 150px 90px 150px;
	float: left;
}
.white{
	color: #FFF;
}
td,th{
	text-align: left;
}