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

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

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

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

#artist_index #artist p{
	margin:10px auto 20px auto;
	font-size:11px;}

h2.artist{
background:url(../img/art_h2_artists.gif) no-repeat;
}
h2.currently{
background:url(../img/art_h2_currently.gif) no-repeat;
}

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

#artist_under #artistinfo p.photos{
	width:380px;
}

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

#artist_index #photos p a,
#artist_under #artistinfo p.photos a{
	float:left;
	margin-right:4px;
	margin-top:5px;
	margin-left:0;
	display:block;
}

* html #artist_index #photos p a {
	margin:0;
	padding:4px 4px 0 0;
}
* #artist_under #artistinfo p.photos p a {
	margin:0;
	padding:4px 4px 0 0;
}

#artist_index #photos p a img,
#artist_under #artistinfo p.photos a img{
	width:120px;
	height:120px;
	display:block;
	padding:2px;
	border:#999999 solid 1px;
}

/* 各Artist*/

#artist_under #artistinfo{
	width:380px;
	float:left;
	text-align:left;
	margin-right:20px;
}

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

#artist_under #photoradio{
	width:240px;
	float:left;
	border-top:5px solid #000000;
	margin-top:20px;
}

#artist_under #photoradio img{
	width:240px;
	margin:10px 0 0 0;
}

#artist_under #shortcut{
	width:240px;
	float:right;
	border-top:solid 5px #000000;
	margin-top:20px;
	padding-top:10px;
}

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

#artist_under #shortcut ul{
	width:240px;
	list-style-type: none;
	float:right;
	margin:10px 0 0 0; 
	padding:0;
	text-align:left;
	border-top:1px solid #000000;
}

#artist_under #shortcut ul li{
	float:left;
  	list-style-type:none;
 	display:block;
	margin:0; 
	padding:0;
	width:240px;
	font-size:11px;
}

#artist_under #shortcut ul li a{
	width:240px;
	border-bottom:1px solid #000000;
	padding:5px 0;
	text-decoration:none;
	color:#000000;
	display:block;
}
#artist_under #shortcut ul li a:hover{
	width:240px;
	border-bottom:1px solid #000000;
	text-decoration:underline;
	color:#000000;
	display:block;
}
