@charset "utf-8";
#hd {
	background-image: url(img/hd_bg_lv.jpg);
	background-color: #333;
}
#hd .title_lv {
	background-image: url(img/title_lv.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: left;
	text-indent: -9999px;
	display: block;
	height: 100px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#hd H2 {
	background-image: url(img/h2_artist.png);
	margin-bottom: 30px;
}
#ct .artbox {
	width: 450px;
	background-color: #FFF;
	padding: 9px;
	border: 1px solid #999;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
}
#ct .artbox .name {
	font-size: 60px;
	text-align: left;
	display: block;
	margin-bottom: 5px;
	color: #666;
	line-height: 60px;
}
#ct .artbox .text {
	margin-right: 15px;
	margin-bottom: 30px;
	line-height: 22px;
}
#ct .artbox .link A {
	background-color: #EEE;
	display: block;
	text-align: right;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #06C;
	margin-bottom: 10px;
}
#ct .artbox .link A:hover {
	border-right-color: #F36;
}
#ct .artbox IMG {
	height: 350px;
	width: 350px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#ct .artbox .ext {
	font-size: 16px;
	text-align: left;
	margin-bottom: 10px;
}
