@charset "utf-8";

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

	ArtMeter / SHOP styles
	author   : (C)KAYAC http://www.kayac.com/
	created  : 2007/03/15
	modified : 2007/04/06

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

@import url("/css/common.css");
/* CONTENTS HEAD
---------------------------------------------- */

div#contHead h2#notfoundTitle {
	background-image: url(/img/notfound/ti_notfound.gif);
	width: 500px;
	height: 17px;
}

div#contHead h2#servererrorTitle{
	background-image: url(/img/notfound/ti_servererror.gif);
	width: 500px;
	height: 17px;
}

/* SECTION
---------------------------------------------- */
#notfoundTxt{
margin:0 40px;
text-align:center;
border:5px solid #F0F0F0;
padding:20px 100px;}

