﻿@charset "utf-8";


/* H1 */
H1 {
	font-family: Century725 Blk BT, Arial Black, Arial, 文鼎中黑, 文鼎中黑體, 華康中黑, 華康中黑體, 微軟正黑體, 新細明體;
	font-size: 20px;
	font-weight: bold;
	color: #050;
	margin: 1px;
}
H2 {
	font-family: Arial, 微軟正黑體, 新細明體;
	font-size: 14px;
	font-weight: bold;
	color: #555;
	margin: 1px;
}

HTML, BODY, OL, UL {
   margin: 0px;
   padding: 0px;
}

TABLE {
	BORDER-COLLAPSE: collapse;
}

TD {
	FONT-SIZE: 12px; 
	FONT-WEIGHT: BOLD;
	COLOR: #333; 
	FONT-FAMILY: Arial,微軟正黑體,新細明體;
}

/*
BODY {
	background: url(images/img_bg.jpg) left bottom;
}
*/
A {
	text-decoration: none;
	color: #000;
}
A:hover {
	color: #F00;
}


/* tel */
.tel {
	font-family: Arial,微軟正黑體,新細明體;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}




/* lemu */
#lemu {
	width: 100%;
	margin: 0px;
}
#lemu tr:hover {
	background: url(images/img_over.png) no-repeat center left;
}
#lemu td {
	font-size: 14px;
}


