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

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

  全部樣式皆可自由更改，但皆不得刪除，以免造成網站變形  
--------------------------------------------------------------- 
---------------------------------------------------------------
  以下為設計師樣式
--------------------------------------------------------------- 
*/
.test{
	text-align: left;
	font-weight: bold;
	visibility: hidden;
	font-size: 13px;
	letter-spacing: 2em;
	position: absolute;
	line-height: 25px;
	padding: 5px;
	margin: 0px auto 5px;
	border: 1px solid #CCCCCC;
	background: 5px center;
}
/* 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;
}
body {
	font: 16px Arial, "細明體";
	color: #000000;
	text-align:center;
	background: url(images/design/bg.gif) repeat-x;
	margin: 0px;
}
form{	
	margin: 0px;
}
h1{
	color: #5d6e10;
	font-size: 20px;
	padding-top: 2px;
	margin: 0px;
}
h2{
	font-size: 18px;
	padding-top: 2px;
	margin: 0px;
}
h3{
	font-size: 18px;
	padding-top: 2px;
	margin: 0px;
}
img {
	border: 0;
}
.clear{
	line-height: 0px;
	clear: both;
}
/* end   網站整體套用樣式 */
/* start 網站頭 */
#d-head{
	margin: 0px auto;
	height: 110px;
	width: 800px;
}
#d-head .dh-left{
	float: left;
	text-align: left;
	height: 110px;
	width: 10px;
}
#d-head .dh-right{
	font-weight: bold;
	text-align: left;
	float: right;
	height: 110px;
	width: 790px;
}
#d-head .dh-logo{
	position: absolute;
	padding: 5px;
	z-index: 0;
}
#d-head .dh-slogan{
	position: absolute;
	padding: 35px 0px 0px 270px;
	z-index: 1;
	width: 530px;
}
#d-head .dh-top{
	text-align: right;
	padding: 5px 5px 0px 0px;
	height: 20px;
}
#d-head .dh-top a{
	color: #336600;
	text-decoration: none;
}
#d-head .dh-top a:hover{
	color: #FF0000;
	text-decoration: underline;
}
#d-head .dh-item{
	text-align: right;
	padding: 55px 0px 0px;
}
#d-head .dh-item img{
	float: left;
}
/* end   網站頭 */
/* start 網站身 */
#d-body{
	background: #FFFFFF;
	margin: 0px auto;
	width: 800px;
}
#d-body .db-item {
	font-size:12px;
}
#d-body .db-item a {
	color:#F90;
	text-decoration:none;
	font-weight: bold;
	padding: 5px;
	height: 20px;
	display:block;
	border-bottom:1px dotted #357500;
}
#d-body .db-item a:hover {
	color:#FFFFFF;
	background: #e2c340;
	border-bottom:1px dotted #FF0000;
}
/* end   網站身 */
/* start 網站左 */
#d-left{
	float: left;
	text-align: left;
	width: 200px;
}
#d-left .dl-title{
	color: #336600;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	background: url(images/design/dl-title.gif) repeat-x;
	padding: 5px;
	margin: 0px 5px 1px;
	border-bottom: 1px solid #CCCCCC;
}
#d-left .dl-content{
	padding: 5px;
	margin: 0px 5px 5px;
}
/* end   網站左 */
/* start 網站右 */
#d-right {
	float: left;
	text-align: left;
	padding: 128px 5px 0px;
	width: 590px;
}
#d-right h1{
	color: #FFFFFF;
	font-size: 14px;
	margin: 0px;
}
#d-right .dr-title{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	background: url(images/design/dr-title.gif) repeat-x;
	padding: 3px 0px 0px 5px;
	margin-bottom: 5px;
	height: 27px;
}
#d-right .dr-content{
	line-height: 24px;
	margin-bottom: 5px;
}
/* end   網站右 */
/* start 網站腳 */
#d-footer{
	color: #CCCCCC;
	font-size: 11px;
	margin: 0px auto;
	border-top: 2px solid #CCCCCC;
	width: 800px;
}
/* end   網站腳 */
/* 
---------------------------------------------------------------
  以上為設計師樣式
--------------------------------------------------------------- 
---------------------------------------------------------------
  以下為字體樣式
--------------------------------------------------------------- 
*/
.red{
	color: #FF0000;
}
.orange{
	color: #FF9900;
}
.yellow{
	color: #FFFF00;
}
.green{
	color: #009900;
}
.blue{
	color: #DDEDEE;
}
.purple{
	color: #660099;
}
.white{
	color: #FFFFFF;
}
.grey{
	color: #CCCCCC;
}
.black{
	color: #000000;
}
/* 
---------------------------------------------------------------
  以上為字體樣式
---------------------------------------------------------------  
*/