@charset "utf-8";
/* CSS Document */
#title {
	width:748px;
	height: auto;
	float:left;
}
#bottom {
	width:748px;
	height: auto;
	float:left;
}

#container {
	width:680px;
	height: auto;
	padding:0px 15px 0px 40px;
	float:left;
	background-image: url(bg.jpg);
	background-repeat:no-repeat;
}
#container_bottom {
	width:748px;
	height:58px;
	float:left;
}
#container p.p1 {
	width:318px;
	height: 290px;
	padding:0px 20px 0px 400px;
}

#album {
	width:100%;
	height:auto;
	float:left;
}
#album .frame {
	width:210px;
	height:155px;
	float:left;
	padding:14px 0px 0px 14px;
	margin-bottom:5px;
	background-image:url(album_bg.jpg);
	background-repeat:no-repeat;
	
}
#album .photo {
	width:162px;
	height:106px;
	text-align:center;
	overflow:hidden;
}
#album .name {
	width:162px;
	height:25px;
	padding-top:5px;
	text-align:center;
}
#album_detail {
	width:100%;
	height:auto;
	float:left;
}
#album_detail .frame {
	width:23%;
	height:140px;
	float:left;
	padding:10px 0px 0px 10px;
	margin-bottom:5px;
	background-image:url(album_detail_bg.jpg);
	background-repeat:no-repeat;
}
#album_detail .photo {
	width:130px;
	height:80px;
	text-align:center;
	overflow:hidden;
	

}
#album_detail .name {
	width:130px;
	height:20px;
	text-align:center;
	margin-top:5px;
	background-color:#690;
}


