@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif, "Arial Unicode MS", "標楷體", "新細明體", "微軟正黑體";
	font-size: 100%;
	background-image: url(../img/body_bg.jpg);
	background-repeat: repeat-x;
}
#wrapper {
	width: 1256px;
	margin:0 auto;
	float: none;
	background-image: url(../img/wrapper_bg.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 5020px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#logobar {
	float: left;
	height: 60px;
	width: 1256px;
	background-color: #990100;
}
#header {
	background-image: url(../img/in/header.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 476px;
	width: 1256px;
}
#sale {
	height: 762px;
	width: 1256px;
	background-image: url(../img/in/sale.jpg);
	background-repeat: no-repeat;
	float: left;
}
#booktop {
	height: 340px;
	width: 1256px;
	background-image: url(../img/in/booktop.jpg);
	background-repeat: no-repeat;
	float: left;
}
#new {
	height: 724px;
	width: 1256px;
	background-image: url(../img/in/new.jpg);
	background-repeat: no-repeat;
	float: left;
}
#subject {
	height: 1746px;
	width: 1256px;
	background-image: url(../img/in/subject.jpg);
	background-repeat: no-repeat;
	float: left;
}
#map {
	height: 831px;
	width: 1256px;
	background-image: url(../img/in/map.jpg);
	background-repeat: no-repeat;
	float: left;
}
#footer {
	height: 81px;
	width: 1256px;
	background-color: #990100;
	float: left;
}
