/*
	base
 */
body {
	border-top:#de0000 4px solid;
	background-color: #F7F7F7;
}
.main {
	background-color: white;
}

/*
  header
 */
#header #logo {
  margin: 46px 0px 45px 0px;
  float: left;
}
#header #banner {
  margin: 35px 0px 0px 0px;
  float: right;
}
/* 
  navi
 */
#topbar {
	margin-top: 0px;
	margin-bottom: 17px;
	background: #FAFAFA;
	border: #E8E8E8 1px solid;
	padding: 6px;
	height: 26px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#topbar #search_form {
  float: left;
  margin-left: 0px;
}
#topbar #search_form #label {
  font-weight: bold;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 12px;
  display: inline-block;
  margin-top: 3px;
}
#topbar #search_form input#id_keyword {
  width: 242px;
}
#topbar ul#user a {
  color: #333;
}
#topbar ul#user span {
  font-weight: normal;
  margin-left: 10px;
}
#topbar ul#user {
  float: right;
  margin: 4px 10px 0px 0px;
  font-size: 0.95em;
  font-weight: bold;
  list-style-type: none;
}
#topbar ul#user > li {
  float: left;
  margin-left: 28px;
  padding-left: 18px;
  background: url(images/arrow2.gif) 0px 3px no-repeat;
  line-height: 19px;
}
/*
  calucel
 */
#rotary .item img {
  text-align: center;
  display: block;
  margin: auto;
}
/*
  footer
 */
div#footer-border {
  margin-top: 40px;
  height: 4px;
  width: 100%;
  background: url(images/footer-border.gif) 0px 0px repeat;
}
#footer {
  background: #F7F7F7;
}
a#pagetop {
  float: right;
  margin-top: 15px;
}
img#opensorce {
  margin-top: 19px;
  float: left;
}
img#kamakura {
  margin-top: 5px;
  float: left;
  margin-left: 25px;
}
div#copyright {
  margin-top: 105px;
  margin-bottom: 10px;
}
a.back {
	margin-left: 10px;
}
/*
  left & right panels
*/
div.LR-panel div.dwl {
  margin: 0px 0px 10px 0px;
  height: 4px;
  width: 100%;
  background: url(images/dwl.gif) 0px 0px repeat;
}
div.LR-panel {
	margin-bottom: 25px;
}
div.LR-panel div.title {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}
div.LR-panel div.title .note{
	font-size: 12px;
	font-weight: normal;
	margin-left: 10px;
}
div.LR-panel div.title img {
	margin-right: 5px;
	margin-left: 0px;
}
div.LR-panel div.description {
	margin-top: 10px;
	padding: 5px;
}
div.LR-panel ul {
	list-style: none;
	margin-left: 10px;
	padding: 0px;
}
div.LR-panel li {
	background: url(images/arrow.gif) -5px 3px no-repeat;
	padding-left: 10px;
}
div.right-panel {
	margin-left: 0px;
}
div#index {
	margin: 20px 0px 20px 0px;
	background: #F7F7F7;
	border: #EEE 1px solid;
	border-bottom: #DDD 1px solid;
	padding: 0px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
div.now {
	margin-left: 5px;
	color: #009900;
}
/*
*/
button#proceed {
	float: right;
}
/*
	center pane
 */
.center-panel {
	
}
/*
	top
 */
.center-panel #top {
	
}
/*
	products - products list
 */
