@charset "UTF-8";

/* =======================================================
	DISCO CSS - modified on 09.04.08
	written by GRAM | グラム
	http://www.brooklyn.jp/
	
	01 CONTENT SETTING
	02 DETAIL SETTING
	02 UTILITIES
======================================================= */



/* =======================================================
	01 CONTENT SETTING
======================================================= */



#top_image {
	width: 700px;
	height: 140px;
	margin-left: 25px;
	text-indent: -5000em;
	display: block;
	background: url(../../../imgs/contents/head_image_disco.jpg) left top no-repeat;
	}

#discography_content {
	width: 700px;
	height: auto;
	padding-top: 85px;
	background: url(../../../imgs/contents/title_disco_album.gif) left top no-repeat;
}

#book_content {
	width: 700px;
	height: auto;
	padding-top: 85px;
	background: url(../../../imgs/contents/title_disco_book.gif) left top no-repeat;
}

.disco_wrap {
	width: 655px;
	height: auto;
	margin-bottom: 50px;
	margin-left: 45px;
}

.disco_information {
	width: inherit;
	height: auto;
	margin-bottom: 20px;
}

.disco_image {
	width: 235px;
	height: auto;
	float: left;
	}

.disco_data {
	width: 420px;
	height: auto;
	float: left;
}

.disco_songlist {
	width: 655px;
	height: auto;
}



/* =======================================================
	02 DETAIL SETTING
======================================================= */



.disco_data ul {
	margin: 15px 0;
	padding: 15px 0;
	border-top: 1px solid #BFBFBF;
	border-bottom: 1px solid #BFBFBF;
}

.disco_data ul li {
	margin-bottom: 1px;
}

.disco_data ul li span.data_name {
	width: 80px;
	display: inline-block;
	font-size: 12px;
}



.disco_songlist .songlist_left,
.disco_songlist .songlist_right {
	width: 318px;
	float: left;
}

.disco_songlist .songlist_right {
	margin-left: 15px;
}

.disco_songlist ul li {
	margin-bottom: 3px;
}



/* =======================================================
	03 UTILITIES
======================================================= */



.disco_information:after,
.disco_songlist:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.disco_information,
.disco_songlist {
	display: inline-table;
	min-height: 1px;
	}
* html .disco_information,
* html .disco_songlist {
	height: 1%;
	}
.disco_information,
.disco_songlist {
	display: block;
	}
