@charset "utf-8";
/* artist3.css */
/* 新レイアウト */


#info01 {
	position: relative;
	width: 600px;
	height: 30px;
	background: url(../images/parts03.gif) no-repeat;
}

#info01 p {
	margin-left: 5px;
	padding-top: 4px;
	font-size: 0.8em;
}

#info02 {
	position: relative;
	width: 600px;
	height: 110px;
	padding-top: 10px;
	background: url(../images/parts04.gif) no-repeat;
}

#info02 p {
	width: 290px;
	margin-left: 20px;
	margin-bottom: 5px;
	font-size: 0.7em;
	line-height: 1.2em;
}

#info02 p.indent {
	padding-left: 15px;
}

#cat {
	position: relative;
	/*width: 590px;*/
	float: left;
	width: 150px;
	min-height: 620px;
	height: auto !important;	/* IE6対応 */
	height: 620px; 				/* IE6対応 */
	padding-top: 10px;
	padding-left: 5px;
	border: solid #666666 1px;
	/*margin-bottom: 15px;*/
}

#cat h3 {
	font-size: 0.8em;
}

#cat_title {
	position: relative;
	/*width: 590px;*/
	width: 150px;
	margin-bottom: 10px;
}

#cat_title img {
	width: 0.9em;
	margin-left: 5px;
	margin-right: 5px;	
}

#cat_block {
	position: relative;
	float: left;
	width: 130px;
	min-height: 150px;
	margin-left: 10px;
}

#artist {
	position: relative;
	float: left;
	/*width: 590px;*/
	width: 400px;
	min-height: 620px;
	height: auto !important;	/* IE6対応 */
	height: 620px; 				/* IE6対応 */
	margin-right: 10px;
	padding-top: 10px;
	padding-left: 5px;
	border: solid #666666 1px;
}

#artist_title {
	position: relative;
	/*width: 580px;*/
	width: 380px;
	margin-bottom: 10px;
}

#artist_title h2 {
	position: relative;
	/*width: 580px;*/
	width: 380px;
	vertical-align: top;
}

#artist_title img {
	width: 0.9em;
	margin-left: 5px;
	margin-right: 5px;	
}

#artist_message {
	position: relative;
	float: left;
	/*width: 570px;*/
	width: 370px;
	margin-left: 10px;
}

#artist_message h3 {
	position: relative;
	margin-bottom: 10px;
	margin-right: 20px;
	border-bottom: solid #666666 1px;;
}

#artist_message strong {
	font-size: 1.3em;
	font-weight: normal;
}

#artist_message img.profile {
	position: relative;
	top: 1px;
	padding-right: 5px;
}

#artist_message img.art {
	padding-top: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}

#artist_message p {
	/*width: 550px;*/
	width: 350px;
	font-size: 0.7em;
}

