/*  スペシャルメニューページ　*/


/*--------------------------------------
　フォント
---------------------------------------*/
.spieraFont12 {
	font-size:12px;
	line-height:18px;
}
/*--------------------------------------
　背景・枠
---------------------------------------*/
.spiera_bgrndSub {
	background-image: url(img/bgrnd_sub.gif);
	background-repeat: repeat;
}
.spiera_subcontentTopleft {
	background-image: url(img/sc_tl.gif);
	background-repeat: no-repeat;
}
.spiera_subcontentTop {
	background-image: url(img/sc_t.gif);
	background-repeat: repeat-x;
}
.spiera_subcontentTopright {
	background-image: url(img/sc_tr.gif);
	background-repeat: no-repeat;
}
.spiera_subcontentLeft {
	background-image: url(img/sc_l.gif);
	background-repeat: repeat-y;
}
.spiera_subcontentRight {
	background-image: url(img/sc_r.gif);
	background-repeat: repeat-y;
}
.spiera_subcontentBottomleft {
	background-image: url(img/sc_bl.gif);
	background-repeat: no-repeat;
}
.spiera_subcontentBottom {
	background-image: url(img/sc_b.gif);
	background-repeat: repeat-x;
}
.spiera_subcontentBottomright {
	background-image: url(img/sc_br.gif);
	background-repeat: no-repeat;
}