@charset "UTF-8";

/*------------------------------------------------------------------------------
	Client Name - Reset CSS	URL: http://www.genkotsu-hb.com/
	Date: 2008-07-07
	Copyright (C) 2008 Sawayaka. All rights reserved.
------------------------------------------------------------------------------*/


/* カラー・ボーダー等 適宜変えてください */

body.error{
	background:#d9dd99; /* ページ背景色 */
	color:#333; /* 文字色 */
	text-align:center;
}

body.error h1,
body.error h2{
	margin-bottom:15px;
}
body.error h1{
	padding:40px 0 20px 130px;
	border-bottom:5px solid #ccc; /* タイトル装飾(border) */
	font-size:130%;
	color:#68b251;
}
body.error h2{
	font-size:100%;
}


body.error ul{
	margin:10px;
}
body.error li{
	padding-left:12px;
	background:url(../img/error/error_arrow.gif) no-repeat 0 0.3em;
	/* ↑項目点（サイト共通のものを使用の場合は削除） */
}

body.error #wrapper{
	width:60%;
	margin:50px auto;
	padding:30px;
	background:#fff; /* 大枠内背景色 */
}