@charset "utf-8";

/*
-------------------------------------
CSS file croon a song
FileName:style_book.css
-------------------------------------
*/

/*
===== CONTENTS ===========================================

	1: LIST PAGE
	2: CONT AREA
	3: BRAND MENU
	4: GALLERY

==========================================================
*/
/*
===== 1: LIST PAGE ==========================================
*/
#style_book_wrap{
	display: block;
	width: 1024px;
	height: 768px;
	margin: 0 auto 60px auto;
}
/*
===== 3: BRAND MENU ==========================================
*/
#brand_menu{
	display: block;
	width: 1024px;
	height: 37px;
	margin: 0 auto;
}
#brand_menu ul{
	margin:0px;
	padding:0px;
}
#brand_menu ul li{
	padding:0px;
	float:left;
}

/*
===== 4: GALLERY ==========================================
*/

#gallery {
	width:998px; height:755px;
	padding-left:26px; margin:0 auto;
	position:relative;
}
#gallery h2 {
	display:block;
	margin:0; padding:15px 0 0 0;
	height:52px;
}
#gallery h3 {
	display:block;
	margin:10; padding:0;
	height:40px;
}
#gallery #photo{
	width:540px;
	height:660px;
	position:relative;
	float:left;
}
#gallery #photo img{
	display:none;
	position:absolute;
	left:0;
	top:0;
}
#gallery ul{
	width:454px;
	height:365px;
	float:right;
}
#gallery li{
	width:73px;
	height:73px;
	float:left;
}
#gallery #credit{
	width:454px;
	padding-top:10px;
	line-height:20px;
	float:right;
}

