.access{
	margin: auto;
	padding-top: 15px;
	width: 660px;
	text-align: left;
	background: #000 url(../img/bg_access.gif) repeat-y center top;
}
.access iframe{
	margin: auto;
	display: block;
	width: 600px;
	height: 400px;
}
.accessW{ padding-left: 30px;}
.access h3{ height: 50px; background-image:url(../img/title_access.jpg);}



.access_bottom{
	margin: auto;
	padding-bottom: 15px;
	width: 640px;
	border-bottom: 1px #FFF solid;
}

.access_bottom ul{ padding: 10px 20px 0 0;}
.access_bottom li{
	display: block;
}
/*
.to_google{
	float: left;
	width:510px;
}
.to_google a{ padding-left:12px; background: url(../img/icon_link.gif) no-repeat left 3px;}
*/

.close{
	float: right;
	width: 90px;
	text-align: right
}
.close a{ padding-left:13px; background: url(../img/icon_close.gif) no-repeat left 3px;}

@media print{
	body{ background:none}
	.access_bottom{ border: none;}
}