@charset "shift_jis";

@import url("common.css");
@import url("artist_common.css");


/************************************************************************************
* artist-flash
************************************************************************************/
#artist-flash{
	margin: 10px 0 0 25px;
}


/************************************************************************************
* power-push
************************************************************************************/
#power-push{
	float: left;
	display: inline;
	width: 315px;
	margin: 22px 0 0 25px;
}

#power-push div.pp-box{
	margin-top: 15px;
	padding: 0 0 10px 15px;
	/* border-bottom: 1px dotted #019FC4; */
}

#power-push div.pp-box p.pp-photo{
	float: left;
	display: inline;
	width: 115px;
}

#power-push div.pp-box div.pp-data{
	float: right;
	display: inline;
	width: 160px;
}

#power-push div.pp-box p.pp-cat{
	margin-top: 10px;
	color: #014D98;
}

#power-push div.pp-box p.pp-title{
	margin-top: 5px;
	font-weight: bold;
}

#power-push div.pp-box p.pp-title a{
	color: #014D98;
}

#power-push div.pp-box p.pp-onsale{
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 10px;
}

#power-push div.pp-box p.pp-more{
	margin-top: 5px;
	text-align: right;
}


/************************************************************************************
* artist-news
************************************************************************************/
#artist-news{
	float: right;
	display: inline;
	width: 572px;
	margin: 22px 22px 0 0 ;
}

#artist-news-mid{
	width: 569px;
	background: url(../images/artist/artist_news_box_mid.jpg) repeat-y left top;
}

#artist-news-btm{
	padding-bottom: 10px;
	background: url(../images/artist/artist_news_box_btm.jpg) no-repeat left bottom;
}

#artist-news-list{
	width: 555px;
	margin: 7px 0 0 6px;
}

#artist-news-list li{
	padding: 6px 5px 6px 8px;
	line-height: 100%;
}

#artist-news-list li.news-grey{
	background-color: #EFEFEF;
}

#artist-news-list li.news-white{
	background-color: #ffffff;
}

#artist-news-list li .news-date{
	float: left;
	width: 75px;
	line-height: 110%;
}

#artist-news-list li .news-cat{
	float: left;
	width: 70px;
}

#artist-news-list li .news-cat span{
	display: block;
	width: 60px;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	line-height: 120%;
	text-align: center;
	background-color: #00cc00;
}

#artist-news-list li p.news-title{
	float: left;
	width: 390px;
	line-height: 110%;
}