#products {
	display: inline-block;
	width: 100%;
}
#products #result {
	margin-top: 0px;
	margin-bottom: 0px;
	background: #F7F7F7;
	border: #EEE 1px solid;
	border-bottom: #DDD 1px solid;
	padding: 9px 5px 7px 10px;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
}
#products #result #title{
	font-size: 1.5em;
	font-weight: bold;
}
#products #result #number{
	font-size: 1em;
	margin-left: 0px;
}
#products #result #separator{
	margin: 0px 7px 0px 10px;
}
#products #style ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
#products ul#summary {
	margin-top: 15px;
}
#products li.item {
	padding: 0px 0px 0px 10px;
}
#products li.item .thumbnail {
	float: left;
	width: 120px;
	margin-bottom: 15px;
}
#products li.item .info {
	float: left;
	width: 595px;
	margin-left: 20px;
}
#products li.item .info .name {
	font-size: 1em;
	font-weight: bold;
}
#products li.item .info .name .product_code {
	font-size: 0.85em;
	font-weight: normal;
}
#products li.item .info input.quantity {
	width: 30px;
}
#products li.item .info .short_note {
	margin-top: 15px;
	font-size: 1.0em;
}
#products li.item .info .condition {
	margin-top: 15px;
	font-size: 0.95em;
}
#products li.item .info .condition #method {
}
#products li.item .info .condition #price {
	position:relative;
	left: 100px;
}
#products li.item .info .condition #price .value {
	font-size: 1.2em;
	font-weight: bold;
	color: #F00;
	margin-left: 3px;
}
#products li.item .info .condition #price .yen {
	font-size: 0.85em;
	margin-left: 3px;
}
#products li.item .info .condition #quantity {
	float: right;
	margin-right: 10px;
}
#products li.item .info .condition #quantity label {
	font-size: 0.95em;
}
#products li.item .info .condition #quantity-message {
	float: right;
	margin-right: 15px;
}
#products li.item div#separator {
	margin: 0px 0px 15px 0px;
}
/*
	products - sort order, number of items of products
 */
#display {
	padding: 0px 0px 0px 0px;
	font-size: 0.95em;
}
#display select {
  width: 120px;
}
#display .number a {
	margin-right: 2px;
	padding: 3px 5px;
	border: #DDD 1px solid;
}
#display .number span.active {
	margin-right: 2px;
	padding: 3px 5px;
	border: #DE0000 1px solid;
}
#display #sort {
	float: left;
	margin: 10px 0px 0px 15px;
}
#display #number {
	float: left;
	margin: 10px 0px 0px 25px;
}
#display #style {
	float: left;
	margin: 9px 0px 0px 25px;
}
#display span.label {
	margin-right: 5px;
}
#display #style li{
	float: right;
}
#display #style li {
  float: left;
  margin-left: 4px;
}
#display #style li a, #display #style li span {
	font-size: 0.9em;
  display:block;
  padding:0 6px 0 24px;
  border:1px solid;
  border-radius: 3px;        /* CSS3草案 */  
  -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 3px;   /* Firefox用 */ 
}
#display #style li span {
  border-color:#de0000;
}
#display #style li a {
  border-color:#DDD;
}
#display #style li a:hover {
  border-color:#333;
  text-decoration:none;
}
#display #style li.list_text span, #display #style li.list_text a {
  background:url(images/icon_text.gif) 5px 5px no-repeat;
}
#display #style li.list_thumb span, #display #style li.list_thumb a {
  background:url(images/icon_thumbnail.gif) 5px 5px no-repeat;
}
/*
	products - pagenation of products
 */ 
#pagination {
	font-size: 0.95em;
	padding: 10px 5px 0px 0px;
	text-align: right;
	margin: 0px;
	height: 30px;
}
#pagination .number a {
	margin-right: 2px;
	padding: 3px 5px;
	border: #DDD 1px solid;
}
#pagination .number span.active {
	margin-right: 2px;
	padding: 3px 5px;
	border: #DE0000 1px solid;
}
#pagination .number a, #pagination .number span.active {
	margin-left: 2px;
	margin-right: 0px;
}
div#separator {
  margin: 0px;
  border: 0px;
  border-bottom: #999 1px dotted;
}
/*
	product
 */ 
