@import url("style.css");

#main {
	background: url("img/bg.jpg") no-repeat;
}

h1, h1 span {
	width: 800px;
	height: 251px;
}

h1 {
	position: static;
	background: url("img/index/title.jpg") no-repeat;
}

h1 span {
	position: static;
	overflow: visible;	/* IEHack */
	background: url("img/index/top_img.jpg") no-repeat right;
}

h1 span span {
	display: block;
	position: relative;
	z-index: -1;
	overflow: hidden;
}

#shop {
	float: left;
	margin: 5px 5px 0px 0px;
}

#shop, #shop a, #shop span {
	width: 345px;
	height: 251px;
}

#shop a {
	display: block;
	background: url("img/index/shop1.jpg");
}

#shop a:focus, #shop a:hover, #shop a:active {
	color: #6f0602;
}

#shop span {
	display: block;
	position: relative;
	z-index: -1;
	overflow: hidden;
}

#video {
	float: left;
	width: 450px;
	height: 251px;
	margin: 5px 0px 0px 0px;
}

#mail {
	float: left;
	width: 345px;
	height: 97px;
	margin: 5px 5px 0px 0px;
}

#how2pb {
	float: left;
	margin: 5px 0px 0px 0px;
}

#how2pb, #how2pb a, #how2pb span {
	width: 450px;
	height: 97px;
}

#how2pb a {
	display: block;
	background: url("img/index/how2pb.jpg");
}

#how2pb a:focus, #how2pb a:hover, #how2pb a:active {
	color: #6f0602;
}

#how2pb span {
	display: block;
	position: relative;
	z-index: -1;
	overflow: hidden;
}

#rental {
	float: left;
	width: 345px;
	margin: 5px 5px 0px 0px;
}

#rental h2, #rental h2 span {
	position: static;
	top: 0px;
	padding: 0px;
	width: 345px;
	height: 13px;
}

#rental h2 span {
	display: block;
	background: url("img/index/rental.gif") no-repeat;
}

#rental h2 span span {
	display: block;
	position: relative;
	z-index: -1;
	overflow: hidden;
	font-size: x-small;
}

#rental ul {
	margin: 0px 5px;
	padding: 0px;
}

#rental li {
	padding: 5px 0px;
	list-style-type: none;
	border-bottom: 1px dotted #ec8303;
}

#rental .name {
	font-weight: bold;
}

#rental .icon {
	display: block;
}

#rental p {
	margin: 0px 5px;
	padding: 5px 0px;
}

#news {
	float: left;
	width: 450px;
	margin: 5px 0px 0px 0px;
}

#news h2, #news h2 span {
	position: static;
	top: 0px;
	padding: 0px;
	width: 450px;
	height: 13px;
}

#news h2 span {
	display: block;
	background: url("img/index/news.gif") no-repeat;
}

#news h2 span span {
	display: block;
	position: relative;
	z-index: -1;
	overflow: hidden;
	font-size: x-small;
}

#news dl {
	margin: 0px 5px;
	padding: 0px;
}

#news dt {
	padding: 5px 0px 6px 0px;
	#padding: 5px 0px;	/* IEHack */
	font-weight: bold;
	border-bottom: 1px dotted #ec8303;
}

#news dt span {
	color: #6f0602;
	text-decoration: underline;
	cursor: pointer;
}

#news dt span:hover {
	color: #ffffff;
	background: #6f0602
}

#news .active {
	margin-top: 5px;
	padding: 5px;
	border: none;
	color: #000000;
	background: #f37d00;
}

#news .active span {
	color: #ffffff;
	text-decoration: none;
	cursor: auto;
}

#news .active span:hover {
	color: #ffffff;
	background: none;
	text-decoration: none;
}

#news dd {
	margin: 0px;
	padding: 0px 10px 5px 15px;
	border-bottom: 1px dotted #ec8303;
}

#cm {
	margin: 0px;
}

#cm img {
	margin: 0px;
}

