@charset "utf-8";
/* ===================================================================
CSS information

 file name  :error.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */

.con_err {
	width: 950px;
	margin: 0 auto;
}
.con_err h3 {
	font-size: 130%;
	margin-bottom: 10px;
}


/*Footer下固定*/
html,body{
     height:100%;
}
#page{
     width: 100%;
     position: relative;
     height:auto !important;
     height: 100%;
     min-height: 100%;
}
#contents{
	margin-top: 0!important;
	padding-top: 142px!important;
     padding-bottom:291px;
}
#footer{
    height:251px;
     position:absolute;
     bottom:0;
}











/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}