@charset "utf-8";
/* CSS Document */
html{
	background:url(../images/bg.jpg);
}
body{
	font-family: Microsoft JhengHei;
	margin:0 auto;
	background-color:#e1eff8;
	background:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-position:top left;
}
.text_service{
	font-family: Microsoft JhengHei;
	font-size:28px;
	line-height:48px;
	font-weight:bold;
	color:#F90;
}
.text_red{
	font-family: Microsoft JhengHei;
	font-size:32px;
	line-height:50px;
	font-weight:bold;
	color:#F00;
}
.text_pink{
	font-family: Microsoft JhengHei;
	font-size:24px;
	line-height:32px;
	font-weight:bold;
	color:#F09;
}
.text_con{
	font-family: Microsoft JhengHei;
	font-size:22px;
	line-height:32px;
	font-weight:bold;
	color:#000;
}
#top_logo{
	margin:0 auto;
	width:1000px;
	height: 100px;
}
/*Menu設定*/
#nav{
	margin: 0 auto;
	height: 50px;
	cursor: auto;
}
#navbg{	
	height: 50px;
}
.menu{
	color:#FF9900;
	display:block;
	width:1000px;
	margin:0 auto;
}
ul.menu{
	color:#a7ddff;	
	list-style: none;
}
ul.menu li a{
	color: #a7ddff;
	display: block;
	padding: 0 10px;
	font-size: 26px;
	font-family: Microsoft JhengHei;
	font-weight: bold;
	line-height: 50px;
	background-color: inherit;
	text-decoration: none;
	float: left;
	cursor: auto;
	background-image: url(../images/skin.png);
	background-repeat: no-repeat;
	background-position: -204px -300px;
	width: 180px;
	text-align: center;
}
ul.menu li a:hover{
	color: #a7ddff;
	cursor: auto;
	background-image: url(../images/skin.png);
	background-repeat: no-repeat;
	background-position: 0 -300px;
	font-family: Microsoft JhengHei;
	font-size: 26px;
	font-weight: bold;
}
/*Menu設定*/
#content{
	margin: 0 auto;
	height: 950px;
	width: 1000px;
	position: relative;
}
.text_about{
	font-size:32px;
	font-weight:bold;
	color:#F00;
}
#about{
	width:420px; 
	height:920px;
	float:right;
	background-color:#fff; 
	margin-right:10px;
}
#aboutt{
	background: url(../images/skint_zh.png) no-repeat 0 0 ;
	height:50px;
}
.about_con{
	width: 400px;
	height: 510px;
	overflow: hidden;
	font-family: Microsoft JhengHei;
	font-size: 24px;
	line-height: 36px;
	font-weight:bold;
	color: #333;
}
.about_img {
	width: 400px;
	overflow: hidden;
	margin: 0 auto;
}
#contact{
	width:560px; 
	height:560px; 
	background-color:#fff; 
	float:left;  
	margin-bottom:10px;
}
#contactt{
	background: url(../images/skint_zh.png) no-repeat 0 -250px ;
	height:50px;
}
.contact_img {
	overflow: hidden;
	margin: 8px 8px 8px 3px;
	float:left; 
	width: 240px; 
	height: 460px;
}
.contact_con {
	margin: 10px 5px;
	font-family: Microsoft JhengHei;
	font-size: 23px;
	line-height: 36px;
	font-weight:bold;
	width:555px;
	color: #333;
	float:left;
}
.contact_r {
	font-family: Microsoft JhengHei;
	font-size: 32px;
	line-height: 36px;
	font-weight:bold;
	color: #F00;
}
.contact_sr {
	font-family: Microsoft JhengHei;
	font-size: 28px;
	line-height: 36px;
	font-weight:bold;
	color:#006;
}
.contact_s{
	font-size:16px;
	font-weight:bold;
}
.contact_t{
	font-size:23px;
	line-height:28px;
	font-weight:bold;
	color:#F90;
}
.funbg{
	background: url(../images/skin.png) repeat-x 0 -400px;
	height:50px;
}
#section{
	width:960px;  
	margin:0 auto; 
}
#service{
	width:560px; 
	height:350px; 
	float:left; 
	background-color:#fff;   
	margin-bottom:10px; 
	font-size: 24px;
	line-height: 36px;
	color: #333;
}
#servicet{
	background: url(../images/skint_zh.png) no-repeat 0 -200px ;
	height:50px;
}
.service_con {
	margin: 15px 10px;
	font-family: Microsoft JhengHei;
	font-size: 24px;
	line-height: 36px;
	font-weight:bold;
	color: #333;
}
#area{
	width:520px; 
	height:300px;
	float:left;
	background-color:#fff; 
	margin-right:10px;
	margin-bottom:10px; 
}
#areat{
	background: url(../images/skint_zh.png) no-repeat 0 -150px ;
	height:50px;
}
.area_con{
	width: 500px;
	height: 150px;
	overflow: hidden;
	margin: 15px 10px;
	font-family: Microsoft JhengHei;
	font-size: 24px;
	line-height: 36px;
	font-weight:bold;
	color: #333;
}
.area_img {
	width: 490px;
	overflow: hidden;
	margin: 5px auto;
}
.foot_color{
	background-color:#352708;;
	width:100%;
	height:8px;
}
#footer{
	width:100%;
	margin:0 auto;
	background:url(../images/bottom_bg-01.jpg);
	height:80px; /*footer高度設定*/
}
#footert{
	width: 1000px;
	padding-top:15px;
	margin:0 auto;
}
#footerm{
	font-family: Microsoft JhengHei;
	margin: 0 auto;
	padding-top: 5px;
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
ul.fmenu{
	list-style: none;
}
ul.fmenu li{
	font-family: Microsoft JhengHei;
	font-weight: normal;
	float: left;
	font-size: 12px;
	color: #CCC;
	text-decoration: none;
}
#footer1{
	float: left;
	width: 830px;
	margin: 0 auto;
	padding: 7px 0 0 7px;
	font-family: Microsoft JhengHei;
	font-size: 13px;
	line-height: 30px;
	}
		
