@charset "utf-8";
/* ===================================================================
CSS information

 file name  :zzz.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */

/* 各ページ共通　タイトル
----------------------------------------------------------- */
#misc #page_title{
	background:url(../misc/images/bg_pagetitle.jpg) no-repeat center;
}

#misc #page_title h2{
	padding: 60px 0 0 0;
}

#misc h3{
	margin-bottom: 30px;
	font-size: 24px;
}

#misc .txt_err{
	font-size: 18px;
	}

#misc span.tit_err{
	color: #64001f;
	}

#misc span.link_err{
	color: #aa162a;
	font-weight: bold;
	}

/* 503 */
#misc .error_503 {
	width: 600px;
	margin: 100px auto;
}

#misc .error_503 p {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 30px;
}

#misc .error_503 dl {
	margin-bottom: 40px;
}

#misc .error_503 dl dt {
	margin-bottom: 10px;
}

#misc .error_503 dl dd {
	margin-bottom: 5px;
}

#misc .error_503 dl dt span {
	font-size: 115%;
	font-weight: bold;
}

#misc .error_503 dl dd span {
	color: #629624;
	padding-right: 3px;
}






/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}