@charset "utf-8";
body {
	margin: 0px;
}
div.header {
	width: 390px;
	height: 84px;
	background-image: url(../images/header_bg2.gif);
	background-repeat: no-repeat;
	display: inline;
	float: left;
}
div.ContentsBody {
	width: 594px;
	margin-top: 0px;
}
h1 {
	margin: 0px;
}

address {
	width: 552px;
	height: 100px;
	border-top: 1px solid #999999;
	margin-left: 21px;
	padding-top: 10px;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-align: center;
}

br.clear {
	clear: both;
}
a{ 
text-decoration: none; 
} 
img {
	border: none;
}

.btn_close {
	margin-top: 20px;
}
.btn_close a {
	display: block;
	width: 184px;
	height: 46px;
	background: url(../images/btn_close.gif) no-repeat left top;
	margin-left: 184px;
}
.btn_close a:hover {
	background-image: url(../images/btn_close_o.gif);
}
.btn_close a span {
	display: none;
}
