@charset "utf-8";
/* CSS Document */

body{
	font-family:"Arial";
	margin:0px;
}
.main_bg{
	background:url(../images/bg_01.jpg) repeat-x;

}
.logo{
    width:460px; 
	height:148px;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/logo.jpg) no-repeat;
	
}
.main_table{
	width:581px;
	height:461px;
	margin-left:auto;
	margin-right:auto;

}
.main_text{
    font-family:Arial;
	font-size:16px;
	line-height:22px;
	font-weight:700;
	margin-top:20px;
}
.main_buttom{
	width:581px;
	height:32px;
	background:url(../images/main_buttom.jpg) no-repeat;
	margin-top:10px;

}
