
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	margin:0px;
	padding:0px;
}

/*外框*/		
.borders{
	border: 1px solid #990000;
}
	
.border_left_right{
	border-right: 1px solid #990000;
	border-left: 1px solid #990000;
}
	
.border_top{
	border-top: 1px solid #cccccc;
}
	/*文字類 */
.white_text { 
					font-size:12px;
					color:white;
					}
			
.white_link a {
	font-size:15px;
	font-family: Arial;
	color:white;
	text-decoration: none;
}
	
.white_link a:hover {color:#D98200;}

/*內文字 間格大*/		
.content_font {
	font-family:Arial;
	color:#333333;
	font-size:15px;
	line-height: 22px;
   letter-spacing:2px;
	}
/*內文字 普通*/	

.content_font02 {
	font-family:Arial;
	color:#333333;
	font-size:12px;
	line-height: 17px;
   letter-spacing:0px;
	text-indent: 15px;
	}
.bottom_font {
	font-family:Arial;
	color:#9c9898;
	font-size:12px;
	}

.content_font02 a{
	font-family:Arial;
	color:#333333;
	font-size:15px;
	line-height: 17px;
   letter-spacing:0px;
	text-indent: 15px;
	text-decoration:none;
	}
	
.content_font02 a:hover{
	font-family:Arial;
	color: #cc5217;
	font-size:15px;
	line-height: 17px;
   letter-spacing:0px;
	text-indent: 15px;
	font-weight: 600;
	}
	
.products_content {
	font-family:Arial;
	color:#333333;
	font-size:12px;
	line-height: 17px;
   letter-spacing:0px;
	text-indent: 15px;
	
}
/*大標題*/							
.red_large_title {
	font-family: Arial, Helvetica, sans-serif;
	color:#990000;
	font-size:20px;
	font-weight:bold;						 
}
.black_large_title {
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:15px;
	font-weight:bold;						 
}
/*紅色字*/
.red_text{
	font-size: 15px;
	color: maroon;
	font-weight: 600;
	}
.red_txt a {
	font-size: 15px;
	color: maroon;
	font-weight: 600;
	text-decoration:none;
}
.red_txt a:hover {
	font-size: 15px;
	color:#ed9a29;
	font-weight: 600;
}
/*圖繞文*/
img.right{
	float:right;
	margin-right: 0.8em;
	margin-bottom: 0.5em;
}	
img.left{
	float: left;
	margin-right: 0.8em;
	margin-bottom: 0.5em;
}