@charset "utf-8";


/*　メンテインフォメーションの折り畳み　--------------------------------------*/

div.menteinfo	{
	margin-bottom:10px;
}


/*　メンテ告知のON/OFF　*/
a.ErrorMsgOff	{
	display:block;
	margin-bottom:10px;
	padding:10px 10px 10px 25px;
	background:url(/jushinryo/images/icon_error.png) no-repeat 0;
	color:#FF0000;
	font-size:18px;
	font-weight:bold;
	background-color:#ffefee;
	border:3px solid #fb0303;
	overflow:hidden;
}
a.ErrorMsgOn	{
	margin-left:5px;
	padding-left:25px;
	background:url(/jushinryo/images/icon_minus_red.gif) no-repeat 0;
	color:#FF0000;
	font-size:18px;
}

/* notice */
.notice_box{
	width:auto;
	height:auto;
	font-weight:bold;
	text-align:left;
	padding:0px 0 10px;
	color:red;
}
.notice_box h5{
	font-weight:bold;

}
.notice_box ul{
	height:auto;
	margin:0px auto;
}
.notice_box li{
	margin:0px auto;
	text-align:left;
}
	
.hidden_area{
	display:none;
}