/* 
--------------------------------------------------------------- 
--------------------------------------------------------------- 
*/
a{ 
	color: #333333;
	text-decoration: none;
}
a:link, a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover, a:active {
	color: #990000;
	text-decoration: underline;
}
html {
	background: #efeff1 url(/100605/images/design/html.gif) repeat-x top;
}
body {
	font: 13px Arial, "細明體";
	background: url(/100605/images/design/body.gif) no-repeat center top;
	margin:0;
	padding:60px 0;
}
h1{
	font-size: 18px;
	margin: 0px;
}
h2{
	font-size: 17px;
	margin: 0px;
}
h3 {
	font-size: 16px;
	margin: 0px;
}
h4 {
	font-size: 15px;
	margin: 0px;
}
h5 {
	font-size: 14px;
	margin: 0px;
}
h6 {
	font-size: 13px;
	margin: 0px;
}
img {
	border: 0;
}
form{	
	margin: 0;
}
/* 
--------------------------------------------------------------- 
--------------------------------------------------------------- 
*/
#cHead{
	background: #fff;
	margin: 0px auto;
	border-top: 5px solid #dcdcdc;
	border-right: 5px solid #dcdcdc;
	border-left: 5px solid #dcdcdc;	
	height: 80px;
	width: 910px;
}
#cHead .left{
	float: left;
	height: 80px;
	width: 205px;
}
#cHead .right{
	float: right;
	height: 80px;
	width: 705px;
}
#cHead .logo{
	position: absolute;
	background: #ffffff url(/100605/images/design/logo.gif) no-repeat;
	cursor:pointer;
	width:205px;
	height:82px;
	z-index: 1;
}
#cHead .slogan{
	color: #9ec146;
	font-weight:bold;
	position: absolute;
	z-index: 2;
	margin: 10px 0px 0px 75px;
}
#cHead .main{
	position:absolute;
	width: 705px;
	top: 102px;
}
#dHead .main img{
	display:block;
}
#cHead .menu { z-index: 1; display: block; margin: 0px; padding: 0px; position: relative; }
	#cHead .menu li { display: block; list-style: none; margin: 0px; padding: 0px; float: left; position: relative; }
	#cHead .menu a { display: block; }
		#cHead .menu ul { display: none; position: absolute; left: 0; margin: 0px; padding: 0px; }
		* html #cHead .menu ul { line-height: 0px; } /* IE6 "fix" */
				#cHead .menu ul a { zoom: 1; } /* IE6/7 fix */
				#cHead .menu ul li { float: none; }
					#cHead .menu ul ul { top: 0; }
/* Essentials - configure this */
	#cHead .menu ul { width: 130px; }
		#cHead .menu ul ul { left: 131px; }
/* Everything else is theming */
#cHead .menu { background: #FFFFFF; }
#cHead .menu *:hover { background: none; }
#cHead .menu a { color: #000000; font-size: 12px; padding: 0px; line-height: 1; }
	#cHead .menu ul li.hover a { background: #FFFFFF; }
		#cHead .menu ul { top: 31px; }
		#cHead .menu ul li a.hover { background: #7641b7; }
		#cHead .menu ul a { border-bottom: 1px solid #000000; border-right: none; opacity: 0.8; filter: alpha(opacity=80); }
			#cHead .menu ul li a { background: #FFFFFF; padding: 6px; }
/* 
--------------------------------------------------------------- 
--------------------------------------------------------------- 
*/
#cBody{
	background: #fff;
	margin: 0px auto;
	border-right: 5px solid #dcdcdc;
	border-left: 5px solid #dcdcdc;	
	width: 910px;
	position:relative;
	overflow: hidden;
}
/* 
--------------------------------------------------------------- 
--------------------------------------------------------------- 
*/
#cFooter{
	background: #fff;
	text-align:center;
	margin: 0px auto;
	border-right: 5px solid #dcdcdc;
	border-left: 5px solid #dcdcdc;	
	border-bottom: 5px solid #dcdcdc;	
	width: 910px;
	height: 200px;
}
#cFooter .bottom{
	font-weight: bold; 
	background: url(../images/design/dFooter.bottom.gif) no-repeat center top;
	padding: 40px 0 0;
	width:410px;
	height:30px;
	margin: 0px auto;
}
#cFooter .bottom ul{
	margin: 0; 
	padding: 0;
}
#cFooter .bottom li{
	float: left;
	list-style:none;
}
#cFooter .bottom a{
	color: #000;
	text-decoration: none;
	margin-left: 10px;
}
#cFooter .bottom a:hover{
	color:#000;
	text-decoration: underline;
}
#cFooter .content{
	color: #c0c0c0;
	font-weight: bold;
	letter-spacing: 1px;
	padding-top: 10px;
}
#cFooter .content a {
	color: #c0c0c0;
}
#cFooter .author {
	color: #fff;
	font-size: 11px;
	padding-top: 10px;
}
#cFooter .author a {
	color: #fff;
	text-decoration: none;
}
#cFooter .author a:hover {
	color:#fff;
	text-decoration: underline;
}
/* 
--------------------------------------------------------------- 
--------------------------------------------------------------- 
*/
.cButton{
	font-size: 11px;
	color: #666666;
	margin-top: 5px;
	height: 25px;
	border: 0;
	cursor:pointer;
}
.cText {
	font-size: 12px;
	font-family: "細明體";
	color: #666666;
	background: #fff url(../images/module/text.gif) repeat-x top;
	border: 1px solid #c0bbb4;
	height: 12px;
	padding-top: 3px;
}
.cSelect {
	font-size: 12px;
	font-family: "細明體";
	color: #666666;
	border: 1px solid #c0bbb4;
}
.cTextarea {
	font-size: 12px;
	font-family: "細明體";
	color: #666666;
	background: #ffffff url(../images/module/text.gif) repeat-x;
	border: 1px solid #c0bbb4;
	padding-top: 5px;
	width:100%;
}
.cClear {
	line-height: 0px;
	clear: both;
}
