body {
	margin: 20px 0px 0px 0px;
	padding: 0;
	background: #FFFFFF;
	font-size: 14px;
	color: #3C3D3F;
	font-family: Verdana, Helvetica, 'ＭＳ Ｐゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', osaka, sans-serif;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #CC3300;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.8em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: underline;
	color: #EB1D1D;
}

a:hover {
	text-decoration: none;
}

.inline-center {
  text-align: center;
}

.inline-left{
  text-align: left;
}

.inline-right{
  text-align: right;
}

.block-center {
  margin-right: auto;
  margin-left: auto;
}

.float-left {
  float:left;
}

.float-right {
  float:right;
}

.clear-both {
  clear:both;
  float:none;
  width:0px;
  height:0px;
  visibility:hidden;
  display:block;
  margin:0;
  padding:0;
}

* html .clear-both {
  clear:both;
  width:0px;
  height:0px;
  display:none;
  margin:0;
  padding:0;
}

img {
  border: none;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
}

 /* ↓フォントのスタイル↓ */

.bold {
  font-weight: bold;
}
        
.red {
  color: #CC3300;
}

.white {
  color:#FFFFFF;
}

.dilute-gray {
  color:#444444;
}

.black {
  color:#000000;
}

.gray {
	color:#999;
}

.font-12 {
	font-size: 12px;
}

.font-14 {
  font-size: 14px;
}

.font-20 {
	font: normal 25px/1.0 'Trebuchet MS', Osaka, ＭＳ Ｐゴシック;
	letter-spacing: -0.1em;	
}

.font-18{
  line-height:150%;
  font-size:18px;
}

/* Header */

#header {
	overflow: hidden;
	width: 1000px;
	height: 50px;
	margin: 0px auto 20px auto;
}

/* Logo */

#logo {
	float: left;
	width: 600px;
	margin: 0;
	padding: 0;
	color: #000000;
}

#logo h1, #logo p {
}

#logo h1 {
	letter-spacing: -1px;
	font-size: 2.2em;
	font-weight: bold;
    font-variant: normal;
}

#logo h1 a {
	border: none;
	background: none;
	text-decoration: none;
	color: #D01010;
}

#logo h1 span {
	color: #EB1D1D;
}

#logo p {
	margin: -5px 0px 0px 0px;
	padding: 0px 0 0 px;
	text-transform: lowercase;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #45302C;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #45302C;
}

/* Menu */

#menu {
	float: right;
	width: 400px;
}

#menu ul {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	list-style: none;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 37px;
	padding: 8px 10px 0px 10px;
	text-decoration: none;
	text-transform: uppercase;
	font: bold 120%/normal 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, 'Hiragino Kaku Gothic Pro', osaka, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0C0C0C;
}

#menu a:hover {
	background: #EB1D1D;
	text-decoration: none;
	color: #FFFFFF;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-box-shadow: 5px 5px 7px #AAA;
	-webkit-box-shadow: 5px 5px 7px #AAA;
	box-shadow: 5px 5px 7px #AAA;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#menu .current_page_item a {
	color: #FFFFFF;
}

/* Page */

#page {
	width: 1000px;
	margin: 0 auto;
	padding: 40px 0px 0px 0px;
	border-top: 1px solid #BBBBBB;
}

#page_top {
	clear: both;
	text-align: right;
}
#page_top a {
	margin-left:auto;
	display:block;
	width:65px;
	height:19px;
	text-decoration:none;
	background:url(images/page_top.gif) no-repeat;
}
.hidden {
	visibility: hidden;
}
/* Content */

#content {
	float: left;
	width: 750px;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
}

.post {
	margin-bottom: 30px;
	padding: 0px 0px;
}

.post .title {
	height: 41px;
	padding: 0px 0px 0px 0px;
}

.post .title a {
	letter-spacing: -2px;
	text-decoration: none;
	text-transform: lowercase;
	color: #414141;
	border: none;
}

