@charset "UTF-8";
/* CSS Document */

/* Artist index */
#catalogue_index #lead{
	width:230px;
	float:left;
	text-align:left;
}

#catalogue_index #lead h2{
	border-bottom:solid 5px #000000;
	text-indent:-9999px;
	margin:0;
	padding:0;
	height:20px;
	display:block;
}

#catalogue_index #lead h3{
	font-size:12px;
	font-weight:bold;
	margin:10px 0 0 0;
}

#catalogue_index #lead p{
	margin:10px auto 20px auto;
	font-size:11px;}
#catalogue_index #lead p a{
	color:#000000;
	text-decoration:underline;
}
#catalogue_index #lead p a:hover{
	color:#000000;
	text-decoration:none;
}

h2.catalogue{
background:url(../img/cat_h2_catalogue.gif) no-repeat;
}
h2.discographies{
background:url(../img/cat_h2_discographies.gif) no-repeat;
}

#catalogue_index #photos{
	width:650px;
	float:right;
	border-top:5px solid #000000;
	margin-top:20px;
	min-height:600px;
}

#catalogue_index #photos p{
	width:100%;
	margin:10px 0;
	padding:0;
}

#catalogue_index #photos p a{
	float:left;
	margin-right:4px;
	margin-top:5px;
	margin-left:0;
	display:block;
}

* html #catalogue_index #photos p a {
	margin:0;
	padding:4px 4px 0 0;
}

#catalogue_index #photos p a img{
	width:120px;
	height:120px;
	display:block;
	padding:2px;
	border:#999999 solid 1px;
}

#catalogue_index #photos p a img.red{
	border:#FF0000 solid 1px;
}
#catalogue_index #photos p a img.blue{
	border:#0099FF solid 1px;
}

#catalogue_index #photos p a img.yellow{
	border:#FFFF00 solid 1px;
}

#catalogue_index #photos p a img.green{
	border:#009900 solid 1px;
}

/* 各Artist*/

#catalogue_under #diskinfo{
	width:664px;
	float:left;
	text-align:left;
	margin-right:20px;
}

#catalogue_under #diskinfo h2{
	height:20px;
	border-bottom:5px solid #000000;
	font-size:14px;
	font-weight:bold;
	line-height:100%;
	margin-bottom:10px;
	
}

#catalogue_under #diskinfo #imgarea{
	width:240px;
	height:580px;
	float:left;
	
}

#catalogue_under #diskinfo #imgarea img.jkt{
	width:240px;
}

#catalogue_under #diskinfo #imgarea #player{
	width:240px;
	height:320px;
}

#catalogue_under #diskinfo #txtarea{
	width:410px;
	float:right;
}


#catalogue_under #shortcut{
	width:216px;
	float:right;
	text-align:left;
}

#catalogue_under #shortcut h2{
	border-bottom:solid 5px #000000;
	text-indent:-9999px;
	margin:0;
	padding:0;
	height:20px;
	display:block;
	background:url(../img/cat_h2_shortcut.gif) no-repeat;
}

#catalogue_under #shortcut p{
	clear:both;
	margin:10px 0 0 0;
	padding:0;
}
#catalogue_under #shortcut p a{
	float:left;
	margin-right:2px;
	margin-top:5px;
	margin-left:0;
	display:block;
}

* html #catalogue_under #shortcut p a {
	margin:0;
	padding:4px 1px 0 0;
}

#catalogue_under #shortcut p a img{
	width:100px;
	height:100px;
	display:block;
	padding:2px;
	border:#999999 solid 1px;
}
