@charset "shift_jis";

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


/************************************************************************************
* artist-event-main
************************************************************************************/
#artist-event-main{
	float: right;
	width: 700px;
	margin-top: 25px;
}

h3.page-title-img{
	width: 675px;
}

p.go-next{
	margin: 10px 35px;
	text-align: right;
}

p.go-next a{
	font-size: 10px;
}

div.artist-event-box{
	margin: 10px 0 20px;
}

p.go-top{
	margin: 10px 35px;
	text-align: right;
}

/************************************************************************************
* artist-event-sub
************************************************************************************/

#artist-event-sub{
	float: left;
	width: 230px;
	margin-top: 25px;
}

#artist-event-sub #artist-photo{
	margin-left: 45px;
}

#artist-event-sub #artist-photo img{
	border: 1px solid #cccccc;
}

#artist-event-sub #artist-name{
	padding: 2px 0 0 16px;
	margin: 15px 0 0 50px;
	font-size: 14px;
	font-weight: bold;
	color: #0099CC;
	background: url(../images/artist/artist_name_bg.jpg) no-repeat left top;
}

#artist-event-sub #artist-name span.artist-kana{
	padding: 2px 0;
	display: block;
	font-size: 10px;
	font-weight: normal;
	color: #0099CC;
}


#artist-event-menu{
	margin: 20px 0 0 50px;
}

#artist-event-menu li{
	list-style-type: none;
	margin-bottom: 10px;
}

