/* CSS Document */

div#history {
	background-image:url(../map_img/his_bg_2.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	}
div#history_2 {
	background-image:url(../map_img/his_bg.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	}
.visit_area {
	width:550px;
	margin:15px 0px 0px 0px;
	border-bottom:1px solid #CCCCCC;
	padding-bottom:8px;
	}

.visit_area_last {
	width:550px;
	margin:15px 0px 20px 0px;
	border-bottom:1px solid #CCCCCC;
	padding-bottom:8px;
	}

.visit_area_left {
	width:200px;
	float:left;
	}

.visit_area_right {
	width:330px;
	float:right;
	}

span.bold {
	font-size:14px;
	font-weight:bold;
	}

.f-16 {
	font-size:14px;
	}