@charset "shift_jis";
/*
	* Css Version: CSS2.1
	* Since : 2008-8-12
	* Editor: 
	* Last Modified: 2008-8-12
	* Last Editor: k_mouri 
*/

h2 {
	margin-bottom: 20px;
	overflow: hidden;
}
div#error {/*ここを各ディレクトリごとに変更する*/
	width: 930px;
}
div#error p {
	line-height: 150%;
	text-align: center;
}

/* ----------------------------------------
 * #404エラーページ用err-404
 * ---------------------------------------- */
div#error #err-404 {
	background-image:url(/img/err_cont_bg.gif);
	background-repeat: no-repeat;
	width: 858px;	height:140px;
	margin-top:25px;
	margin-left:40px;
	padding-top:40px;
}
/* ----------------------------------------
 * #500エラーページ用err-500
 * ---------------------------------------- */
div#error #err-500 {
	background-image:url(/img/err_cont_bg.gif);
	background-repeat: no-repeat;
	width: 858px;
	height:120px;
	margin-top:25px;
	margin-left:40px;
	padding-top:60px;
}

/* ----------------------------------------
 * #エラーページ用topic-path
 * ---------------------------------------- */

ul#err-topic-path {
	height: 22px;
	line-height: 22px;
	color: #333333;
	list-style-type: none;
	position: relative;
	top: -22px;
}
ul#err-topic-path li {
	display: inline;
	list-style-type: none;
	line-height: 22px;

}
ul#err-topic-path li a {
	display: inline;
	line-height: 22px;
	color: #0066CC;
	padding-right: 10px;
	padding-left: 10px;
}


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

div#err-main {
	background-color: #FCFCFC;
	height: 100%;
	padding-top: 10px;
	padding-right: 8px;
	border-right: 1px solid #F4F4F4;
	border-left: 1px solid #F4F4F4;
	padding-left: 8px;
}
 div#err-main-inner {
	background-image: url(/img/topic_path.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 22px;
	background-image:url(/img/err_bg.gif)
	background-repeat: no-repeat;
	background-position: left top;
	height: 100%;
	padding-top: 22px;
}
div#err-main-btm {
	height: 100%;
	background-attachment: scroll;
	background-image: url(/img/err_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
div#err-cont {
	width: 100%;
	padding-bottom: 20px;
}
