@charset "utf-8";
@import url("import.css");

/* -----------------------------------------------------------
CSS Information
 File name:      discography.css
 Style Info:     ディスコグラフィー専用CSS
----------------------------------------------------------- */

/*----------------------------------------------------
	index用
----------------------------------------------------*/

#h2_discography {
	width:129px;
}

.disco_unit {
	clear:both;
	padding-bottom:20px;
	margin-bottom:20px;
	overflow:hidden;
	background:url(../img/share/dot_line.gif) repeat-x bottom;
}

.disco_unit .jacket {
	margin-left:10px;
	float:left;
	width:100px;
}

.disco_unit .info {
	float:right;
	width:465px;
}

.disco_unit ul li {
	float:left;
	margin-right:1px;
}


.disco_unit .catch {
	clear:both;
	font-size:80%;
}

.disco_unit h3 {
	font-size:120%;
	clear:both;
	color:#262626;
	margin-bottom:10px;
}

.disco_unit .info_text {
	font-size:80%;
	line-height:1.4em;
}

.disco_unit table {
	margin-top:10px;
}

.disco_unit table td {
	width:230px;
	font-size:80%;
	line-height:1.5em;
	padding:2px 2px 2px 10px;
}

.disco_unit table td strong {
	color:#333333;
}

.gotop {
	margin-top:-10px;
}