@charset "utf-8";
* {
	margin:0;
	padding:0;
	list-style:none;
}
body {
	font-size:10pt;
	text-align:center;
	background:url(../images/bbg.jpg) left bottom repeat-x;
}
div {
	text-align:left;
}
a:link, a:visited {
	text-decoration:none;
	color:#333;
}
a:hover {
	text-decoration:underline;
}
.out {
	margin:0 auto;
	width:1003px;
}
.r {
	text-align:right;
}
.center {
	text-align:center;
}
.clear{ clear:both;}
img {
	border:0;
}