@charset "utf-8";
/* CSS Document */
#banner-frame{
	width:100%;
	font-family:Arial, Helvetica, sans-serif;



}
#banner-frame *{

	z-index:10;
}
#banner-frame #banner{
	background:#000000;
	text-align:left;
	
	}
#banner-frame #banner-content{

	width:950px;
	margin:0 auto;

	text-align:center;
	padding:10px;

}
#banner-frame #banner-button{
    display:block;
	width:82px;
	height:23px;
	background:url(image/button.png);
	float:right;
	margin:0 20px 0 0;

	text-align:center;
	
	position:relative;


}
#banner-frame #banner-button a{
  display:block;
	width:82px;
	height:23px;
	text-decoration:none;

font-size:12px;
	color:#ffffff;
	position:absolute;
	left:0;
	top:0;
}
#banner-frame #banner-button-box{
width:750px;
margin:0 auto;
height:0;

}
