@charset "euc-jp";

h4 {
	clear: both;
	margin-top: 0.5em;
}


/* 楽曲情報 */

#music {
	float: right;
	width: 414px;
	margin: 0;
}

#music #music_t {
	/*	width: 392px; */
	width: 414px;
	margin: 0px;
	padding: 0px;
}
#music #music_t  td {
}

#music #music_t .top {
	background-image: url(../img/table_item/artistprofile_top.gif);
	background-repeat: no-repeat;
	height: 10px;
}

#music #music_t .middle {
	background-image: url(../img/table_item/artistprofile_middle.gif);
	background-repeat: repeat-y;
}

#music #music_t .bottom {
	background-image: url(../img/table_item/artistprofile_bottom.gif);
	background-repeat: no-repeat;
	height: 25px;
}

.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-left: 15px;
	margin-bottom: 5px;

}


/* リンク色 */

#music a {
	text-decoration: none;
	color: #333333;
}

#music a:hover {
	text-decoration: none;
	color: #006699;
}


/* ジャケット写真 */

#jacket {
	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;
}

#jacket td {
	text-align: center;
	vertical-align: middle;
}


/* 楽曲紹介文 */
#box_a1 #description {
	clear: both;
	width: 656px;
	padding: 5px;
	background-color: #FFFFFF;
}


/* トラックリスト */

#box_a1 .tracklist {
	width: 666px;
	margin-top: 0.3em;
}

#box_a1 .tracklist   th {
	background-color: #CCCCCC;
	border: 1px solid #999999;
	text-align: center;
}

#box_a1 .tracklist  td {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding-top: 2px;
	padding-bottom: 2px;
}

.tracklist .audition {
	width: 3em;
}

.tracklist .movie {
	width: 3em;
}

.tracklist .track {
	width: 2.5em;
	clear: both;
}

.tracklist .audition1 {
	text-align: center;
}

.tracklist .movie1 {
	text-align: center;
}

.tracklist .track1 {
	text-align: center;
}

.tracklist .music1 {
	padding-right: 5px;
	padding-left: 5px;
}
