/* アーティスト */
#artistName {
	background: #e5e5e5;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	padding-top: 6px;
	margin-top: 20px;
}
#artistKana {
	background: #e5e5e5;
	text-align: center;
	font-size: 10px;
	line-height: 12px;
	padding-bottom: 4px;
}
#artistPhoto {
	margin: 10px 0;
	text-align: center;
}
#artistFree {
	width: 630px;
	margin: 0 auto 10px auto;
}
#artistBtns {
	width: 630px;
	height: 104px;
	margin: 0 auto 20px auto;
	padding: 20px 0;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
}
.artistBtnTicket {
	width: 200px;
	height: 45px;
	display: block;
	background: url(../img/btn_artist_ticket_on.png) no-repeat;
	float: left;
	position: relative;
	margin-right: 15px;
	margin-bottom: 14px;
}
.artistBtnTicket:hover {
    background-position: left bottom;
}
.artistBtnTicketNot {
	width: 200px;
	height: 45px;
	display: block;
	background: url(../img/btn_artist_ticket_off.png) no-repeat;
	float: left;
	position: relative;
	margin-right: 15px;
	margin-bottom: 14px;
}
.artistBtnMovie {
	width: 200px;
	height: 45px;
	display: block;
	background: url(../img/btn_artist_movie_on.png) no-repeat;
	float: left;
	position: relative;
	margin-right: 15px;
	margin-bottom: 14px;
}
.artistBtnMovie:hover {
    background-position: left bottom;
}
.artistBtnMovieNot {
	width: 200px;
	height: 45px;
	display: block;
	background: url(../img/btn_artist_movie_off.png) no-repeat;
	float: left;
	position: relative;
	margin-right: 15px;
	margin-bottom: 14px;
}
.artistBtnReading {
	width: 200px;
	height: 45px;
	display: block;
	background: url(../img/btn_artist_report_on.png) no-repeat;
	float: left;
	position: relative;
	margin-bottom: 14px;
}
.artistBtnReading:hover {
    background-position: left bottom;
}
.artistBtnReadingNot {
	width: 200px;
	height: 45px;
	display: block;
	background: url(../img/btn_artist_report_off.png) no-repeat;
	float: left;
	position: relative;
	margin-bottom: 14px;
}
/*
.artistBtnPhoto {
	width: 200px;
	height: 45px;
	display: block;
	background: url(../img/btn_artist_photo.png) no-repeat;
	float: left;
	position: relative;
	margin-right: 15px;
}
.artistBtnPhoto:hover {
    background-position: left bottom;
}
.artistBtnPhotoNot {
	width: 200px;
	height: 45px;
	display: block;
	background: url(../img/btn_artist_photo2.png) no-repeat;
	float: left;
	position: relative;
	margin-right: 15px;
}
*/
.artistBtnRadio {
	width: 200px;
	height: 45px;
	display: block;
	background: url(../img/btn_artist_radio_on.png) no-repeat;
	float: left;
	position: relative;
	margin-right: 15px;
}
.artistBtnRadio:hover {
    background-position: left bottom;
}
.artistBtnRadioNot {
	width: 200px;
	height: 45px;
	display: block;
	background: url(../img/btn_artist_radio_off.png) no-repeat;
	float: left;
	position: relative;
	margin-right: 15px;
}

.artistBtnPresent {
	width: 200px;
	height: 45px;
	display: block;
	background: url(../img/btn_artist_present_on.png) no-repeat;
	float: left;
	position: relative;
	margin-right: 15px;
}
.artistBtnPresent:hover {
    background-position: left bottom;
}
.artistBtnPresentNot {
	width: 200px;
	height: 45px;
	display: block;
	background: url(../img/btn_artist_present_off.png) no-repeat;
	float: left;
	position: relative;
	margin-right: 15px;
}

.artistBtnSpecial {
	width: 200px;
	height: 45px;
	display: block;
	background: url(../img/btn_artist_special_on.png) no-repeat;
	float: left;
	position: relative;
	margin-bottom: 14px;
}
.artistBtnSpecial:hover {
    background-position: left bottom;
}
.artistBtnSpecialNot {
	width: 200px;
	height: 45px;
	display: block;
	background: url(../img/btn_artist_special_off.png) no-repeat;
	float: left;
	position: relative;
	margin-bottom: 14px;
}


#artistBtns2 {
	width: 630px;
	margin: 0 auto;
	clear: both;
}
.artistBtnDisco {
	width: 630px;
	height: 45px;
	margin-bottom: 15px;
	display: block;
	background: url(../img/btn_disco.png) no-repeat;
}
.artistBtnDisco:hover {
    background-position: left bottom;
}
.artistBtnMyArtist {
	width: 630px;
	height: 41px;
	margin-bottom: 15px;
	display: block;
	background: url(../img/btn_myartist.png) no-repeat;
}
.artistBtnMyArtist:hover {
    background-position: left bottom;
}
.artistBtnOfficial {
	width: 200px;
	height: 45px;
	margin-left: auto;
	display: block;
	background: url(../img/btn_official.png) no-repeat;
}
.artistBtnOfficial:hover {
    background-position: left bottom;
}
.newIcon {
	position: absolute;
	top: 0;
	right: 0;
}