body {
  background: url("/imgs/allbg.jpg") repeat-y center bottom;
  padding:0px;
  margin:0px;
}

a {
    text-decoration: none;
}

body.home {
  background: url("/imgs/homebg.jpg") repeat-y center bottom;
}

table {
  border-collapse: collapse;
}

table td,
table th{
  border: 1px solid #aaa;
}

td.num {
  text-align: right;
}

th {
  background-color: #efe;
}

.all {
  background-color: '#fff';
  margin: 0 auto;
  width: 799px;
}

.header,
.header a,
.header a:link,
.header a:hover {
  color: white;
  text-decoration: none;
}

h1 {
  font-size: 24px;
  color: #400;
  margin-right: 32px;
  text-align:right;
  border: 1px solid #aaa;
  border-width: 0 0 1px 0;
  padding: 0 2em;
}

.contents h2 {
  border-bottom: 1px solid #aaa;
  margin-right: 48px;
  font-size: 14px;
  /*margin-left: -96px;*/
}

.contents h3 {
  font-size: 14px;
}

.topimage {
  width: 600px;
  padding: 0;
  text-align: center;
}

.topimage img {
  margin: 0;
}

.gmap {
	width: 480px;
	margin: 0 auto;
}

.bodypart {

}

.contents {
  width: 600px;
  float: right;
}

.honmon {
  line-height: 20px;
  font-size: 14px;
  margin-right: 24px;
}

.honmon p {
  margin-left: 48px;
  margin-right: 48px;
  text-indent: 1em;
}

dt {
  font-weight: bold;
  text-decoration: underline;
  margin-top: 16px;
}

.header {
  /*border: red solid 1px;*/
  /*background-color: brown;*/
  background: url("/imgs/headerbg.jpg");
  padding: 8px;
  height: 64px;
}

.sidebar .title {
  font-weight: 700;
  font-size: 1.5em;
  padding: .5em .2em;
}

img {
	vertical-align: top;
	border: none;
	margin: 0 4px;
}

div.shop {
	margin: 8px 4px;
	padding: 4px;
	border: 2px solid #aaa;
	width: 250px;
	height: 125px;
	float: left;
	-moz-border-radius: 8px;
	-uu-border-radius: 8px;
	-moz-box-shadow: 4px 4px 4px #888;
	-uu-box-shadow: 4px 4px 4px #888;
	-webkit-border-radius: 8px;
	-webkit-box-shadow: 4px 4px 4px #888;
	border-radius: 4px;
	box-shadow: 4px 4px 4px #888;
}

h3.shopname {
	height: 1.5em;
	margin-top: 0px;
	margin-bottom: -10px;
}

div.bothclear {
	clear: both;
}

div.sidebar {
  width: 168px;
  float: left;
  /*border-right: 1px solid gray;*/
}

.menuitem {
  margin: 0;
  padding: 0;
}

.sidebaritem .menulabel {
  padding: 0;
  margin: 0;
}

.labelrank_1 {
  border: 1px solid gray;
  border-width: 1px 0;
  margin: 8px 0 4px 2px;
  font-size: 1.2em;
  font-weight: bold;
  padding: 4px;
}

.labelrank_2 {
  font-weight: normal;
  padding: 4px;
  padding-left: 12px;
}

.labelrank_3 {
  font-weight: normal;
  margin: 2px;
  padding: 2px;
  padding-left: 24px;
}

.sidebaritem .linked {
  -webkit-transition-property: background-color;
  -webkit-transition-duration: .2s;
  -webkit-transition-timing-function: linear;
}

.sidebaritem .linked:hover {
    border-radius: 4px;
  background-color: #fffefe;
}

.labelrank_1 a:hover,
.labelrank_1 a:link,
.labelrank_1 a,
.labelrank_2 a:hover,
.labelrank_2 a:link,
.labelrank_2 a,
.labelrank_3 a:hover,
.labelrank_3 a:link,
.labelrank_3 a {
	text-decoration: none;
	color: black;
}

.sidebaritem .linked {
  cursor: pointer;
}

.sidebaritem .linked a:hover {
  text-decoration: underline;
}

