@charset "utf-8";
body{
	background-color:#FFF;
	text-align:center;
        //padding     : 3%;
	font-family: "微軟正黑體";
	font-size: 12px;


}
#main_area {
	position:relactive;
	display:block;
	width:90%;
	//height:550px;      // andreas

	text-align:center;
}
#url a:visited {
	text-decoration: none;
	color: #015EAE;
	font-family: "微軟正黑體";
	font-size: 12px;
}
#url a:hover {
	text-decoration: none;
	color: #ccc;
	font-family: "微軟正黑體";
	font-size: 12px;
}

#banner{
text-align:center;
display:block;
width:1000px;
height:50px;
}
#viplogo{}
#vipName{
position:relactive;
display:block;
width:500px;
height:50px;
font-size:26px;
margin-top:30px;
}
#products{}
.pdStyle{
	display:inline-block;
	width:330px;
	height:120px;

	overflow: hidden; /* 超過範圍隱藏 */
    white-space: nowrap; /* 不斷行 */
	margin-left:-50px;;
	}
#logo{
	display:inline-block;
	width:100px;
	height:120px;
	position:relative;
	margin-top:-20px;
}
#NandU {
	position: absolute;
	display:inline-block;
	width:120px;
	height:120px;
	margin-left:20px;

	}
#pdName{
	display:block;
	width:200px;
	height:20px;
	font-size:16px;
	margin-top:10px;
	text-align:left;
	margin-left:20px;
	}
#pdUrl {
	display:block;
	width:120px;
	height:80px;
	margin-left:20px;
	text-align:left;
}
#pdUrl a {
	display:block;
	width:100px;
	height:16px;
	//background-color:#FFF;
	text-decoration: none;
	color: #015EAE;
	font-size: 14px;
	margin-top:5px;
}