@charset "utf-8";
/* CSS Document */

html,body{
	margin: 0;
	padding: 0;
	height:100%;
	width: 100%;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #ffffff;
}

a img{
	border:none;
}
:focus {
	outline:none;
}
ul,li{
	list-style-type:none;
	padding:0px;
	margin:0px;
}


/*=======================
		主要版面
========================*/
#wrapper{
	width:980px;
	height:640px;
	position:absolute;
	background-position: center center;
	margin-top: -320px;
	margin-left: -490px;
	left: 50%;
	top: 50%;
}



/*版面下方*/


#logo{
	width:173px;
	height: 25px;
	position: relative;
	left: 30px;
	top: 100px;
}


#btn_mc{
	height: 25px;
	position: absolute;
	top: 100px;
	left: 200px;
}
#btn_mc li{float:left;}
#btn_mc a{	height:25px;
	overflow:hidden;
	display:block;
	
}
#btn_mc a.on img{
	margin-top:-25px;
}
#btn_mc a:hover img{
	margin-top:-50px;
}
#main{
	width:582px;
	height:270px;
	position:absolute;
	top:190px;
	left:100px;
}
.w_mc{
	width:570px;
	font-size:12px;
	color:#808080;
	line-height:21px;
	letter-spacing: 2px;
}
.w_mc p{
	height: 90px;
	width: 570px;
}
.style1 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #808080;
	letter-spacing: 0px;
	line-height: 21px;
}

.scroll-pane {
	width:582px;
	height:270px;
	overflow:auto;
	position:absolute;
}

#pic{
	width:270px;
	height:382px;
	position: absolute;
	background-image: url(../images/about/01.png);
	top: 190px;
	right: 21px;
}
/*頁尾*/
#footer{
	height:20px;
	width:980px;	
	position:absolute;
	bottom:0;
	text-align:center;
	font-size:12px;
	color: #808080;
}
#footer span,#footer a{
	color:#CCC;
	text-decoration:none;
}