@charset "utf-8";
/* CSS Document */

#main h2.ttl_main404{background-image:url(../../images/ttl_main404.gif);}

.error{
	border:1px solid #ff3300;
	padding:20px 20px 10px 20px;
	margin:0px 20px 20px 20px;
	min-height:1px;
}
	/* start: clearfix ------------------------------ */
	.error:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
	}
	
	.error { display:inline-table; }
	
	/* Hides from Mac IE \*/
	* html .error { height:1px; }
	.error { display:block; }
	/* */
	/* end: clearfix ------------------------------ */

	.error p{
		color:#ff3300;
		margin-top:10px;
		padding:0px 0px 10px 0px !important;
		line-height:1.8;
	}
	.error p strong{
		float:left;
		padding:0px 20px 0px 0px;
		margin-bottom:20px;
	}

