/*一般連結效果*/
A:link {
	color: #225E6C;
	text-decoration:underline;
	}
A:visited {
	color: #225E6C;
	text-decoration:underline;
	}
A:active {
	color: #D50000;
	text-decoration:none;
	}
A:hover {
	color: #D50000;
	text-decoration:none;
	}

body {
	margin:0px;
	background-image:url('images/bg.gif');
	}
	
body,p,td {
	font-family:arial,新細明體;
	}



/*選單連結效果*/
.menu A {
	height:31px;
	line-height:31px;
	padding-left:10px;padding-right:10px;
	font-size:13px;
	color:#000000;
	}

.menu A:link {
	color: #565656;
	text-decoration:none;
	}
.menu A:visited {
	color: #565656;
	text-decoration:none;
	}
.menu A:active {
	color: #D50000;
	text-decoration:none;
	}
.menu A:hover {
	color: #D50000;
	text-decoration:none;
	}
	
/*產品列表連結效果*/

.category {
	font-weight:bold;
	font-size:13px;
	color:#444A52;
	background-image:url('images/plist_title_bg.gif');
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:left bottom;
	clear:both;
	}
	
.item {
	float:left;
	font-size:11px;
	padding:0px 5px 0px 5px;
	width:110px;
	line-height:25px;
	}
	
.title {
	font-size:16px;
	font-weight:bold;
	color:#D50000;
	margin:0px;
	}
	
/*內文*/
.content {
	margin:10px;
	}
	
.content p {
	font-size:13px;
	color:#414953;
	line-height:25px;
	margin-top:6px;margin-bottom:6px;
	}
	
.content ol {
	font-size:13px;
	margin-top:6px;margin-bottom:6px;
	}
	
.content li {
	font-size:13px;
	color:#414953;
	line-height:24px;
	}
	
.content td {
	font-size:13px;
	color:#414953;
	line-height:20px;
	}
	

/*產品*/

.p_img {
	background:url('images/product_bg.gif') no-repeat;
	width:118px;height:118px;
	padding:9px;
	text-align:center;
	}
	
.c_img {
	width:200px;height:200px;
	padding:10px;
	text-align:center;
	border:1px solid #c0c0c0;
	}

.ptitle {
	color:#F50000;
	font-size:13px;
	font-weight:bold;
	}
	
.pbigtitle {
	color:#003F8E;
	font-size:15px;
	letter-spacing:1px;
	font-weight:bold;
	margin:10px 0px 10px 0px;
	}
	
.pdes {
	color:#414953;
	font-size:12px;
	}
	
.pmoredes {
	font-size:11px;
	text-align:right;
	}
	
.psubtitle {
	color:#F50000;
	font-size:13px;
	font-weight:bold;
	margin-top:10px;
	}



/*下選單連結效果*/
.footer_menu {
	background-image:url('images/footer_bg.gif');
	height:24px;
	text-align:center;
	font-size:12px;
	color:#FFFFFF;
	}
	
.footer_menu A:link {
	color: #FFFFFF;
	text-decoration:none;
	}
.footer_menu A:visited {
	color: #FFFFFF;
	text-decoration:none;
	}
.footer_menu A:active {
	color: #D50000;
	text-decoration:underline;
	}
.footer_menu A:hover {
	color: #D50000;
	text-decoration:underline;
	}
	
/*版權說明*/
.footer {
	background-color:#D8D8D8;
	text-align:center;
	font-size:11px;
	color:#444A52;
	padding:8px;
	}
	
.footer span {
	text-align:center;
	font-size:11px;
	color:#444A52;
	}
	
.design {
	font-size:11px;
	color:#8994A2;
	}
