@charset "utf-8";
@import"base.css";
@import"top.css";
@import"footer.css";

/*中部份框架**/
#center{
	padding:10px 20px;
	margin:2px 0 0 0;
	background-color:#f5f8fd;
	border:#2a6bbb 1px solid;
	border-bottom:0;
}
#title{
	font-size:16px;
	padding:15px 5px;
	color:#03005c;
	border-bottom:#999 1px dashed;
	line-height:18px;
	font-weight:bolder;
}
#postDate{
	font-size:12px;
	color:#999;
	padding:10px;
}

#postDate span{
	color:#cc0000;
}
	
#content{
	margin:10px 0 0 0;
	font-size:12px;
	text-align:left;
	padding:10px;
	color:#000;
}
#noticeContent{
	min-height:500px;
}

#errorInfo{
}

#footer{
	margin:0;
}

/*a*/
a.action {
	font-size:12px;
	color: #08d;
	text-decoration: none;
	border: 0;
	background-color: transparent;
	outline: 0px !important;
}
a.action:hover {
	color:#900;
	text-decoration: none;
}
a.action:active,
a.action:focus {
	color: #08d;
	text-decoration: none;
}
