@charset "euc-jp";
/* CSS Document */

/* アーティストプロフィール */

#profile {
	float: right;
	width: 414px;
	margin: 0;
}


#profile #profile_t {
	width: 414px;
	margin: 0px;
	padding: 0px;
}

#profile #profile_t td {

}

#profile #profile_t .top {
	background-image: url(../img/table_item/artistprofile_top.gif);
	background-repeat: no-repeat;
	height: 10px;
}

#profile #profile_t .middle {
	background-image: url(../img/table_item/artistprofile_middle.gif);
	background-repeat: repeat-y;
}

#profile #profile_t .bottom {
	background-image: url(../img/table_item/artistprofile_bottom.gif);
	background-repeat: no-repeat;
	height: 15px;
}

.artistname {
	font-weight: bold;
	font-size: 1.2em;
	background-image: url(../img/arrow2.gif);
	background-repeat: no-repeat;
	background-position: left 0.1em;
	padding-right: 10px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-bottom: 3px;
}

.artistprofile {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}


/* アーティスト写真 */

#photo {
	float: left;
	height: 250px;
	width: 250px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #999999;
	border-collapse:collapse;
	background-color: #FFFFFF;
	margin-right: 5px;
	margin-bottom: 10px;
}

#photo td {
	text-align: center;
	vertical-align: middle;
}

.artistpage {
	width: 675px;
	background-color: #FFFFFF;
	margin-top: 0.3em;
	margin-bottom: 0.5em;
}

.artistpage td {
	margin: 0px;
	padding: 0;
}

.artistpage .jacket {
	padding: 5px;
	width: 70px;
	background-position: top;
	text-align: center;
　　vertical-align: top;
}

.artistpage .information {
	line-height: 1.4em;
	width: 600px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}

.artistpage .title {
	background-color: #CCCCCC;
	padding: 5px;
}
.artistpage .note {
	line-height: 1.4em;
	padding: 5px;
	width: 675px;	
}

.artistpage .note1 {
	line-height: 1.4em;
	width: 600px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	vertical-align: top;
}

.artistpage .newrelease_title {
	font-weight: bold;
	font-size: 1.1em;
	background-image: url(../img/icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding-bottom: 2px;
	padding-left: 12px;
	margin-bottom: 0.2em;
}

.artistpage .newrelease_price {
	padding-right: 10px;
	padding-left: 12px;
}

.artistpage .newrelease_artist {
	padding-right: 10px;
	padding-left: 12px;
}



/* ページ内 サブタイトル */

h4 {
	clear: both;
	margin-top: 0.5em;
}
