regular:hover {
	cursor: pointer;
	color: #a20e19;
}
.regular {
	padding-top: 10px;
	width: 100%;
}
.temporary:hover {
	cursor: pointer;
	color: #a20e19;
}
.temporary {
	padding-top: 10px;
	width: 100%;
}
.regular {
	padding-top: 10px;
	width: 100%;
}
.notice_con {
	padding-left: 10px;
	padding-top: 6px;
	font: 14px Tahoma;
}
.notice_title {
	font: 20px Tahoma;
}
.notice_Day {
	padding-left: 13px;
	font: 32px Tahoma;
	vertical-align: text-bottom;
}
.notice_Year {
	padding-left: 13px;
	padding-bottom: 5px;
	font: 11px Tahoma;
	vertical-align: text-top;
}
.notice_date {
	text-align: left;
	display: inline-block;
	vertical-align: text-top;
	background: url('../images/date_bg.png')5px no-repeat;
	width: 10%;
}
.notice_all {
	display: inline-block;
	padding-left: 16px;
	vertical-align: text-top;
	padding-top: 3px;
	width: 70%;
}
* {
	margin: 0;
	padding: 0;
	list-style: none;
}
.taball {
	font: 15px Tahoma;
}
#tab {
	overflow: hidden;
	zoom: 1;
	background: #d6d6d6;
	width: 100%;
}
#tab li {
	float: left;
	color: #000;
	height: 30px;
	cursor: pointer;
	text-align: center;
	line-height: 30px;
	width: 50%;
	margin: 0 auto;
}
#tab li.current {
	color: #fff;
	background: #a20e19;
	margin: 0 auto;
}
#tabcontent {
	border-top-width: 0;
}
#tabcontent ul {
	line-height: 25px;
	display: none;
	margin: 0 30px;
	padding: 10px 0;
}
