@charset "utf-8";
/* CSS Document */

h3.bar{
	background:url(../images/ttl_artist.jpg) no-repeat center top;
}

.artist_list{
	padding:0 0 5px 5px;
}

.artist_list ul{
	padding:0 0 3px;
	margin:0 0 5px 0;
}

.artist_list ul li{
	display:inline;
}

.artist_list ul li,
.artist_list ul li a{
	color:#333333;
}

.artist_list ul.dot_line{
	/*border-bottom:1px dotted #CCCCCC;*/
}

h5{
	/*
	background:url(../images/mark.gif) no-repeat left center;
	border-top:1px solid #F45912;
	border-bottom:1px solid #F45912;
	padding:4px 4px 4px 20px;
	font-size:15px;
	font-weight:700;
	color:#F45912;
	*/
}

h6{
	/*background:url(../images/dot_line.gif) repeat-x left bottom;*/
	padding:0 0 0 10px;
	font-size:15px;
	font-weight:600;
	margin:10px 0 0 0;
}

h6 a{
	background:url(../images/arrow.gif) no-repeat left center;
	padding:0 0 0 20px;
	color:#0066FF;
}

h6 span{
	display:block;
	float:right;
	width:170px;
	text-align:right;
	font-size:13px;
	font-weight:700;
}

.sat h6 span.red,
.sun h6 span.red{
	display:inline;
	float:none;
	text-align:left;
	font-size:13px;
	font-weight:700;
	color:#FF0000;
}

.sat h6 span{
	color:#004186;
}

.sun h6 span{
	color:#E2111A;
}

.artist_box{
	padding:10px;
	font-size:13px;
	border-bottom:1px solid #999999;
}

div#itokanako{
	border-bottom:0px;
}

.pic{
	width:140px;
	float:left;
}

.info{
	width:600px;
	float:right;
}

.profile{
	font-weight:700;
	color:#F45912;
}

.artist_box .t_right{
	color:#F45912;
	font-size:11px;
}


