@charset "utf-8";
/* css for 404 page */

@import "subpages.css";


/*----------------------------------------------------- layout */
div#g_nav ul {
	margin-bottom: 20px;
	overflow: hidden;
}

div#main {
	width: 840px;
	margin: 20px auto;
}

h2 {
	margin-top: 100px;
	clear: both;
	text-indent: -9999px;
	width: 839px;
	height: 60px;
	background: url("../images/99/h2_404.gif") left bottom no-repeat;
}


/*----------------------------------------------------- h3_wrapper */

div#h3_wrapper {
	margin: 20px auto;
	width: 700px;
	overflow: hidden;
	min-height: 160px;  
	height: auto !important;	/* ie6 */
	height: 160px;				/* ie6 */
	background: url("../images/99/wakaba_chan.gif") right top no-repeat;
}

div#h3_wrapper h3 {
	text-indent: -9999px;
	width: 419px;
	height: 34px;
	margin: 10px 0 10px 40px;
	background: url("../images/99/h3.gif") left top no-repeat;
}

div#h3_wrapper p {
	width: 450px;
	font-size: 80%;
	line-height: 200%;
	padding: 10px 0 30px 60px;
}

/*----------------------------------------------------- sitemap */

div#sitemap div {
	width: 410px;
	font-size: 80%;
}

div#sitemap ul li {
	background: url("../images/99/li1.gif") left top no-repeat;
	min-height: 43px;  
	height: auto !important;	/* ie6 */
	height: 43px;				/* ie6 */
	line-height: 43px;
	margin: 20px 0;
	padding-left: 15px;
}

div#sitemap ul li ul {
	padding-left: 15px;
}

div#sitemap ul li ul li{
	background: url("../images/99/li2.gif") left top no-repeat;
	min-height: 24px;  
	height: auto !important;	/* ie6 */
	height: 24px;				/* ie6 */
	line-height: 24px;
	padding-left: 4px;
}

div#sitemap ul li a {
	padding-left: 30px;
	text-decoration: none;
	display:block;
}

div#sitemap ul li a:hover {
	background:url(../images/common/cursol.gif) 0 50% no-repeat;
}







