@charset "UTF-8";
#mainContents {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
}
#mainContents h2 {
	font-size: x-large;
	margin-bottom: 24px;
}
#mainContents .artistList {
	position: relative;
	width: 720px;
	margin-bottom: 24px;
	border: 1px solid #CCCCCC;
	height: 244px;
}
#mainContents .artistList h3 {
	position: relative;
	left: 228px;
	width: 480px;
	height: 36px;
	margin-top: 12px;
	font-size: medium;
}
#mainContents .artistList h3 a {
	font-size: medium;
}

#mainContents .artistList .aProfile {
	width: 480px;
	position: relative;
	left: 228px;
	font-size: small;
}
#mainContents .artistList .aPhoto {
	position: absolute;
	left: 14px;
	top: 0px;
	padding-top: 12px;
	height: 200px;
}
#mainContents .artistList .goHP {
	position: relative;
	left: 228px;
	width: 480px;
	font-size: small;
	padding-top: 12px;
}
#mainContents .artistList .goHP a {
	text-decoration: underline;
	padding-top: 12px;
}
