/*-------------------------------------------------------
 エラー
 
-------------------------------------------------------*/


body {
	color: #6A6A6A;
	font-size:80%;
}

img {
	border:0;
}

td, th {
	font-size:80%;
}

p, li {
	font-size:90%;
	margin-top:0;
}

a:link { 
	color:#336;
	text-decoration:underline; 
}
a:visited { 
	color:#336; 
	text-decoration:underline; 
}
a:hover { 
	color:#c00; 
	text-decoration:underline; 
}
a:active { 
	color:#c00; 
	text-decoration:underline; 
}

/* タイトル */
#Error .Txt_Title {
	font-size:140%;
	font-weight:bold;
	line-height:180%;
	color:#FFFFFF;
}

/* テキスト（大） */
#Error .Txt_Large {
	font-size:90%;
	font-weight:bold;
	line-height:140%;
	color:#6A6A6A;
}

/* テキスト（小） */
#Error .Txt_Normal {
	font-size:80%;
	font-weight:normal;
	line-height:140%;
	color:#6A6A6A;





.errorTable .text {

}

.errorTable .errorMessage {
	font-size:100%;
	font-weight:bold;
	color:#FF0000;
}