.post .entry {
	padding: 10px 0px 20px 0px;
	padding-bottom: 20px;
	border-bottom: 1px solid #BBBBBB;
	text-align: justify;
}

.post .meta {
	overflow: hidden;
	padding-top: 10px;
}

#contents-box {
 border: 1px solid #CCCCCC;
	border-bottom: 1px dotted #FFCC33;
	padding-top:5px;
	margin-bottom: 20px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 250px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
#sidebar h2 {
	height: 25px;
	padding: 5px 0 5px 35px;
	background: url(images/menu_bg.gif) repeat-x left center;
	font-weight: bold;
	font-size: 100%;
	color: #000;
	margin-top: 20px;
	margin-bottom: 20px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 20px 20px 20px;
	text-align: left;
}

#sidebar a {
	border: none;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0px 0px 0px 20px;
	padding: 0;
}
#sidebar li ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align:left;
}

#sidebar li ul a{
	color: #000;
	display: block;
	height: 30px;
	line-height: 30px;
	text-indent: 12px;
	text-decoration: none;
	outline: none;
}

#sidebar li ul li a {
	background-image: url(images/nextpage.gif);  
	background-repeat: no-repeat;  
	background-position: 0px 10px;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

/* Search */

#searchform {
	background:url(images/input4.gif) left top no-repeat;
	display: block;
	width: 230px;
	height: 32px;
}

#searchform #word {
	display: block;
	float: left;
	border:none; background: none;
	width:160px; 
	*width:150px; 
	color:#464646;
	padding: 5px 8px;
	*padding: 5px 0;
	font-size: 12px;
}
#searchform #btn {
	display: block;
	float: left;
	background:none;
	border:none;
	margin-top:3px;
	width:18px;
	cursor: pointer;
}

/* Table */
.outer {
	border: 1px solid #EEE;
}
th {
	padding: 3px;
	vertical-align: middle;
	font-weight: normal;
	color: #666;
	border-bottom: 1px solid #CCC;
	background: #EEE;
}
.head {
	padding: 5px;
	color: inherit;
	border-bottom: 1px solid #CACACA;
	background: #F2F2F2;
}
.even {
	padding: 2px;
	color: inherit;
	border-bottom: 1px solid #CACACA;
	background: #F7F7F7;
}
.odd {
	padding: 2px;
	color: inherit;
	border-bottom: 1px solid #CACACA;
	background: #FAFAFA;
}
.foot {
	padding: 5px;
	font-weight: bold;
}
tr.even td {
	padding: 2px;
	border-bottom: 1px solid #CACACA;
}
tr.odd td {
	padding: 2px;
	border-bottom: 1px solid #CACACA;
}
tr.even {
	color: inherit;
	background: #F7F7F7;
}
tr.odd {
	color: inherit;
	background: #FAFAFA;
}
tr.odd:hover, tr.even:hover {
	color: #000;
	border-bottom: 1px solid #CACACA;
	background: #DFDFDF;
}

/* 商品リスト */

div.order {
	text-align: center;
	background: #EFEFEF;
	border: 1px inset #CCC;
	padding: 10px;
	margin: auto;
}

.list_item
{
	margin-bottom	: 3px;
}

.table_list
{
	text-align:center;
	color: #FF3300;
	border-bottom: 1px dashed #777;
	padding-bottom: 10px;
	padding-top: 10px;
	vertical-align:top;
}

.table_list a:visited
{
	color: #78996B; 
	text-decoration : none;
}

.table_list a:hover
{
	color: #4D82C4; 
	text-decoration : underline;
}

.table_list a:active
{
	color : #ff3300; 
	text-decoration : underline;
}

.list_price
{
	font: bold 16px/1.2 'ＭＳ Ｐゴシック', Osaka, sans-serif;
	color: #FF3300;
}

/* 商品ページ */

.info {
    width: 80%;
	color: #CC0000;
	font-size:100%;
	font-weight:bold;
	margin: 0 auto;
	margin-top:50px;
	margin-bottom:20px;
	padding:20px;
	border-width:1px;
	border-style:solid;
	border-color:#808080;
}