.honmon {
}

.sidebaritem {
	margin: 16px 0;
	font-size: 0.8em;
}

.sidebaritem .freedial {
	font-size: 2em;
	font-weight: bold;
}

#commentform th {
  background: url("/imgs/thbg.jpg") repeat-x;
  vertical-align: top;
  text-align: right;
  padding: 4px;
  border: 1px linen solid;
}

#commentform td {
  border: 2px #feb solid;
  padding: 4px;
}

.items {
  border-bottom: 1px solid gray;
}

.item table {
  width: 100%;
}

.item table td {
 border: none;
}

.item td.icon {
  width: 80px;
  color: #dddddd;
  font-size: 18px;
}

.item .name {
  font-weight: 700;
  font-size: 14px;
}

.item .desc {
  padding-left: 32px;
  font-size: 12px;
}

.item div.icon {
  text-align: center;
  padding: 0px;
  width: 64px;
  height: 64px;
  margin: 0 auto;
}

.item {
  border: 1px solid gray;
  border-width: 1px 0 0 0;
  width: 480px;
  margin: 0 auto;
}

.item .price {
  text-align: right;
  font-size: 14px;
}

.footer {
 /* border-top: 1px solid gray; */
  margin-top: 0px;
  padding-top: 8px;
  font-size: 9px;
  text-align: center;
}

.currentp {
  background-color: #fed;
  font-weight: 700;
}

.goorder {
  text-align: right;
  margin: 8px 40px;
}

.navbar {
  background-color: #efe;
  border: 1px solid #888;
  border-width: 1px 0;
  padding: 4px 8px;
  /*margin-right: 16px;*/
  margin-top: 32px;
}


div.navbar input,
input.submit_link {
  border: none;
  background: none;
  font-size: 1em;
  font-weight: bold;
}

.navbar input:hover,
input.submit_link:hover {
  color: #f44;
}

.navbar a {
  font-weight: bold;
}

.navbar a:hover {
  color: #a88;
}

.navbar .navnext {
  float: right;
}

.navbar .navprev {
  float: left;
}

#breadcrum td{
  border: none;
  margin-top: -8px;
  margin-bottom: 8px;
}

#breadcrum .navbar {
  margin-right: 16px;
  float: right;
  width: 200px;
}

.region {
}

.pagelink h3 {
  margin-left: 130px;
  margin-bottom: -38px;
  margin-right: -16px;
  padding-left: 2px;
  /*white-space: nowrap;*/
}

.pagelink div.desc {
  margin-left: 148px;
  height: 100%;
  font-size: 0.8em;
}

.pagelink div.desc div.spacing {
  height: 42px;
}

.pagelink div.link {
  margin-top: -16px;
  text-align: right;
}

.pagelink {
  width: 248px;
  float: left;
  border: 2px solid #aba;
  margin: 8px 8px;
  height: 132px;
  padding: 5px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-shadow: #888 0px 5px 10px;
  cursor: pointer;
  -webkit-transition-property: background-color;
  -webkit-transition-duration: .3s;
  -webkit-transition-timing-function: linear;
}

.pagelink:hover {
    background-color: #ffeeff;
}

.pagelink .imgbox {
  float: left;
  border-radius: 16px;
  border: white 1px solid;
  -moz-border-radius: 16px;
}

.group {
}

.rightaligned {
  text-align: right;
}

div.padded {
  padding-top: 4px;
  padding-bottom: 4px;
}

.basket {
  width: 520px;
}

.basket .price,
.basket .ssum,
.basket .n
{
  width: 64px;
}

.basket .n input {
  text-align: right;
  font-size: 1em;
}

.basket .del input {
  width: 1.5em;
  background-color: red;
  color: white;
}

.notice {
  width: 80%;
  margin: 8px auto;
  border: 3px solid #824;
  border-width: 0px 3px;
  padding: 4px;
}

td.thumbcol {
  width: 68px;
  height: 68px;
  padding: 2px;
}

td.thumbcol img {
  width: 64px;
}


td.emptyrow {
  text-align: center;
  font-weight: bold;
  color: #aaa;
}

