@charset "UTF-8";
/*************headNotice*************/
div.notice {
	position:relative;
	z-index:10;
	top:3px;
	left:30px;
	_left:230px;
	padding:5px;
	width:auto;
	height:27px;
	_height:37px;
	background:#F8FAFB;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
div.notice_all {
	position:absolute;
	z-index:10;
	top:3px;
	left:230px;
	padding:5px 5px 0 5px;
	width:auto;
	min-height:32px;
	_height:37px;
	background:#F8FAFB;
	white-space:nowrap;
}
div.cont {
	margin:-2px 0 5px 35px;
	width:auto;
	line-height:16px;
	text-align:left;
}
a.swNotice {
	position:absolute;
	z-index:20;
	top:4px;
	left:7px;
	width:24px;
	height:28px;
	background:url(../image/switchNotice.png) no-repeat;
}
a.swNotice:hover {
	background-position:0 -28px;
}
div.cont a {
	position:relative;
	z-index:100;
}