.mylink_info {
    width: 80%;
	font-size:100%;
	margin: 0 auto;
	margin-top:50px;
	margin-bottom:20px;
	padding:20px;
	border-width:1px;
	border-style:solid;
	border-color:#808080;
}

div.mylink_found {
	text-align: center;
	background: #EFEFEF;
	border: 1px inset #CCC;
	padding: 10px;
	margin: auto;
}

div.mylink_small {
	text-align: right;
	color: #CC3300;
	margin-top:10px;
	margin-bottom:10px;
	margin-left: 15px;
	font-size: 12px;
	font-weight: normal;
}

.breadcrumbs {
	margin-top: 10px;
	margin-bottom: 10px;
}

#price {
	font: normal 40px/1.0 'Trebuchet MS', Osaka, ＭＳ Ｐゴシック;
	letter-spacing: -0.1em;	
}

.price{
  margin-top:20px;
  margin-bottom:20px;
}

.price span{
  color:#CC3300;
  font-size:20px;
  font-weight:bold;
}

.price-text-box {
	background-image:url(images/form_bg.jpg);
	background-repeat:repeat-x;
	border:1px solid #d1c7ac;
	width: 50px;
	color:#333333;
	padding:3px;
	margin-right:4px;
	margin-bottom:8px;
	font-family:tahoma, arial, sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.DiscountRate {
 
	font: bold 20px/1.2 'ＭＳ Ｐゴシック', Osaka, sans-serif;
	color: #FF3300;
}

.line-title {
	background-color: #EFEFEF;
	color:#000;
	padding: 5px;
	margin: 50px 50px 0;
	font-weight: bolder;
	text-align: center;
}

.item-explain {
	margin: 20px 50px;
}

div#description {
	padding: 10px;
	color: #000;
	border-top: 1px dotted #333;
	border-left: 1px dotted #333;
	border-bottom: 1px dotted #333;
	border-right: 1px dotted #333;
}
#item-cart {
	width: 520px;
	color: #000;
	background: #FFFFFF;
	border-top: 1px dotted #333;
	border-left: 1px dotted #333;
	border-bottom: 1px dotted #333;
	border-right: 1px dotted #333;
	padding: 10px;
	margin: 30px auto;
}

#item-detail {
	width: 90%;
	color: #000;
	background: #EFEFEF;
	border: 1px inset #CCC;
	padding: 10px;
	margin: 30px auto;
}

p.anchor-detail ,
p.anchor-inquiry ,
p.anchor-review {
	line-height:70%;
}

.found {
	margin-top: 30px;
	margin-bottom: 30px;
}

.Qrcode {
	margin-bottom: 20px;
}

table.groupitem{
	margin:auto;
	border: 2px solid #CCCCCC;
	margin-top:0;
	text-align: center;
	-moz-box-shadow: 5px 5px 7px #AAA;
	-webkit-box-shadow: 5px 5px 7px #AAA;
	box-shadow: 5px 5px 7px #AAA;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #fff;
}

table.groupitem th {
	background-color: #CC3300;
	height: 21px;
	color: #fff;
	margin-top:-10px;
	text-align:center;
	font-weight:bold;
	padding:5px;
}
table.groupitem td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
	vertical-align:top;
}

table.groupitem td img.img{
	margin:auto;
	display:block;
	margin-bottom:2px;
	padding: 5px;
	border: 1px solid #CCC;
    align: center;
}

table.groupitem td p.item{
	text-align:center;
	font-size: 14px;
	font-weight: 900;
	color: rgb(255, 26, 0);
	margin-top:15px;
	line-height:2px;
	padding:auto;
	*margin:auto;
}

table.groupitem td div{
	color: #330000;
	margin-left:25px;
	margin-right:25px;
	text-align:center;
	font-weight:bold;
}

table.groupitem td div.icon img{
	margin:5px;
}

