@charset "shift_jis";

/* alert message inline */
.error_ {
	color:#CC0000;
	font-weight:bold;
}

.notice_ {
	color:#993300;
	font-weight:bold;
}

.info_ {
	font-weight:bold;
}

/* alert message block */
div.error_, table.error_ {
	background-color:#efefef;
	border:solid 1px #FF0099;
	padding:8px;
	margin:4px auto;
	text-align:left;
	width: 560px;
}

div.notice_, table.notice_ {
	background-color:#efefef;
	border:solid 1px #996666;
	padding:8px;
	margin:4px auto;
	text-align:left;
	width: 580px;
}

div.info_, table.info_ {
	background-color:#efefef;
	border:solid 1px #666666;
	padding:8px;
	margin:4px auto;
	text-align:left;
	width: 560px;
}

ul.error_ {
	margin-left: 16px;
}

.hiddenEnter_ {
	width:0;
	height:0;
}
