/*--------------------------------------
author: 游逸群(Qun)
mail: dendrobimu@mail2000.com.tw
--------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #000000;
}
/*=========================================
	全站段落樣式
=========================================*/
a {
	color: #003333;
	text-decoration: none;
}
a:hover {
	color: #669966;
}
h1 { 
	padding: 0px 0px 22px 0px; 
	font-size: 1.4em; 
}
h2 {
	font-size: 1.2em;
	margin: 0px;
}
h3 {
	font-size: 12px;
	color: #330066;
	padding-top: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-bottom: 1px;
}
h4 {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p { 
	font-size: 1em; 
	color: #353F49; 
	line-height:1.6em; 
	margin: 0px 0px 5px 0px; 
	padding: 0px;
	background-color: inherit;
}
.red {
	color: #8B1714;
	background-color: inherit;
}
/*=========================================
	頁面編排
=========================================*/
#page {
	width: 982px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#menu_left {
	float: left;
	width: 213px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
}
#menu_left ul{
	margin: 0px;
	padding: 0px;
}
#menu_left li {
	list-style-type: none;
}
#menu_left li a {
	display: block;
	color: #FFFFFF;
	width: 173px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 40px;
	background-image: url(/images/home/home_18.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#menu_left li a:hover {
	background-image: url(/images/home/left_over_18.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.left_category{
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-top: 15px;
}

/* footer */
#footer {
	color: #CCCCCC;
}
#footer .linkItem{
	text-align: center;
	height: 42px;
	padding-top: 35px;
}
#footer p{
	color: #CCCCCC;
	font-size: 10px;
}
#footer a{
	color: #CCCCCC;
}
#footer a:hover{
	color: #FFFFFF;
}
