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

/* Artist index */
#news_index #txt{
	width:390px;
	float:left;
	text-align:left;
}

#news_index #txt h2{
	border-top:5px solid #000000;
	border-bottom:1px solid #000000;
	font-size:13px;
	font-weight:bold;
	line-height:150%;
	margin-top:20px;
	margin-bottom:10px;
	padding:5px;
}

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

#news_index #txt p{
	margin:10px auto 20px auto;
	font-size:11px;}
	
#news_index #txt p.date{
	font-size:9px;
	color:#666666;
}

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

#photos{
	width:280px;
	float:left;
	border-top:5px solid #000000;
	margin-top:20px;
	margin-left:20px;
}


#photos img{
	width:276px;
	display:block;
	padding:2px;
	border:#999999 solid 1px;
	margin-top:10px;
}

/* 各Artist*/

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

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

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

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

#shortcut{
	width:190px;
	float:right;
}

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

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

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

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

