@charset "utf-8";

/*　アーティスト
------------------------------------------------------------ */

#header {
	background: url(../common/images/header_sub.jpg) no-repeat;
}

h2#img_sub {
	width: 720px;
	height: 30px;
	_height: 50px;
	padding-bottom: 20px;
	background: url(../common/images/artist_h2.jpg) no-repeat;
	text-indent: -9999em;
}

.box_01 {
    width: 698px;
	_width: 720px;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #666;
	background: url(../common/images/box_01bg.gif) repeat;
	overflow: hidden;
}

.box_name {
    font-size: 1.1em;
	font-weight: bold;
	color: #660000;
	padding-bottom: 3px;
	border-bottom: 2px solid #660000;
	margin-bottom: 10px;
}
.box_01 .box_l {
    width: 160px;
	float: left;
}
.box_01 .box_r {
    width: 538px;
	float: right;
}

.ul_01 li {
    margin-bottom: 1em;
}