table.ranking {
	margin:auto;
	border: 2px solid #CCCCCC;
	margin-top:0;
	text-align: center;
	-moz-box-shadow: 5px 5px 7px #AAA;
	-webkit-box-shadow: 5px 5px 7px #AAA;
	box-shadow: 5px 5px 7px #AAA;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #fff;
}

table.ranking th {
	background-color: #CC3300;
	height: 21px;
	color: #fff;
	margin-top:-10px;
	text-align:center;
	font-weight:bold;
	padding:5px;
}
table.ranking td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
	vertical-align:top;
	font-size: 12px;
}

table.ranking td img.img{
	margin:auto;
	display:block;
	margin-bottom:2px;
	border: 1px solid #CCC;
}

table.ranking td p.item{
	text-align:center;
	font-size: 14px;
	font-weight: 900;
	color: rgb(255, 26, 0);
	margin-top:15px;
	line-height:2px;
	padding:auto;
	*margin:auto;
}

table.ranking td div{
	color: #330000;
	margin-left:30px;
	margin-right:30px;
	text-align:center;
	font-weight:bold;
	height:22px;
}

table.ranking td div.icon img{
	margin:2px;
}

table.ranking td div.rank1{
	background-image: url('images/medal_1.gif');
	background-repeat: no-repeat;
	background-position: left center;
}

table.ranking td div.rank2{
	background-image: url('images/medal_2.gif');
	background-repeat: no-repeat;
	background-position: left center;
}

table.ranking td div.rank3{
	background-image: url('images/medal_3.gif');
	background-repeat: no-repeat;
	background-position: left center;
}
table.rireki_block{
	width: 100%;
	margin:auto;
	border: 2px solid #CCCCCC;
	margin-top:0;
	margin-bottom:20px;
	text-align: center;
	-moz-box-shadow: 5px 5px 7px #AAA;
	-webkit-box-shadow: 5px 5px 7px #AAA;
	box-shadow: 5px 5px 7px #AAA;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #fff;
}

table.rireki_block th {
	background-color: #CC3300;
	height: 21px;
	color: #fff;
	margin-top:-10px;
	text-align:center;
	font-weight:bold;
	padding:5px;
}
table.rireki_block td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
	vertical-align:top;
	text-align: center;
}

table.rireki_block td img.img{
	margin:auto;
	display:block;
	margin-bottom:2px;
	padding: 5px;
	border: 1px solid #CCC;
    align: center;
}

table.rireki_block td p.item{
	text-align:center;
	font-size: 14px;
	font-weight: 900;
	color: rgb(255, 26, 0);
	margin-top:15px;
	line-height:2px;
	padding:auto;
	*margin:auto;
}

table.rireki_block td div{
	color: #330000;
	margin-left:25px;
	margin-right:25px;
	text-align:center;
	font-weight:bold;
}

#moshimo_sozai{
	margin-bottom:20px;
}
.image-second{
	padding: 50px;
}
.item_sozai{
	text-align: center;
	line-height:0px;
	margin: 0;
	padding: 0;
	border: 0;
}
.item_sozai img{
	vertical-align:bottom;
	line-height:0px;
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-box-shadow: 5px 5px 7px #AAA;
	-webkit-box-shadow: 5px 5px 7px #AAA;
	box-shadow: 5px 5px 7px #AAA;
	zoom: 1;
	overflow: hidden;
}

.shadow_box {
  margin: 0 2px 3px 0;
  padding: 5px;
  background:#f0f0f0;
  -moz-box-shadow: 5px 5px 7px #AAA;
  -webkit-box-shadow: 5px 5px 7px #AAA;
  box-shadow: 5px 5px 7px #AAA;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

#Average{
	margin-left: 240px;;
}

.average {
	position: relative;
	height: 24px;
}

.average span.label {
	position: absolute;
	top: 2px;
}

.average span a {
	font-weight: bold;
	color: #CC3300;
	text-decoration: underline;
} 

.average span.review-link {
	position: absolute;
	left: 190px;
	top: 0px;
	border: 0;
}

