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

/*==========================================================================================

	/// link text color

==========================================================================================*/
a:link { color:#000; text-decoration:underline; }
a:visited { color:#777; }
a:hover { color:#999;	text-decoration:none;	}
a:active { color:#c00; }
a:focus {	text-decoration:none;	}






/*==========================================================================================

	/// 01:外郭

==========================================================================================*/
html {
  height:100%;
}
body {
	height:100%;
	color:#6E6E6E;
	font-family:"メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "sans-serif";
	line-height:1.4;
}


#wrapper404{ width:800px; margin:0 auto; padding-top:100px;}
#wrapper404 h2{ font-size:136%; margin-top:20px; text-align:center;}

#wrapper404 h1.logo{ text-align:center;}

#wrapper404 p.notfond{ text-align:center;}
#wrapper404 p.site{ margin-top:80px; text-align:center;}

#wrapper404 p.site strong{ color:#333333; font-weight:bold; }

