@charset "utf-8";
/* CSS Document */

body{
	background-color:#D3B957;
	/*background-color: #0FA1D0;*/
	margin: 0;
	padding: 0;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div.bgsky{
	width:100%;
	background-color: #0FA1D0;
}

img{
	border: none;
	margin: 0px;
}


div.uhi_header{
	width: 800px;
	height: 180px;
	margin: 0 auto 0 auto;
}
/*div.uhi_header h1{
	background-image:url(../img/header_rogo_jp.gif);
	background-repeat: no-repeat;
	width: 313px;
	height: 149px;
	text-indent: -9999px;
	overflow: hidden;
	
	float: left;
}*/
div.uhi_header img.rogo{
	float: left;
}
div.uhi_header img.menu{
	float: right;
	display: none;
}

div.uhi_contents{
	width: 800px;
	height: 420px;
	margin: 0 auto 0 auto;
}
div.uhi_contents div.contentleft{
	background-image:url(../img/main_flashbg.gif);
	background-repeat: no-repeat;
	width:376px;
	height:314px;
	float: left;
}
div.uhi_contents div.contentleft img.buyapp{
	margin-top: 20px;
}
div.uhi_contents div.contentright{
	float: right;
	width:374px;
	margin: 0;
}
div.uhi_contents div.contentright h2{
	background-image:url(../img/main_catchcopy2_en.gif);
	background-repeat: no-repeat;
	width: 354px;
	height: 148px;
	text-indent: -9999px;
	overflow: hidden;
	margin-bottom: 20px;
}
div.uhi_contents div.contentright img{
	/*margin: 0 auto 0 auto;*/
	float: left;
	margin-bottom: 20px;
}

div.uhi_flash{
	width: 100%;
}

div.uhi_foot{
	width: 100%;
	/*background-color:#D3B957;*/
}
div.uhi_foot table.uhi_banner{
	width: 800px;
	margin: 0 auto 0 auto;
}
div.uhi_foot td{
	vertical-align:top;
}
div.uhi_foot td p{
	color:#FFFFFF;
	font-size: 9px;
	margin:5px 0;
	padding:0px;
}




/* menu */
dl#imagemap{
	margin: 0;
	padding: 0;
	background-image:url(../img/header_menu.gif);
	background-repeat:no-repeat;
	width:443px;
	height:149px;
	
	float:right;
	position: relative;
}
dd{
	margin: 0;
	padding: 0;
	position: absolute;
}
dd#cate1{
	top: 54px;
	left: 0px;
}
dd#cate1 a{
	position: absolute;
	width: 148px;
	height: 77px;
	text-decoration: none;
}
dd#cate1 a span{
	display: none;
}
dd#cate1 a:hover{
	position: absolute;
	background: transparent url(../img/header_menu_over.gif) 0px -54px no-repeat;
	top: 0px;
	left: 0px;
}

dd#cate2{
	top: 90px;
	left: 161px;
}
dd#cate2 a{
	position: absolute;
	width: 108px;
	height: 56px;
	text-decoration: none;
}
dd#cate2 a span{
	display: none;
}
dd#cate2 a:hover{
	position: absolute;
	background: transparent url(../img/header_menu_over.gif) -161px -90px no-repeat;
	top: 0px;
	left: 0px;
}

dd#cate3{
	top: 44px;
	left: 295px;
}
dd#cate3 a{
	position: absolute;
	width: 148px;
	height: 77px;
	text-decoration: none;
}
dd#cate3 a span{
	display: none;
}
dd#cate3 a:hover{
	position: absolute;
	background: transparent url(../img/header_menu_over.gif) -295px -44px no-repeat;
	top: 0px;
	left: 0px;
}