span.review_average {
	position: absolute;
	left: 102px;
	top: 2px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 15px;
	line-height: 15px;
	background-image: url('images/average.gif');
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left center;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

span.average-block {
	position: absolute;
	left: 102px;
	top: 2px;
	display: inline-block;
	width: 78px;
	height: 15px;
	line-height: 15px;
	background-image: url('images/average.gif');
	background-repeat: no-repeat;
	background-position: left center;
	opacity: 0.25;
	filter: alpha(opacity=25);
}

table.review-table {
	width: 80%;
	color: #000;
	background:#f0f0f0;
	padding: 20px;
	margin: auto;
	-moz-box-shadow: 5px 5px 7px #AAA;
	-webkit-box-shadow: 5px 5px 7px #AAA;
	box-shadow: 5px 5px 7px #AAA;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: 1.5em;
}

table.review-table td {
    padding: 10px;
}

table.review-table td.star {
	color: #FF9900;
}

table.review-table td.review {
	font-size: 100%;
}

table.review-table .odd {
    background-color: #FFF;
    padding: 5px;
}

table.review-table .even {
    background-color: #f0f0f0;
    padding: 5px;
}

table.review-table .notice {
    padding: 10px;
    font-size: 12px;
}

table.review-table td.next{
	text-align: right;
}

table.review-table td.next a{
	font-weight: bold;
	color: #CC3300;
	text-decoration: underline;
	text-align: right;
}

table.review-table ul {
	margin: 10px;
	margin-top: 1px;
	margin-bottom: 1px;
	list-style: disc inside;
	text-align: left;
}

table.review-table td.Nav{
	border: solid 1px #f0f0f0;
    background-color: #FFF;
    padding: 5px;
}

table.review-table td.Nav ul {
	text-align:center; 
}

/* PageNav */

.PageNav
{
	margin: 10px;
	padding: 0;
	white-space: nowrap;
	color: #999;
	text-align:center; 
}

.PageNav li
{
	display:inline; 
	list-style: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

.PageNav li.currentpage
{
	margin:0 6px 0 2px;
	padding: 2px 8px 2px 8px;
	background:#eee;
	color:#808080;
	border: 1px solid #c0c0c0;
}

.PageNav li.prepage
{
	margin:0 4px;
}

.PageNav a
{
	margin:0 2px;
	padding: 2px 8px 2px 8px;
	text-decoration:none;
	color:#808080;
	border: 1px solid #c0c0c0;
}

.PageNav a:hover
{
	color:#FF9900;
	background:#eee;
}

.PageNav a:visited
{
	color:#808080;
}

.PageNav li.prepage a {
	background: #fff url(images/prepage.gif) 10% 50% no-repeat;
	padding-left: 15px;
}

.PageNav li.prepage a:hover {
	background: #fff url(images/prepage.gif) 10% 50% no-repeat;
}

.PageNav li.nextpage a {
	background: #fff url(images/nextpage.gif) 90% 50% no-repeat;
	padding-right: 15px;
}

.PageNav li.nextpage a:hover {
	background: #fff url(images/nextpage.gif) 90% 50% no-repeat;
}

.PageNav li.pageskip
{
	margin:0 6px 0 2px;
	padding: 2px 8px 2px 8px;
	background:#fff;
	color:#808080;
	border: 1px solid #c0c0c0;
}

/* Footer */

#footer {
	width: 1000px;
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	border-top: 1px solid #BBBBBB;
	font-family: Arial, Helvetica, sans-serif;
}

#footer div {
	margin: 0;
	padding: 20px 0px 0px 30px;
	line-height: 90%;
	font-size: 10px;
	text-align: center;
	color: #45302C;
}

#footer a {
	color: #6B4A45;
}

.taglist { clear:both; margin:0; padding:0; float:right; line-height:1.0; }
.taglist li { display:inline; float:left; margin:0;margin-bottom: 20px;padding: 0 3px; border-right:1px solid #999; font-size: .9em; }
.taglist li.last { border:none; }
.taglist a {}
