@charset "Shift_JIS";

/*==================================================
Filename: notfound.css
Create date: 2013/03/18
====================================================*/

.box-center{
	background : url("/images/notfound_center.jpg") repeat-y left top;
	width: 900px;
	float: left;
}
.box-bottom{
	background : url("/images/notfound_bt.jpg") no-repeat left bottom;
	width: 900px;
	height: 132px;
	float: left;
}
.box-contents{
	font-size: 110%;
	margin: 0 0 0 215px;
	width: 500px;
	padding: 10px 0;
}
ul li.links{
	background: url("/images/arrow_icon.gif") no-repeat 0px 3px;
	padding-left: 20px;
}
#stage {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	display:block;
}
/*IE6*/
* html #stage {
	_padding-left: 2px;
	_margin-left: 2px;
	}
