@charset "utf-8";
/* ===================================================================
CSS information

 file name  :misc.css
 author     :Ability Consultant
 style info :TOPページで用いるスタイルを記述。
=================================================================== */

#header {
	background: url(../misc/images/main.jpg) center top no-repeat #000;
}


/*----------------------------------------
	#misc
	エラーページ用
----------------------------------------*/

#misc #box_contents #main .con_misc p {
	padding: 50px 30px 0 30px;
	color: #fff;
}
#misc #box_contents #main .con_misc p a {
	color: #b89e43;
}

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

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


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

	hack - 各種cssハック - for IE6

=======================================*/
* html {}