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

 file name  :misc.css
 author     :Ability Consultant
style info  :エラーページ設定　ハックは最下部に記述
=================================================================== */


/*----------------------------------------------------
	#main	メイン
----------------------------------------------------*/


/*	.con_error		エラー用
----------------------------------------------------*/
#misc .con_error {
	margin:0 auto 40px;
	padding:30px 0 290px 0;
	width:960px;
	background:url(../access/images/bg_map.jpg) 0 0 no-repeat;
	text-align:center;
}

#misc .con_error h3 {
	margin-bottom:20px;
	padding-left:20px;
}

#misc .con_error p {
	margin:0 auto 30px auto;
	width:695px;
}





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

	hack - 各種cssハック - for IE7

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


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

	hack - 各種cssハック - for IE6

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

