@charset "Shift_JIS";

.artist_box {
	border-bottom:1px dotted #CCC;
	margin:35px 0 0 0;
	padding:0 0 35px 0;
}

.artist_box img.artist {
	float: left;
	margin:0 25px 0 0;
}
.artist_box .right_box {
	float: right;
	width:300px;
	margin:0;
}
.artist_box p.name {
	color:#E73A00;
	font-size:200%;
	font-weight: bold;
	padding: 0px 0 0px 0;
	margin: 0;
}
.artist_box p.en {
	color:#FFEB0E;
	font-size:100%;
	font-weight: normal;
}
.artist_box p.jp {
	color:#ffffff;
	font-size:100%;
	font-weight: normal;
}
#main #content .artist_box p.links {
	color:#7DC205;
}
#main #content .artist_box p.links a {
	color:#7DC205;
	font-size:100%;
	font-weight: normal;
}
#main #content .artist_box p.links a:hover, #main #content .artist_box p.links a:active {
	color: #E73A00;
}