@charset "UTF-8";

/* ------------------------------
 default.css
	4.Main Contents
------------------------------ */
div#wrapper {
	height:600px;
}

/* ------------------------------

 4.Main Contents
 
------------------------------ */
#mainContents {
	text-align:center;
}
#mainContents p.lead {
	width:100%;
	height:280px;
	background:url(../images_notfound/main.gif) no-repeat center bottom;
	text-indent:-10000px;
}

#mainContents p.txt {
	padding-top:30px;
	text-align:center;
	line-height:180%;
}

#mainContents p a {
	color:#f9b08f;
}



