@charset "utf-8";
/* CSS Document */
#title {
	width:585px;
	height:57px;
	float:left;
}
#container {
	width:1000px;
	height: auto;
	float:left;
}
#content {
	width:585px;
	height: auto;
	float:left;
	background-color:#1c1e22;
}
#content_detail {
	width:1000px;
	height: auto;
	float:left;
	background-color:#1c1e22;
}
#container_bottom {
	width:1000px;
	height:50px;
	float:left;
}

#photo {
	width:415px;
	height: auto;
	float:left;
}
#logbook {

}
#logbook_bg_top {
	float: left;
	padding-top:10px;
	width:765px;
	height:15px;
}
#logbook_bg_middle {
	float: left;
	width:765px;
	height: auto;
	background-image:url(../img/templants/bg_02.jpg);
}
#logbook_bg_bottom {
	float: left;
	width:765px;
	height:20px;
}


#logbook .title_bg {
	padding-top:5px;
	border:1px #ffffff double;
}
#logbook .list_bg {
	border:1px #ffffff double;
}

