@charset "utf-8";
/* CSS Document */
/**************************************************************************************************/
/*                               框架                                                           */
/*************************************************************************************************/

#main_visual{
	width:1000px;
	padding-top:12px;  margin:0 auto;
}

#main{
	width:980px;
	padding-top:22px;
	text-align:left;  margin:0 auto;
}

#mainDw{
	clear:both;
	height:24px;
}
/**************************************************************************************************/
/*                               內容                                                           */
/*************************************************************************************************/
/*************aboutus*********************/

#aboutus{
	width:266px;
	height:160px;
	background:url(../images/bg-aboutus.jpg) top left no-repeat;
	float:right;
}

#aboutus h1{
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#003366;
	padding-bottom:6px;
	font-weight:bold;
}

#aboutus h1 a:link,#aboutus h1 a:visited{
	color:#003366;
	text-decoration:none;
}

#aboutus h1 a:hover{
	color:#f90 !important ;
}

#aboutus p{
	padding:0px;
	margin:0px;
	font-size:11px;
	color:#666;
	line-height:18px;
	padding-right:120px;
	padding-bottom:10px;
}


/***************pd************************/

#pdList{
	width:980px; margin:0 auto;
}


.pd{
	width:245px;
	float:left;
	background:url(../images/bg-pd.gif) bottom left no-repeat;
	height:160px;
}

.pdImg{
	width:216px;
	height:86px;
	border:#cccccc 1px solid;
	text-align: -moz-center !important ;
	#text-align:center;
}


.Img{
	width:212px;
	height:86px;
	margin:1px;
}


.pd h1{
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#003366;
	padding-bottom:6px;
	font-weight:bold;
}

.pd h1 a:link,.pd h1 a:visited{
	color:#003366;
	text-decoration:none;
}

.pd h1 a:hover{
	color:#488fae !important ;
	text-decoration:underline;
}


.pdSummary{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	line-height:14px;
	padding-top:12px;
	width:212px;
}

.pdline{
	clear:both;
	height:1px;
}

