﻿@charset "utf-8";

h1 {
   height: 40px;
   padding: 0 0 0 0;
   margin: 0 0 0 0;
   text-indent: -9999px;
   background:    url(images/h1.gif) no-repeat;
	
}

h2 {
   width: 550px;
   height: 30px;
   padding: 0 0 0 0; 
}

.item-box {
   clear: both;
   border: 1px solid #BEBEBE;
   padding: 15px 0;
   margin: 0px 10px;
}

.item-box table {
   width: 480px;
   border: 0;
   margin: 0px auto;
}

.item-box th {
   font-weight: normal;
   white-space: nowrap;
}

.item-box td {
   padding: 2px 2px 2px 2px;
}
.item-box td.td-dot {
	background-image:url(images/dot_400.gif);
	background-position:center;
	background-repeat:repeat-x;
}
.item-box td.tdRight {
	text-align: right;
}

.item-box-r {
   text-align: right;
}

.item-box-c {
   text-align: center;
}

.price {
   text-align: right;
   font-weight: bold;
   font-size: 110%;
}

#btn-buy-r {
   float: left;
   text-align: right;
   width: 507px;
   height: 20px;
   padding: 3px 0 30px 0;
}

#btn-buy-r img {
   padding: 0 0 0 5px;
}

#r-nav {
   float: left;
   text-align: right;
   width: 497px;
   padding: 0 0 0 0;
}

#kojin {
   padding: 20px 0 20px 0px;
}

#kojin table {
	margin: 0px auto;
}

#kojin table td {
	padding: 10px;
	background: url(images/dot_400.gif) no-repeat;
	background-position: top;
}

#kojin table th {
	width:130px;
	padding: 10px 0;
	background: url(images/dot_400.gif) no-repeat;
	background-position: top;
	vertical-align: top;
}
#kojin input,
#kojin textarea {
	padding:3px 5px;
}

