@charset "UTF-8";

/*------------------------------------------------------------------------------
	Client Name - Error CSS
	URL: http://www.city.iwata.shizuoka.jp/
	Date: 2010-09-25
	Copyright (C) Iwata City All Rights Reserved.
------------------------------------------------------------------------------*/


body.error{
	background:#eee;
	color:#333;
	}

body.error h1,
body.error h2{
	font-weight:bold;
	margin-bottom:15px;
	}
body.error h1{
	padding-bottom:3px;
	border-bottom:5px solid #ccc;
	font-size:120%;
	line-height:1.3;
	}
body.error h2{font-size:110%;}
body.error ul{margin:0 0 1.5em 1em;}
body.error li{
	margin-bottom:0.3em;
	padding-left:1.2em;
	background:url(../img/ico/ico_arw_gray.png) no-repeat 0 0.5em;
	line-height:1.2;
	}

body.error div#wrapper{
	max-width:25em;
	min-width:700px;
	width:auto !important;
	width:600px;
	margin:50px auto;
	padding:30px;
	background:#fff;
	border:3px double #ddd;
	}
body.error div#wrapper p#siteTitle{margin-bottom:20px;}

body.error div#wrapper p#desc{
	margin-bottom:2em;
	line-height:1.3;
	}
body.error div#footer {
	background:none;
	}
body.error div#footer ul{
	padding:0.5em;
	margin:0;
	border:1px solid #ccc;
	} 
body.error div#footer ul li{
	display:inline;
	padding:0 0.5em 0 0.5em;
	border-right:1px dotted #ccc;
	background:none;
	zoom:1;/*IE7*/
	}
	
/*--EOF-----------------------------------------------------------------------*/
