@charset "utf-8";
/* CSS Document */
#title {
	width:812px;
	height:136px;
	float:left;
}
#container {
	width:720px;
	height: auto;
	padding:0px 36px 0px 50px;
	float:left;

}
#container_bottom {
	width:812px;
	height:34px;
	float:left;
}
#album {
	width:100%;
	height:auto;
	float:left;
}
#album .frame {
	width:24.9%;
	height:150px;
	float:left;
	margin-bottom:5px;
}
#album .photo {
	width:95%;
	height:125px;
	margin-bottom:5px;
	padding-top:5px;
	text-align:center;
	background-color:#CCC;
	overflow:hidden;
}
#album .name {
	width:95%;
	height:25px;
	padding-top:5px;
	text-align:center;
	background-color:#CCC;
}
#album_detail {
	width:100%;
	height:auto;
	float:left;
}
#album_detail .frame {
	width:20%;
	height:150px;
	float:left;
	margin-bottom:5px;
}
#album_detail .photo {
	width:95%;
	height:105px;
	margin-bottom:5px;
	padding-top:5px;
	text-align:center;
	background-color:#E3E3E3;

}
#album_detail .name {
	width:95%;
	height:30px;
	text-align:center;
	background-color:#E3E3E3;
}

