/*  スペシャルメニューページ　*/


/*--------------------------------------
　フォント
---------------------------------------*/
.hotpermFont12 {
	font-size:12px;
	line-height:18px;
}
/*--------------------------------------
　背景・枠
---------------------------------------*/
.hotperm_bgrndSub {
	background-image: url(img/bgrnd_sub.gif);
	background-repeat: repeat;
}
.hotperm_subcontentTopleft {
	background-image: url(img/sc_tl.gif);
	background-repeat: no-repeat;
}
.hotperm_subcontentTop {
	background-image: url(img/sc_t.gif);
	background-repeat: repeat-x;
}
.hotperm_subcontentTopright {
	background-image: url(img/sc_tr.gif);
	background-repeat: no-repeat;
}
.hotperm_subcontentLeft {
	background-image: url(img/sc_l.gif);
	background-repeat: repeat-y;
}
.hotperm_subcontentRight {
	background-image: url(img/sc_r.gif);
	background-repeat: repeat-y;
}
.hotperm_subcontentBottomleft {
	background-image: url(img/sc_bl.gif);
	background-repeat: no-repeat;
}
.hotperm_subcontentBottom {
	background-image: url(img/sc_b.gif);
	background-repeat: repeat-x;
}
.hotperm_subcontentBottomright {
	background-image: url(img/sc_br.gif);
	background-repeat: no-repeat;
}