/*--------------------------------------
author: 游逸群(Qun)
mail: dendrobimu@mail2000.com.tw
--------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	background: #353F49;
	color: #000;
}
/*=========================================
	全站段落樣式
=========================================*/
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #FF3300;
	text-decoration: underline;
}
h1 { 
	padding: 0px 0px 22px 0px; 
	font-size: 1.4em; 
}
h2 {
	font-size: 1.2em;
	margin: 0px;
}
h3 {
	width: 100%;
	font-size: 1.5em;
	color: #404240;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1.5em;
}
.red {
	color: #8B1714;
	background-color: inherit;
}
.white {
	color: #FFFFFF;
}
p {
	color: #000000;
	line-height:26px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	background-color: inherit;
}
/*=========================================
	頁面編排
=========================================*/
#page {
	padding: 0px;
	width: 997px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#maincontent {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#header {
	height: 170px;
	width: 999px;
}
/* top menu */
#topmenu {
	color: #808080;
	background-color: #CCCCCC;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	text-align: center;
}

#topmenu a {
	color: #74879A;
	margin: 0px 3px 0px 8px;
	padding: 0 0px 0 9px;
	background-color: transparent;
	background-image: url("arrow.gif");
	background-repeat: no-repeat;
	background-position: center left;
	
}
#topmenu a:hover {
	color: #F0F2F4;	
	background-color: transparent;
}
/* left */
#left {
	float: left;
	width: 225px;
}

#left p { 
	color: #828482; 
	padding: 7px; 
	margin: 0px;
	background-color: inherit;
}
/* left menu */
#leftmenu {
	padding-left: 30px;
}

#leftmenu a {
	display: block;
	line-height: 20px;
	color: #353F49;
	list-style-type: square;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	width: 150px;
}
#leftmenu a:hover {
	background: #353F49;
	color: #FFF;
}
#leftmenu ul {
	list-style-type: disc;
	list-style-image: url(/images/page/left_dot.jpg);

}
/* right */
#right {
	padding-left: 30px;
}
.underline_orange {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
}
/* 報價表格 */
.car_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
/* footer */
#footer {
	color: #FFFFFF;
	padding-right: 0px;
	padding-left: 0px;
}

#footer a {
	color: #FFFFFF;
	padding-left: 10px;
}
#footer p {
	color: #FFFFFF;
}
/* clumbs */
.clumbs{
	text-align: right;
	padding-right: 10px;
	width: 705px;
}
/*=========================================
	內容頁
=========================================*/
/* 主區塊 */
.main_content{
	margin-left: 20px;
	width: 685px;
}
/* 討論區 */
.forum_table{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
}
/*=========================================
	首頁新聞
=========================================*/
.red_title {
	color: #F00;
	text-decoration: blink;
}
/*=========================================
	編輯器
=========================================*/
.Bold
{
	font-weight: bold;
}

.Title
{
	font-weight: bold;
	font-size: 18px;
	color: #cc3300;
}

.Code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}
.font_white
{
	color: #FFFFFF;
}