@charset "utf-8";

#contents #notice {
	background: url(/member/common/images/notice_bg_body.gif) repeat-y left top;
}
#contents #notice .innerHead {
	background: url(/member/common/images/notice_bg_head.gif) no-repeat left top;
}
#contents #notice .innerFoot {
	padding: 5px;
	background: url(/member/common/images/notice_bg_foot.gif) no-repeat left bottom;
}
#contents #notice .innerFoot dl {
	min-height: 35px;
	height: auto !important;
	height: 25px;
	background: url(/member/common/images/notice_icon.gif) no-repeat left center;
}
#contents #notice .innerFoot dt,
#contents #notice .innerFoot dd {
	display: table-cell;
	padding: 10px 0 3px;
	vertical-align: top;
	*display: inline;
	*zoom: 100%;
}
#contents #notice .innerFoot dt {
	padding-right: 10px;
	padding-left: 100px;
}
