@charset "Shift_JIS";
/* ********************************************************************-
Date:2010-07-26
CSS Document:reno-style.com エラーページのスタイル

 - ******************************************************************** */
* {
	font-family:Arial, MS Gothic, MS PGothic;
	font-size:10px;
	color:#333333;
	line-height:16px;
	margin:0;
	padding:0;
}

img {
	border:0px;
	vertical-align:bottom;
}

.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}

#wrapper {
	width:620px; margin:auto;
}

#header {
	background:transparent url(../image/common/cell_c.gif) repeat-x scroll left bottom;
	padding-bottom:5px;
}
#header div.logo {
	margin-top:50px;
}

#main {
	background:transparent url(../image/fail/back_ground.gif) repeat-x scroll right bottom;
	background-repeat:no-repeat;
	padding-bottom:30px;
}
#main p {
	line-height:20px;
}
#main ul {
	list-style:none;
}
#main li {
	margin-top:20px;
}

#footer {
	background:transparent url(../image/common/cell_c.gif) repeat-x scroll left top;
}
#footer div.copy {
	text-align:right;
	padding:10px;
}
