@charset "utf-8";
/* CSS Document */

.contact {
	background-image: url(../img/contact_back.png);
	background-repeat: no-repeat;
	height: 434px;
	width: 502px;
	position: relative;
}
.contact .btclose {
	position: absolute;
	top: 6px;
	right: 6px;
	height: 22px;
	width: 100px;
}
.contact .btclose a {
	background-image: url(../img/bt_close.png);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	height: 18px;
	padding-right: 26px;
	padding-top: 4px;
	float: right;
}
.contact .content {
	position: absolute;
	left: 20px;
	top: 40px;
	height: 374px;
	width: 462px;
}
.contact .content iframe {
	height: 374px;
	width: 462px;
}
.window {
	background-image: url(../img/contact_picture_back.png);
	background-repeat: no-repeat;
	height: 529px;
	width: 344px;
	position: relative;
}
.window .btclose {
	position: absolute;
	top: 6px;
	right: 6px;
	height: 22px;
	width: 100px;
}
.window .btclose a {
	background-image: url(../img/bt_close.png);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	height: 18px;
	padding-right: 26px;
	padding-top: 4px;
	float: right;
}
.window .content {
	position: absolute;
	left: 20px;
	top: 40px;
	height: 470px;
	width: 314px;
}

.window .content iframe {
	height: 470px;
	width: 314px;
}
