@charset "utf-8";
/* CSS Document */

h3 {
	margin: 0 10px;
}


/* /////////////////////カテゴリーページの指定//////////////////// */

h4 {
	
}

/* 作り方トップのh4全体をくるむdiv */
#boxlarge02 {
	width: 590px;
	margin: 30px 0 15px 10px;
	padding-bottom: 30px;
	border-bottom: 1px solid #b7b355;
}



/* カード */
.card1 {
	width: 290px;
	background: url(images/card_side.gif) repeat-y;
	float: left;
	margin: 0 3px 3px 0;
}
.card2 {
	width: 290px;
	background: url(images/card_top.gif) no-repeat top;
}
.card3 {
	width: 290px;
	background: url(images/card_bottom.gif) no-repeat bottom;
}
.card3 img.pic {
	padding: 15px 7px 23px 8px ;
	float: left;
}
.card3 .title_artist {
	width: 180px;
	height: 80px;
	float: left;
}
h5 {
	color: #CC0000;
}
h5 .small{
	font-size: 11px;
}

.card3 .title_artist h5 {
	padding: 15px 5px 5px 0;
	float: left;
	/*height: 30px;*/
	line-height: 1.2em;
	color: #CC0000;
}
.card3 .title_artist h5 a {	/* ff用 */
	color: #CC0000;
}
.card3 .title_artist h5 span.small{
	font-size: 10px;
	line-height: 1.2em;
	color: #CC0000;
	font-weight: normal;
}
.card3 p {
	width: 155px;
	padding: 0 10px 0px 0;
	float: left;
	font-size: 10px;
	height: 20px;
	color: #666666;
}
.card3 p a {		/* ff用 */
	color: #666666;
}
.card3 span.syosai {
	display: block;
	width: 90px;
	height: 30px;
	float: left;
	padding: 20px 0px 15px 70px;
	border-top: 1px solid #ccc;
}


