body {
	background: url(images/mainbg.jpg) repeat top left;
	text-align: center;
	padding: 0 10px 10px 10px;
	margin: 0 10px 10px 10px;
}
h1, h2 {
	text-align: left;
	position: absolute;
	width: 782px;
	margin: 0px;
	padding: 0px;
	margin-left: 360px;
	color: #000;
}
h1 {
	top: 20px;
	font-size: 16px;
}
h2 {
	top: 46px;
	font-size: 14px
}
h3 {
	border-bottom: 2px solid #888;
	border-left: 8px solid #345;
	padding: 0 0 0 4px;
}
h4 {
	border-bottom: 1px solid #aaa;
	padding: 4px;
}
img {
	border-width: 0px;
}
#container {
	margin: 0 auto;
	background: url(images/containerbg.jpg) repeat top left;
	width: 782px;
	text-align: left;
}
#leftside {
	float: left;
	width: 200px;
}
#rightside {
	float: right;
	width: 580px;
}
#footer {
	clear: both;
	text-align: right;
	border-top: 1px solid #bbb;
	padding: 15px;
	margin-top: 12px;
	font-size: 80%;
}
#leftside .inside {
	padding: 20px 0px 20px 20px;
}
#rightside .inside {
	padding: 20px;
}
#address {
	margin: 12px 0 0 4px;
	font-size: 80%;
	letter-spacing: -1px;
	line-height: 140%;
}
#navigation, #navigation *{
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	display: inline;
}
#navigation a {
	display: block;
	padding: 6px 0px 6px 18px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 14px;
}
#navigation ul a{
	background-image: url(images/arrow_shop.gif);
}
#navigation a:hover {
	background-color: #cabad4;
	text-decoration: underline;
}
#navigation a.current {
	color: #300;
	background-color: #fcc;
}
#navigation .heading {
	display: block;
	background-color: #eee;
	font-weight: bold;
	border: 1px solid #aaa;
	border-left: none;
	border-right: none;
	padding: 4px 0px;
	margin-top: 12px;
	margin-bottom: 1px;

}
#indexbox {
	background-image: url(images/indexbox.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#indexbox p.maintextshifted {
	width: 280px;
}
.maintext {
	font-size: 90%;
	line-height: 150%;
}
.maintextshifted {
	font-size: 90%;
	line-height: 150%;
	padding-left: 12px;
}
.products_name {
	font-weight: bold;
	color: #663366;
}
.products_images {
	float: left;
	margin: 15px 20px 20px 0px;
}
.products_description {
	font-size: 90%;
	line-height: 150%;
	letter-spacing: 1px;
	
}
hr {
	clear: both;
	width: 100%;
	margin: 12px 0px;
}
form {
	display: inline;
}
.hanbai {
	border-collapse: collapse;
	margin-left: 12px;
}
.hanbai td {
	border: 1px solid #aaa;
	font-size: 90%;
	line-height: 150%;
}
.hanbai_heading {
	font-weight: bold;
	white-space: nowrap;
	background-color: #eee;
}
.shipping {
	margin-left: 12px;
	border-collapse: collapse;
}
.shipping td {
	border: 1px solid #aaa;
	padding: 4px;
	text-align: center;
	font-size: 90%;
}
.shipping_heading {
	background-color: #eee;
	font-weight: bold;
}
.kodawari {
	border-collapse: collapse;
}
.kodawari td {
	width: 50%;
	border: 1px solid #aaa;
	padding: 15px;
	vertical-align: top;
}
a img.normal {
	border: 1px solid #456;
}
a img.hover {
	border: 1px solid #7FBFFF;
}
ol.history li {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 90%;
}
ol.history li:first-line {
	font-weight: bold;
}
span.attention {
	font-size: 80%;
	color: red;
}

div.information {
	color: #f00;
	font-size: 90%;
	margin-left: 100px;
}