/* basicRewrite -----*/

body { background-image: url("../images/staff_bg.jpg"); }


/* styleRewrite -----*/

div#container { background-image: url("../images/staff_bg_container.jpg"); }
div#container div#sideimg { height: 2600px; background-image: url("../images/staff_sideimg.jpg"); }


/* contents -----*/

div.contents {
	padding: 30px 0 0 70px;
}

div.contents ul.artistlist {
	margin: 0 40px 30px 0;
	padding: 0;
	list-style-type: none;
}

div.contents ul.artistlist li {
	margin-top: 30px;
	overflow: hidden;
}

div.contents ul.artistlist li:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

/*\*/
* html div.contents ul.artistlist li {
	height: 1em;
	overflow: visible;
}
/**/

div.contents ul.artistlist .name {
	float: right;
	width: 385px;
	font-weight: bold;
	line-height: 200%;
}

div.contents ul.artistlist img.thumb {
	display: block;
	float: left;
	width: 120px;
}

div.contents ul.artistlist p.text {
	float: right;
	width: 385px;
	margin: 0;
	line-height: 200%;
}