table.noshitype {
  float: left;
  width: 80px;
}

table.noshitype tr.desc td{
  font-size: 0.8em;
  vertical-align: top;
}

input.submit {
  width: 400px;
}

div.addrform {
  padding-top: 16px;
}

table.addr input.itext {
  width: 95%;
  font-size: 1em;
}

table.payment {
  margin: 0 48px;
}
table.detail,
table.addr {
  width: 80%;
  margin-right: 48px;
  margin-bottom: 12px;
}

table.addr td {
  text-align: left;
}

table.addr th {
  font-size: 14px;
  width: 90px;
}

img.kanban {
  display: block;
  margin: 24px auto;
}

#koujou {
  width: 480px;
  margin: 24px auto;
}

#search_section {
  text-align: center;
}

#menu_icons {
  width: 480px;
  margin: 32px auto;
}

#menu_icons li {
  border: none;
  display: block;
  width: 160px;
  float: left;
  text-align: center;
}

#menu_icons li img {
  border: none;
}

#menu_icons li a {
  text-decoration: none;
}

div#home_infomation {
  width: 700px;
  margin: 0 auto;
}

div#home_infomation h3 {
  border-left: 8px solid darkslateblue;
  border-bottom: 1px solid darkslateblue;
  padding-left: 4px;
  font-size: 14px;
  color: darkslateblue;
  text-decoration: none;
}

div#home_infomation div.multi3 {
  padding: 8px;
  width: 320px;
  height: 100%;
  float: left;
  border-left: 1px solid #ccc;
}

div#home_infomation div.multi3 ul {
  padding: 0px;
  margin: 0px;
}

div#home_infomation div.multi3 li {
  font-size: 12px;
  border-bottom: 1px #ddd dashed;
  margin: 0px;
  list-style-type: none;
  padding: 8px 4px;
}

object.youtube {
  float: left;
  margin: 0 32px;
}

dl.legalnotice {
  margin-left: 32px;
  margin-right: 32px;
}

dl.legalnotice dd {
  padding: 16px;
  border-left: #824 1px solid;
  margin-left: 60px;
  font-size: 12px;
  text-indent: 12px;
}

dl.legalnotice dt {
  color: #824;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px solid #824;
  font-size: 16px;
}

dl.legalnotice b {
  color: #824;
  font-weight: 900;
}

table.shippingfee {
  font-size: 9px;
}

table.shippingfee td {
  text-align: center;
  vertical-align: top;
}

table.shippingfee th {
  width: 7.5%;
}

.basket_note {
  margin: 0 32px;
  width: 400px;
  border: 3px solid orange;
}

ul.nomark {
  list-style: none;
}

ul.highlightitem li {
  background-color: #eeeeee;
  border: 1px solid #fff;
}

ul.highlightitem li:hover {
  background-color: #ddffdd;
  border: 1px solid #8f8;
}

div.warning {
  margin: 2px;
  padding: 2px 4px;
  background-color: orange;
  font-weight: bold;
}

label:hover {
  text-decoration: underline;
}

table.idx td {
  width: 32px;
  text-align: center;
  color: #ccc;
}

table.idx td {
  font-weight: bold;
}

.lightboxinfo {
  color: blue;
}

div.image_placeholder {
  border: 1px solid #888;
  height: 64px;
  width: 64px;
  text-align: center;
}

#lightbox-image-details-caption {
  font-size: 18px;
}

#lightbox-container-image-data-box {
  line-height: 2em;
}

span.orderlink {
    padding: 4px 8px;
    margin: 4px;
    background-color: linen;
    background: url('/imgs/bg/bglinengra.jpg') center center;
    font-weight: bold;
    border: 1px solid brown;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
}

span.orderlink a {
    text-decoration: none;
}

#twtr-widget-1 .twtr-bd, #twtr-widget-1 .twtr-timeline i a, #twtr-widget-1 .twtr-bd p
{
    font-size:8px;
}

.simply-scroll, .simply-scroll-container {
    width: 100%;
}

#scroller .linksym {
    border: 2px solid red;
}
