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

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

  全部樣式皆可自由更改，但皆不得刪除，以免造成網站變形  
--------------------------------------------------------------- 
---------------------------------------------------------------
  以下為設計師樣式
--------------------------------------------------------------- 
*/
.test{
	text-align: center;
	vertical-align: bottom;
	padding: 210px 0px 0px 480px;
	height: 263px;
	width: 263px;
	overflow: hidden;
	position: relative;
	border: 1px solid #999999;
	margin: 385px 0px 0px 5px;
	color: #990000;
	visibility: hidden;
	word-spacing: 5px;
	letter-spacing: 5px;
}
/* start 網站全部 */
a{ 
	color: #666666;
	text-decoration: none;
	star: expression(this.onFocus=this.blur()); 
  outline: none;
}
a:link, a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover, a:active {
	color: #990000;
	text-decoration: underline;
}
body {
	font: 12px Arial, "細明體";
	color: #000000;
	margin:14px 0px 0px;
	text-align:left;
	background: url(../images/design/bg.gif) repeat-x;
	scrollbar-face-color:#f3f3f4; 
	scrollbar-highlight-color:#FFFFFF; 
	scrollbar-3dlight-color:#FFFFFF; 
  scrollbar-darkshadow-color:#FFFFFF; 
	scrollbar-shadow-color:#FFFFFF; 
	scrollbar-arrow-color:#666666; 
  scrollbar-track-color:#FFFFFF; 
}
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;
	star: expression(this.onFocus=this.blur()); 
	outline: none;
}
.clear{
	clear: both;
}
/* end   網站全部 */
/* start 網站頭 */
.dLayuot{
	text-align: right;
	padding-left: 810px;
	margin: 0px auto;
	height: 0px;
	width: 0px;
}
.dSlide{
	text-align: left;
	position:absolute; 
	width:150px;
}
#dHead{
	color: #FFFFFF;
	margin: 0px auto;
	height: 95px;
	width: 913px;
}
#dHead .left{
	float: left;
	height: 95px;
	width: 157px;
}
#dHead .right{
	text-align: left;
	float: right;
	height: 95px;
	width: 756px;
}
#dHead .logo{
	position: absolute;
	z-index: 2;
}
#dHead .slogan{
	position: absolute;
}
#dHead .top{
	text-align: right;
	height: 25px;
}
#dHead .top img{
	float: right;
}
#dHead .top a{
	color: #FFFFFF;
	text-decoration: none;
}
#dHead .top a:hover{
	color: #CCCCCC;
	text-decoration: underline;
}
#dHead .item{
	margin-top: 18px;
	z-index: 1;
}
#dHead .item img{
	float: left;
}
#dHead .bomb {
	font-size:12px;
	position: absolute;
	margin-left: -30px;
	width: 500px;
	z-index: 2;
}
#dHead .bomb a{
	color: #c4c4c4;
	text-decoration:none;
	margin-right: 8px;
}
#dHead .bomb a:hover {
	color: #7d7d7d;
	text-decoration: underline;
	margin-right: 8px;
}
/* end   網站頭 */
/* start 網站身 */
#dBody{
	margin: 0px auto;
	width: 825px;
}
#dBody .title {
	background: url(../images/design/right.gif) no-repeat left top;
	padding: 5px 0px 0px 5px;
	height: 27px;
}
#dBody .title h1{
	font-size: 12px;
	color: #5c3424;
	padding: 2px 0px 0px 18px;
	background: url(../images/model/icon.gif) no-repeat;
}
#dBody .title span {
	color: #FFFFFF;
	font-size: 11px;
}
#dBody .content{
	line-height: 20px;
}
/* end   網站身 */
/* start 網站左 */
#dLeft {
	float: left;
	width: 190px;
}
/* end   網站左 */
/* start 網站右 */
#dRight {
	float: right;
	width: 586px;
	background: #FFFFFF;
	padding: 5px;
}
/* end   網站右 */
/* start 網站腳 */
#dFooter{
	margin: 0px auto;
	width: 825px;
	height: 77px;
	z-index:2;
}
#dFooter .item {
	font-weight: bold; 
	text-align: center; 
	padding-top: 10px; 
	margin-bottom: 5px;
}
#dFooter .item a {
	color: #FFFFFF;
	text-decoration: none;
}
#dFooter .item a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}
#dFooter .content{
	text-align: center;
	margin-bottom: 5px;
	color: #CCCCCC;
	font-size: 10px;
}
#dFooter .content a {
	color: #AAAAAA;
	text-decoration: none;
}
#dFooter .content a:hover {
	color:#CCCCCC;
	text-decoration: underline;
}
#dFooter .author {
	color: #97786c;
	font-size: 11px;
	text-align: center;
	visibility: hidden;
}
#dFooter .author a {
	color: #97786c;
	text-decoration: none;
}
#dFooter .author a:hover {
	color:#97786c;
	text-decoration: underline;
}
/* 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;
}
/* 
---------------------------------------------------------------
  以上為字體樣式
---------------------------------------------------------------  
*/

