@charset "utf-8";
/* CSS Document */

/*-----------------------------------------
   見出し
----------------------------------------- */
/* 左右に囲いがあるタイプ typeA,typeB,typeC共通 */
/* h4.ttl_typeA,
h4.ttl_typeC,
h5.ttl_typeA,
h5.ttl_typeC {
	background: url(../../images/common/bg_ttl_l.gif) no-repeat 0 0,
				url(../../images/common/bg_ttl_r.gif) no-repeat 100% 0;
}
h4.ttl_typeB,
h5.ttl_typeB {
	background: url(../../images/common/bg_ttl_l.gif) no-repeat 0 0,
				url(../../images/common/bg_ttl_r.gif) no-repeat 100% 0,
				url(../../images/common/ico_ttl01.gif) no-repeat 13px 8px;
} */

/* シック */
#chic h4.ttl_typeA,
#chic h4.ttl_typeC,
#chic h5.ttl_typeA,
#chic h5.ttl_typeC {
	background: url(../../images/common/bg_ttl_B_l.gif) no-repeat 0 0,
				url(../../images/common/bg_ttl_B_r.gif) no-repeat 100% 0;
}
#chic h4.ttl_typeB,
#chic h5.ttl_typeB {
	background: url(../../images/common/bg_ttl_B_l.gif) no-repeat 0 0,
				url(../../images/common/bg_ttl_B_r.gif) no-repeat 100% 0,
				url(../../images/common/ico_ttlBK01.gif) no-repeat 13px 8px;
}

/* シンプル */
#simple h4.ttl_typeA,
#simple h4.ttl_typeC,
#simple h5.ttl_typeA,
#simple h5.ttl_typeC {
	background: url(../../images/common/bg_ttl_G_l.gif) no-repeat 0 0,
				url(../../images/common/bg_ttl_G_r.gif) no-repeat 100% 0;
}
#simple h4.ttl_typeB,
#simple h5.ttl_typeB {
	background: url(../../images/common/bg_ttl_G_l.gif) no-repeat 0 0,
				url(../../images/common/bg_ttl_G_r.gif) no-repeat 100% 0,
				url(../../images/common/ico_ttlGR01.gif) no-repeat 13px 8px;
}

/* 作家詳細用 */
h3.ttl_typeC {
	background: url(../../../collection/inc/images/detail/bg_ttl_name_l.gif) no-repeat 0 0,
				url(../../../collection/inc/images/detail/bg_ttl_name_r.gif) no-repeat 100% 0;
}


/*-----------------------------------------
   見出し　王冠
----------------------------------------- */
/* 左右に囲いがあるタイプ 赤いリボンアイコン付　typeA,typeB,typeC共通 */
h4.ttl_typeRibon {
	background: url(../../images/common/img_special.gif) no-repeat 0 0,
				url(../../images/common/bg_ttl_l.gif) no-repeat 0 20px,
				url(../../images/common/bg_ttl_r.gif) no-repeat 100% 20px;
}

/* シック */
#chic h4.ttl_typeRibon {
	background: url(../../images/common/img_special.gif) no-repeat 0 0,
				url(../../images/common/bg_ttl_B_l.gif) no-repeat 0 20px,
				url(../../images/common/bg_ttl_B_r.gif) no-repeat 100% 20px;
}

/* シンプル */
#simple h4.ttl_typeRibon {
	background: url(../../images/common/img_special.gif) no-repeat 0 0,
				url(../../images/common/bg_ttl_G_l.gif) no-repeat 0 20px,
				url(../../images/common/bg_ttl_G_r.gif) no-repeat 100% 20px;
}


/*-----------------------------------------
   ボックス
----------------------------------------- */
/* 四隅模様入りBox */
.decorationBox {
	/* background: url(../../images/common/bg/bg_decoration_lt.gif) no-repeat left top,
				url(../../images/common/bg/bg_decoration_lb.gif) no-repeat left bottom,
				url(../../images/common/bg/bg_decoration_rt.gif) no-repeat right top,
				url(../../images/common/bg/bg_decoration_rb.gif) no-repeat right bottom; */
}

/* シック */
#chic .decorationBox {
	/* background: url(../../images/common/bg/bg_decoration_BK.gif) no-repeat left top,
				url(../../images/common/bg/bg_decoration_BK.gif) no-repeat left bottom,
				url(../../images/common/bg/bg_decoration_BK.gif) no-repeat right top,
				url(../../images/common/bg/bg_decoration_BK.gif) no-repeat right bottom; */
}

/* シンプル */
#simple .decorationBox,
#simple .decorationBox div,
#simple .decorationBox li {
	background: none!important;
}


/*-----------------------------------------
   所蔵作品
----------------------------------------- */
.pic_box .pic_caption {
	background: url(../../../collection/inc/images/detail/bg_caption_t.gif) no-repeat center top,
				url(../../../collection/inc/images/detail/bg_caption_b.gif) no-repeat center bottom;
}
