#box01{
	width: 800px;
	float: right;
}

#box01 .title{
	margin-bottom: 20px;
	display: block;
}

#box01 .sub_title{
	margin-bottom: 10px;
}

#box01 .f_right{
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

#box01 .f_left{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

#box01 .right{
	width: 560px;
	float: right;
}

#box01 .photo{
	float: left;
	width: 200px;
	margin-right: 40px;
	height: 500px;
}

#box01 .parking{
	padding: 10px;
	border: 1px dotted #CCCCCC;
	margin-top: 20px;
}

.print{
	width: 130px;
	height: 22px;
	margin-top: 20px;
}

.print a{
	background-image: url(../img/access/pdf.gif);
	background-repeat: no-repeat;
	display: block;
	height: 100%;
	width: 100%;
	text-indent:-1000em;
	overflow: hidden;
}

.print a:hover{
	background-image: url(../img/access/pdf.gif);
	background-position: 0px -22px;
}


