/* 
--------------------------------------------------
d  開頭為排版設計專用樣式   
	 如 #d-head

   銜接於ID標籤內的樣式，表達方式，以#d-head為例，取#d-之後的第一個英文單字 
	 如.dh-left

  全部樣式皆可自由更改，但皆不得刪除，以免造成網站變形  
--------------------------------------------------------------- 
---------------------------------------------------------------
  以下為設計師樣式
--------------------------------------------------------------- 
*/
.test{
	text-align: left;
	padding: 0px 5px;
}
/* start 網站全部 */
a{ 
	color: #666666;
	text-decoration: none;
}
a:link, a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover, a:active {
	color: #990000;
	text-decoration: underline;
}
html{
	background: #d3996a;
}
body {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	margin: 0px auto 0px 0px;
	background: url(images/design/footer_bg.gif) #F31553 repeat-x bottom;	
	SCROLLBAR-FACE-COLOR: #d8d8fc;
	SCROLLBAR-HIGHLIGHT-COLOR: #eaedf6;
	SCROLLBAR-SHADOW-COLOR: #5a005e;
	SCROLLBAR-3DLIGHT-COLOR: #71e2f7;
	SCROLLBAR-ARROW-COLOR: #fc4848;
	SCROLLBAR-TRACK-COLOR: #fcfcfc;
	SCROLLBAR-DARKSHADOW-COLOR: #21f8ef;
	SCROLLBAR-BASE-COLOR: #feb5e9;
}
form{	
	margin: 0px;
}
h1{
	color: #5d6e10;
	font-size: 15px;
	padding-top: 2px;
	margin: 0px;
}
h2{
	font-size: 14px;
	padding-top: 2px;
	margin: 0px;
}
h3{
	font-size: 13px;
	padding-top: 2px;
	margin: 0px;
}
img {
	border: 0;
}
.clear{
	line-height: 0px;
	clear: both;
}
/* end   網站全部 */
/* start 網站頭 */
#d-head {
	z-index: 1;
	background: url(images/design/head_01.gif) no-repeat;
	height: 70px;
	width: 800px;
}
#d-head a:link, #d-head a:visited {
	color: #4a5518;
	text-decoration: none;
}
#d-head a:hover, #d-head a:active {
	color: #990000;
	text-decoration: underline;
}
#d-head .dh-left{
	float: left;
	z-index: 2;
	width: 205px;
	height: 70px;
}
#d-head .dh-logo{
	text-align: left;
	position: absolute;
	z-index: 3;
}
#d-head .dh-right{
	float: left;
	width: 595px;
	height: 70px;
}
#d-head .dh-top{
	font-weight: bold;
	text-align: right;
	color: #ff6243;
	position: absolute;
	padding-top: 8px;
	width: 590px;
}
#d-head .dh-top a{
	color: #ff6243;
	text-decoration: none;
}
#d-head .dh-top a:hover{
	color: #ff6243;
	text-decoration: underline;
}
#d-head .dh-item{
	left: 199px;
	text-align: right;
	position: absolute;
	margin: 20px 0px 0px;
	height: 40px;
	width: 600px;
}
#d-head .dh-item img{
	float: left;
}
/* end   網站頭 */
/* start 網站身 */
#d-body{
	background: url(images/design/main_01.gif) repeat-y;
	width: 800px;
	overflow:hidden;
}
#d-body .db-search-title{
	background: url(images/design/search_title.gif) no-repeat;
	overflow: hidden;
	width: 190px;
	height: 10px;
}
#d-body .db-search-content{
	text-align: left;
	background: url(images/design/search_bottom.gif) no-repeat left bottom;
	padding-bottom: 10px;
	width: 190px;
	margin: 0px 0px 5px;
}
#db-item {
	font-size:12px;
	color:#000000;
	text-align: left;
	background: url(images/design/left_01.gif);
	position: absolute;
	padding-top: 10px;
	height: 130px;
	width: 188px;
}
#db-item a {
	color: #FFFFFF;
	text-decoration:none;
	font-weight: bold;
	display: block;
	padding: 5px 0px 0px;
	height: 20px;
}
#db-item a:hover {
	color:#000000;
}
#db-item .bomb {
	position: absolute;
	width: 90px;
}
#db-item .bomb a {
	color: #FF0000;
	text-decoration:none;
	font-weight: bold;
	display: block;
}
#db-item .bomb a:hover {
	color:#000000;
	background: #CCCCCC;
}
/* end   網站身 */
/* start 網站左 */
#d-left{
	float: left;
	width: 600px;
}
#d-left .dl-title{
	color: #FFFFFF;
	background: #b20835 url(images/design/left_t02.gif) no-repeat right top;
	padding-left: 20px;
	height: 30px;
	margin-bottom: 5px;
}
#d-left .dl-content{
	line-height: 22px;
	margin-left: 20px;
}
/* end   網站左 */
/* start 網站右 */
#d-right {
	float: right;
	background: url(images/design/right_01.gif) repeat-x top;
	padding-top: 30px;
	padding-bottom: 60px;
	width: 200px;
}
#d-right .dr-title{
	font-weight: bold;
	background: url(images/design/right_title.gif) no-repeat left top;
	padding-top: 10px;
	width: 190px;
}
#d-right .dr-content{
	background: url(images/design/right_bottom.gif) no-repeat left bottom;
	padding-bottom: 10px;
	margin: 0px 0px 5px;
	width: 190px;
}
/* end   網站右 */
#d-footer{
	width: 800px;
	height: 170px;
	background: url(images/design/footer_04.gif) repeat-x bottom;
}
#d-footer .d-footer-top{
	height: 60px;
	background: url(images/design/footer_02.gif) repeat-x;
}
#d-footer .d-footer-bottom{
	font-size: 11px;
	text-align: center;
	padding-top: 10px;
	padding-right: 200px;
	height: 100px;
	background: url(images/design/footer_05.gif) no-repeat right;
}
/* end   網站腳 */
/* 
---------------------------------------------------------------
  以上為設計師樣式
--------------------------------------------------------------- 
---------------------------------------------------------------
  以下為字體樣式
--------------------------------------------------------------- 
*/
.red{
	color: #FF0000;
}
.orange{
	color: #FF9900;
}
.yellow{
	color: #FFFF00;
}
.green{
	color: #009900;
}
.blue{
	color: #DDEDEE;
}
.purple{
	color: #660099;
}
.white{
	color: #FFFFFF;
}
.grey{
	color: #999999;
}
.black{
	color: #000000;
}
/* 
---------------------------------------------------------------
  以上為字體樣式
---------------------------------------------------------------  
*/
