﻿
#center
{
vertical-align:middle;
border:5px solid #0000FF;
position:relative
}

*{
	margin:0;
	padding:0;
}
body {
	width:865px;
	margin:0 auto;
	background:#2c383e url(../images/bgindex.jpg) repeat-x;
	font-size:12px;
	color:#666;
}
ul {
	list-style-type:none;
}
/*img {
	border-style: none;
    border-color: inherit;
    border-width: medium;
    width: 597px;
    height: 31px;
}*/
#header 
{
    margin:0 auto;
	width:865px;
	height:325px;
	font-family: 微軟正黑體;
	
}
/*#header embed {
	display:block;
	width:867px;
	height:323px;
}*/
#nav {
	width:869px;
	height:51px;
	background:url(../images/linkbg.jpg);
}
#nav ul {
	height:50px;
	line-height:51px;
    width: 867px;
    font-family: 微軟正黑體;
}
#nav ul li {
	text-align:center;
	height:51px;
	width:210px;
	background:url(../images/linkr.gif) no-repeat right center;
	float:left;
	
	/*
		酗僅ㄩ124
		6跺酗僅ㄩ744
		郔綴珨跺酗僅ㄩ867-744=123
	*/
}
#nav ul li.end {
	width:211px;
	background:none;
}
#nav ul li a 
{
 font-family: 微軟正黑體;
    font-size:18px;
	display:inline-block;
	width:208px;
	height:51px;
	color:#fff;
	text-decoration:none;
}
#nav ul li a:hover 
{
 font-family: 微軟正黑體;
	font-size:24px;
	font-weight:bold;
	color:yellow;
	text-decoration:underline;
}
#nav ul li.end a {
	width:205px;
}
#footer {
	clear:both;
	width:867px;
	height:20px;
	background:url(../images/bg.gif);
}
#footer img {
	padding-top:2px;
    width: 863px;
}
#footer p {
	color:#ccc;
	text-align:center;
    font-family: 微軟正黑體;
	font-size:10px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:2px;
	
}

.orange 
{
    font-family: 微軟正黑體;
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: #f78d1d;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
    width: 64px;
    cursor:pointer;
}
.orange:hover 
{
    font-family: 微軟正黑體;
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
	cursor:pointer;
}
.orange:active 
{
    font-family: 微軟正黑體;
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
	cursor:pointer;
}
  .style5
        {
            width: 380px;
        }
.style12
 {font-family: 微軟正黑體;
            width: 370px;
            text-align:right;
        }
        .style13
 {font-family: 微軟正黑體;           
            text-align:right;
        }

#spanNum
{font-weight:bold;
	color:red;
    font-family: 微軟正黑體;
    }
/*a:link {color: #FF0000}     未访问的链接 */
/*a:visited {color: #00FF00}   已访问的链接 */
/* a:hover {color: #FF00FF}    当有鼠标悬停在链接上 */
/*a:active {color: #0000FF}    被选择的链接 */