#main_bg {
	width: 100%;
	height: 500px;
	background-position:center center;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	background-image: url(../shop/img/main.jpg);
	}
	
	
table.type06 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	width: 100%;
	font-size: 12px;
}
table.type06 th {
	font-weight: bold;
	vertical-align: top;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
}
table.type06 td {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	vertical-align: top;
}
table.type06 .even {
	background-color: #F8F7F3;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
}