#product #name {
	background: #F7F7F7;
	line-height: 140%;
	padding: 3px 0px 3px 0px;
	border: #EEE 1px solid;
	border-bottom: #DDD 1px solid;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
}
#product #name span {
	color: #111;
	font-weight: bold;
	font-size: 19px;
	line-height: 140%;
	margin-left: 8px;
	padding-left: 8px;
	border-left: #05A 4px solid;
}
#product .contents, #product .data {
	margin-top: 17px;
	float: left;
}
#product .contents {
	width: 490px;
  display: inline-block;
  font-size: 1.15em;
}
#product .data {
	width: 260px;
  display: inline-block;
}
#product #description {
	font-size: 0.9em;
	padding-bottom: 30px;
	margin: 0px 10px 10px 10px;
	border-bottom: #999 1px dotted;
}
#product #category {
	font-size: 0.9em;
	margin-left: 10px;
}
#product #category p {
	margin: 15px 0px 5px 0px;
}
#product .data .thumbnail {
}
#product .data table {
	margin: 5px 0px 0px 0px;
	font-size: 0.9em;
	width: 260px;
}
#product .data th {
  width: 32%;
}
#product .data td {
  width: 68%;
}
#product .data input.quantity {
	width: 20px;
}
#product .data .price {
	font-size: 1.2em;
	font-weight: bold;
	color: #F00;
	letter-spacing: 0.12em
}
#product .data .yen {
	font-size: 0.85em;
	margin-left: 2px;
}

#product .contents #description table {
  border: 1px solid #ddd;
  border-spacing: 0; 
  border-collapse: collapse;
  background-color: transparent;
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}
#product .contents #description table thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}
#product .contents #description table th {
  border: 1px solid #eee;
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
#product .contents #description table td {
  border: 1px solid #eee;
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
#product .contents #description table tr:nth-child(odd) {
  background-color: #f9f9f9;
}
/*
	cart
 */ 
#cart #title {
	margin: 0px 0px 20px 0px;
	padding-bottom: 10px;
	border-bottom: #999 1px dotted;
}
#cart #title span {
	font-size: 1.5em;
	font-weight: bold;
	padding: 20px 20px 20px 5px;
}
/*
	user
 */ 
#user #title {
	margin: 0px 0px 20px 0px;
	padding-bottom: 10px;
	border-bottom: #999 1px dotted;
}
#user #title span {
	font-size: 1.5em;
	font-weight: bold;
	padding: 20px 20px 20px 5px;
}
#user div.box {
	margin-left: 15px;
	float: left;
}
/*
	chooselogin
 */
#chooselogin button {
	margin: 5px 0px 10px 0px;
}
#chooselogin div#title {
	font-size: 1.5em;
	font-weight: bold;
	padding: 20px 20px 20px 5px;
	border-bottom: #999 1px dotted;
}
/*
	thumbnail
 */
ul.thumbnail {
  list-style-type: none;
  padding-left: 0;
}
ul.thumbnail li {
  float: left;
  margin: 0px 0px 0px 0px;
}
ul.thumbnail li img {
  border: 1px solid #ccc;
}
ul.thumbnail li a {
  display: block;
}
ul.thumbnail:after {
  content: "";
  clear: left;
  display: block;
}
/*
  add_destinations
 */
#add_destinations #title {
	margin: 0px 0px 20px 0px;
	padding-bottom: 10px;
	font-size: 1.5em;
	font-weight: bold;
	border-bottom: #999 1px dotted;
}
/*
  userdetail
 */
#userdetail #title {
	margin: 0px 0px 20px 0px;
	padding-bottom: 10px;
	font-size: 1.5em;
	font-weight: bold;
	border-bottom: #999 1px dotted;
}
#orderhistory #title {
	margin: 0px 0px 20px 0px;
	padding-bottom: 10px;
	font-size: 1.5em;
	font-weight: bold;
	border-bottom: #999 1px dotted;
}
/*
  password
 */
#password #title {
	margin: 0px 0px 20px 0px;
	padding-bottom: 10px;
	font-size: 1.5em;
	font-weight: bold;
	border-bottom: #999 1px dotted;
}
/*
  password
 */
h4#related {
  font-weight:bold;
  font-size:14px;
  padding:8px 0 8px 0;
  border-bottom:#999 1px dotted;
}

p#coupon-message {
	margin-top: 30px;
}
hr#removed-items {
	padding-top: 30px;
}
