@charset "UTF-8";

body{
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/top/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.all_cont{
	width: 950px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.top_bt{
	background-image: url(../images/top/bu_bt.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	width: 100%;
}