#footer1 a{
	font-family: Microsoft JhengHei;
	font-size: 13px;
	text-decoration: none;
	}
	
#footer1 a:hover{
	font-family: Microsoft JhengHei;
	font-size: 13px;
	text-decoration: none;
	}

ul.fmenu li a{
	font-family: Microsoft JhengHei;
	font-weight: normal;
	float: left;
	font-size: 12px;
	color: #CCC;
	text-decoration: none;
	margin: 0 10px;
}
ul.fmenu li a:hover{
	font-family: Microsoft JhengHei;
	font-weight: normal;
	float: left;
	font-size: 12px;
	color: #999;
	text-decoration: none;
	margin: 0 10px;
}		
	
/*廣告*/
ul, li {
	padding: 0;
	margin: 0;
	list-style: none;
}
#ad {
	margin:0 auto;
	width: 1000px;	/* 圖片的寬 */
	height: 430px;	/* 圖片的高 + 30 */
	/*border: 5px solid #ddd;*/
}
.ad_player {
	width: 1000px;	/* 圖片的寬 */
	height: 400px;	/* 圖片的高 */
	position: relative;
	overflow: hidden;
}
.ad_player ul.ad_list {
	position: absolute;
	width: 9999px;
	height: 100%;
}
.ad_player ul.ad_list li {
	float: left;
	width: 1000px;	/* 圖片的寬 */
	height: 100%;
}
.ad_player ul.ad_list img{
	width: 100%;
	height: 100%;
	border: 0;
}
.ad-control {
	height: 24px;
	padding: 3px;
	color: #fff;
	font-size: 13px;
	background:#333;
}
.ad-control ul {
	float: right;
}
.ad-control ul li {
	float: left;
	padding: 0 5px;
	line-height: 20px;
	margin: 2px;
	background: #666;
	cursor: pointer;
}
.ad-control ul.numbers {
	margin-left: 13px;
}
.ad-control ul li.current {
	background: #fff;
	color:#000;
}
.ad-control ul li.hover {
	background: #fff;
	color:#000;
}

#rcontent{
	padding-bottom: 500em;
	margin-bottom: -500em;  
	width:700px; 
	float:right;
	background-color: #fff; 
}
#content_c{ 
	width:1000px; 
	margin:0 auto; 
	background-color:#FFF;
	overflow: hidden;
}	
#content_c_l{
	float: right;
	width: 210px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding-bottom: 500em;
	margin-bottom: -500em;
}
.clear {
	zoom:1; 
	clear:both;
} 
.clear:after {
	content:''; 
	display:block; 
	clear:both; 
	visibility:hidden; 
	height:10px; 
}
/*側邊項目設定*/
#lmenu{
	width:210px; 
	float:left;
	margin-right:30px;
}
#lmenu_l{
	float: left;
	width: 210px;
	padding-bottom:10px;
	
}
#lmenu_l li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7D7D7;
	}

#lmenu_l li a{
	font-family: Microsoft JhengHei;
	font-size: 16px;
	color: #666;
	text-decoration: none;
	line-height: 30px;
	width:200px;
	display:block;
	padding-left:10px;
}
#lmenu_l li a:hover{
	font-family: Microsoft JhengHei;
	font-size: 16px;
	color: #F90;
	text-decoration: none;
	line-height: 30px;
	background-color: #FFFFCC;
	}
	
.lmenu_l_c {
	}	

.lmenu_l_c a{
	font-family: Microsoft JhengHei;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	background-color: #FFCC99;
	line-height: 30px;
	width: 210px;
	display: block;
	}
	
/*側邊項目標題設定*/	

#title_about{
	font-family: Microsoft JhengHei;
	font-size: 15px;
	font-weight: bold;
	color: #666;
	line-height:40px;
	font-size:17px;
	border-bottom:1px #ccc solid;
}
#rtitle{
	line-height: 40px;
	font-family: Microsoft JhengHei;
	font-size: 20px;
	color: #F60;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-weight: bold;
}
#rcont{
	padding:10px 0 10px 0;
	line-height: 27px;
	font-family: Microsoft JhengHei;
	font-size: 15px;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-weight: normal;
}
#rpage{
	text-align:center;
	line-height: 25px;
	font-family: Microsoft JhengHei;
	font-size: 13px;
	color: #666;
}
#links{
	width:200px; 
	float:left;
}
#section{
	width:960px;
	margin:0 auto; 
}
.text_conb{
	font-family: Microsoft JhengHei;
	font-size:22px;
	line-height:32px;
	font-weight:bold;
	color:#630;
}
.text_conbl{
	font-family: Microsoft JhengHei;
	font-size:22px;
	line-height:32px;
	font-weight:bold;
	color:#00F;
}
