@CHARSET "UTF-8";

/** インフォ系メッセージ */
div.info_message {
	background-color: #ecf1fe;
	border: 1px solid #0a0acd;
	padding: 5px;
	margin-bottom: 10px;
	color: #0a0acd;
}

/** エラー系メッセージ */
div.error_message {
	background-color: #fef1ec;
	border: 1px solid #cd0a0a;
	padding: 5px;
	margin-bottom: 10px;
}
div.error_message ul {
	list-style-type :none;
	padding: 0;
}
div.error_message ul li {
	color: #cd0a0a;
}
