@charset "utf-8";
/*一般設定**************************************************************************/
img,p,ul,li,h1,h2,h3,h4,h5,h6,th,b{ 
	margin: 0px; 
	padding:0px; 
	list-style-type:none; 
	font-weight: bolder; 
	font-size: 100%; 
	border:0px;
	}
	
body { 
	margin:0 auto 0 auto; 
 	background-color: #FFF; 
	background-position: center 0px; 
	background-repeat: no-repeat;
	}
	
	
.wrapper{
	position:relative;
	width:980px;
	margin:0 auto;
	}
.top{
	width:980px;
	height:463px;
	position:relative;
	background:url(images/top.jpg) no-repeat;
	}
	
.logo {
	display: block;
	position: absolute;
	height: 141px;
	width: 281px;
	left:47px;
	top:27px;
	z-index:1;
}

#cr {
	width:980px; 
	position:relative; 
	margin-top: 0px;
	margin-right: auto; 
	margin-bottom: 0px; 
	margin-left: auto; 
	background-image:url(images/cr.jpg); 
	height: 269px; 
	text-align: center; 
	}

.btn_05 {
	width:235px;
	height:48px;
	left:377px;
	top:1687px;
	z-index:2;
	position:absolute;
	background-image:url(images/btn_06.png);
	background-repeat: no-repeat;
	background-position: bottom;
	text-indent: -9999px;
	display: block;
}
.btn_05:hover{ background-position: top; }


