/* ------------------------------------------------
   ExceptionCSS
   ------------------------------------------------ */
.PS_errmessage {
	font-size: 110%;
	font-weight: bold;
	/*color: red;*/
	color: #7377D0; 

}

.PS_message {
	font-size: 110%;
	color: black;
}
.PS_button {
	width:70;
	height:30;
}

.PS_loginErrTable{
	height: 130px;
}

.PS_loginErrLine{
	padding: 4px 4px;
}

/* ------------------------------------------------
   Exception画面専用
   ------------------------------------------------ */
.Exception_table{
	table-layout:auto;
	background-color : #c7c9ba;
	width : 500px;
	height : 275px;
	margin:30px auto;
}
.Exception_header{
	background-image: url("../images/pgsite_bground.gif");
	background-repeat: repeat-x;
	height:34px;
}
.Exception_body{
	background-color:#f2f2f1;
	vertical-align: top;
	height:238px;
}

.Exception_Pgsite{
	margin:3px 10px;
	line-height:1.2;
}
.Exception_ErrorMain{
	margin: 20px;
}

.Exception_errorMsg{
	font-size: 120%;
	font-weight: bold;
	color: #7377D0;
	line-height:1.5;
}
.Exception_errorCode{
	font-size: 120%;
	font-weight: bold;
	color: #7377D0;
	line-height:2.0;
}
.Exception_Msg{
	background-repeat:no-repeat;
	background-image: url("../images/icon_warning.gif");
	padding-top:4px;
	padding-left:40px;
	height:30px;
	font-weight: bold;
	color: black;
}
.Exception_message{
	margin-top:10px;
	line-height:1.2;
}
