@charset "utf-8";

/* CSS Document */
/* notice.css
/* Author: MONIC.Mo */
@charset "utf-8";

/* basic elements */
#footer {
	text-align: right;
	font-size: 11px;
	border-top: 1px solid #CCCCCC;
	margin: 50px 20px 0px;
}

#footer p,#nav p {
	padding: 5px 0px;
	margin: 0px auto;
}

.bold {
	font-weight: bold;
}

.small {
	
}

.error-h3 {
	color: #FF3C3C;
}

#highlightBox {
	padding: 20px;
	background-color: #f6f6f6;
	border: 1px dashed #e1e1e1;
	width: 500px;
	margin: 20px 0 0 100px;
}

#highlightBoxLong {
	width: 657px;
	border: 1px dashed #e1e1e1;
	padding: 20px;
}

#highlightTable table {
	width: 700px;
	border-top: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	margin-top: 10px;
}

#highlightTable th {
	background-color: #efefef;
	padding: 15px;
	border-bottom: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
}

#highlightTable td {
	border-bottom: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	padding: 15px;
}
/*
* {
	border: 1px solid red;
}
*/
/* CSS Document */