@charset "utf-8";
/* CSS Document */
html{}
body{	
	text-align: left; 
	color: #000;
	font: 100%    Georgia, Myriad Pro, Warnock Pro, 'LiHei Pro', '微軟正黑體', '新細明體', sans-serif;
	font-size:12px;
	}

img{border:0px;}

p{padding:0 0 15px 0; line-height:24px; font-size:15px; color:#4e4e4e;}

a{ font-size:15px; color:#679fba; text-decoration:none;}
a:hover{ font-size:15px; color:#0aa2f0;  text-decoration:underline;}
form{margin:0px; padding:0px;}

/* common use ↑*/

body{ margin:0; padding:0;}
.wrapper_home {width:100%;  margin:0 auto; }
.content{ font-size:15px;  }
.content a{ display:block; }
	.content.cont_left{ position:absolute; left:0; width:50%;  z-index:1; background: url(../images/bg_pattern.jpg) 0 0 repeat;}
		.content.cont_left a{ background:url(../images/home_bg_left.png) 100% 50% no-repeat; color:#b9b9b9;}
		.content.cont_left a:hover{  background-image:url(../images/home_bg_left_hover.png); text-decoration:none;}
			.content.cont_left a span{  font-size:21px; font-weight:bold; position:absolute; bottom:20%; right:70px }
			.content.cont_left a:hover span{  color:#fff; }
		
	
	.content.cont_right{ position:absolute; right:0; width:50%;z-index:1; background: url(../images/bg_pattern.jpg) 0 0 repeat; }
		.content.cont_right a{  background:url(../images/home_bg_right.png) 0 50% no-repeat;color:#b9b9b9;}
		.content.cont_right a:hover{  background-image:url(../images/home_bg_right_hover.png);  text-decoration:none;}
			.content.cont_right a span{  font-size:21px; font-weight:bold; position:absolute; bottom:20%; left:70px}
			.content.cont_right a:hover span{  color:#fff; }
	
.logo{ width:316px;  margin:-133px 0 0 -158px; z-index:2; position:absolute; top:45%; left:50%;}
.logo a{ display:block;height:266px; background:url(../images/home_logo.png) 0 0 no-repeat; text-indent:-9999px;}
.logo a:hover{  background:url(../images/home_logo_hover.png) 0 0 no-repeat; }


.footer{	
	position: fixed; 
	width:100%; 
	left:0; 
	bottom:0;
	z-index:3;
	background: url(../images/footer_bg2.png) 0 100% repeat-x;
}
.footer .inner{
	background: url(../images/footer_bg1.png) 50% 100% no-repeat;
	height:54px; 
	padding-top:36px;
	line-height:54px; 
	color:#ccc; 
	font-size:14px;  
	text-align:center; 
}