@charset "euc-jp";

/*
   +----------------------------------------------------------------------+
   |zen-cart Open Source E-commerce                                       |
   +----------------------------------------------------------------------+
   | Copyright (c) 2003 The zen-cart developers                           |
   |                                                                      |   
   | http://www.zen-cart.com/index.php                                    |   
   |                                                                      |   
   +----------------------------------------------------------------------+
   | This source file is subject to version 2.0 of the GPL license,       |
   | that is bundled with this package in the file LICENSE, and is        |
   | available through the world-wide-web at the following url:           |
   | http://www.zen-cart.com/license/2_0.txt.                             |
   | If you did not receive a copy of the zen-cart license and are unable |
   | to obtain it throu/* General Text Styles */

body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	color: #222;
	min-width: 46em; /* prevents center column from collapsing */
/*	font: normal 76%/150% "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", sans-serif; */
	font: normal 90%/150% "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", sans-serif; 
}

h1 {
	color:#222222;
	font-size: 1.2em;
	margin: 0px 0px 10px 0px;
	padding: 4px 10px 4px 6px;
	border: 1px solid #ababab;
	border-left: 4px solid #b22450;
	background-color:#ffffff;
}

h2 {
	color:#222222;
	font-size: 1em;
	line-height: 1.4em;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 6px;
	border-left: 4px solid #b22450;
	background-color:#ffffff;
}

h3 {
	color:#b22450;
	font-size: 1em;
	font-weight: bold;
}

h4 {
	color:#b22450;
	font-size: 1em;
}

h5 {
	color:#b22450;
	font-size: 1em;
}

p {
	font-size: 100%;
	margin: 0 0 1em;
	line-height: 1.4em;
}

li, td {
	font-size: 100%;
	line-height: 1.1em;
}

a:link {
  color: blue;
  text-decoration: underline;
}

a:visited {
  color: #660066;
}

a:hover, a:active {
  color: #003;
}

a img {
  text-decoration: none;
  display: inline;
}

form {
	display: inline;
}

/* ------------------------------------------------------------ */
/* Page Layout */ 

#content {
 	width: 100%; /* add width of sidebox columns to get desired fixed-grow width, or set to 100% for full fluid */
	margin: 0; /* width of the side-columns */
	padding:0;
	background: #ffffff url("../images/bg_line.gif") repeat-y left top;
}

#content-c {
	width: 100%;
	padding: 10px 0 20px 0px;
	background: url("../images/bg_line.gif") repeat-y right top;
}

* html #content {
  width: 100%;
}

* html*#content {
  width: auto;
}

#floatwrap {
	width: 100%;
	float: left;
	margin-right: -180px; /* width of the col-a *//* width of the col-b ? */
}

#col-main {
	width: 100%;
	float: right;
}

#col-a {
	width: 201px;
	float: left;
	margin-right: -201px;
	position: relative;
}

#col-b {
	float: right;
	width: 180px;
	position: relative;
}

#main {
	margin: 0 201px 0 201px; /* widths of side columns */
	background: #fff;
	padding: 0;
	border: none;
/*	width:100%;　IE5.5用*/
}

#nav {
/*	width: 100%;*/
	margin: 0 0 20px 10px;
	padding: 0;
}

#optional-info { 
/*	width: 100%;*/
	margin: 0 0 20px 10px;
	padding: 0;
}

#header {
	color: #fff;
	width: 100%;
	height: 30px;
	padding: 0;
	margin: 0;
	background: #333399 url(../images/header_bg.gif) repeat-x left top;
}

/* Layout "Tricks" */

#header a#logo img { 
	width: 106px;
	height: 15px;
	margin: 8px 0 0 10px;
	padding: 0;
	border: none;
}

.centervert {
	float: left;
	overflow: visible;
	background-color: transparent;
}

/* ------------------------------------------------------------ */
/* Sideboxes */

.sidebox {
	width: 160px;
	margin: 0 0 10px 0;
	padding: 0;
}

  /* Show only to IE PC \*/
* html .boxhead h4 {height: 1%;} /* For IE 5 PC */

.boxhead {
	text-align: left;
	margin: 0;
	padding: 0;
	border-left: 4px solid #b22450;
	background: #eeeeee;
}

.boxhead h4 {
	color: #333333; 
	margin: 0;
	padding: 3px 10px 3px 6px;
	border: 1px solid #ababab;
	border-left: none;
	background: #eeeeee;
}

.boxhead h4 a {
	color: #b22450; 
	text-decoration: none;
}

.boxbody {
	margin: 0;
	padding: 0;
	border: 1px solid #ababab;
	border-top: none;
}

/*.sidebox {
	text-align: center;
}*/

/*
.sidebox ul {
	margin: 0 4px 0 4px;
	padding: 4px 0 4px 0;
	background: url(../images/dotline.gif) repeat-x 1px 3px;
	list-style: none;
}
*/

/* ■■■ */

.sidebox ul {
	margin: 0 4px 4px 4px !important;
	padding: 5px 0 0 0 !important;
	background: url(../images/dotline.gif) repeat-x 0 4px;
	list-style-type: none;
}

.sidebox ul li {
	margin: 0;
	padding: 3px 0 4px 0;
	background: url(../images/dotline.gif) repeat-x bottom left;
}

.sidebox ul li a {
	color: #333333;
	text-decoration: none;
	display: block;
}

.sidebox ul li a:hover {
	background-color: #eeeeee;
}

.sidebox ol {
	margin: 0 4px 0 34px !important;
	padding: 4px 0 4px 0 !important;
	background: url(../images/box-dotline.gif) repeat-x 1px 3px;
}

.sidebox ol li {
	margin: 0;
	padding: 3px 0 4px 0;
	background: url(../images/dotline.gif) repeat-x bottom left;
}

.sidebox ol li a {
	color: #333333;
	text-decoration: none;
	display: block;
}

.sidebox ol li a:hover {
	background: #eeeeee;
}

/* ----------------------------- */
/* fp sidebox whatsnew 新着商品,languages 言語, specials 特価製品 */

#whatsnew div.boxbody div,
#languages div.boxbody div,
#specials div.boxbody div {
	text-align: center;
	margin: 0px;
	padding: 4px;
}

/* ----------------------------- */
/* fp sidebox manufacturersselect 講師, currencies 通貨, search 商品検索 */

#manufacturersselect div.boxbody div,
#currencies div.boxbody div,
#search div.boxbody div {
	text-align: center;
	margin: 0px;
	padding: 4px;
}

#manufacturersselect div.boxbody div form,
#currencies div.boxbody div form,
#search div.boxbody div form {
	margin:0px;
	padding:0px;
	display:block; /*blockに指定しないと背景画像が表示されない（デフォルトでformをinlineに指定しているため）*/
}

/* ----------------------------- */
/* fp sidebox reviesnone レビュー レビューが無い場合, reviewsrandom レビュー ランダム */
#reviewsnone div.boxbody div,
#reviewsrandom div.boxbody div {
	margin: 0px;
	padding: 4px;
}

/* ------------------------------------------------------------ */
/* header */

#headernavbar {
	font-size: 0.9em;
	text-align: left;
	margin: 0;
	padding: 5px 10px 6px 24px;
	background: #ffffff url(../images/dotline.gif) repeat-x bottom left;
}

#headernavbar img {
	width: 4px;
	height: 6px;
	vertical-align: baseline;
	margin: 0 4px 0 6px;
	border: none;
}

#headernavbar a {
	color: #339900;
	text-decoration: none;
}

#headernavbar form {
	display: inline;
	line-height: auto;
}

/* ------------------------------------------------------------ */
/* subhead */

#subhead {
	width: 100%;
	margin: 0;
/*	padding-bottom: 1px;
	background: #ffffff url(../images/dotline.gif) repeat-x left bottom;*/
}

#subhead .subhead-c {
	width: 100%;
	background: #ebebf5 url(../images/subhead_bg.jpg) no-repeat left top;
}

#subhead div.subhead-l {
	float: left;
	width: 100%;
	margin: 0 -170px 0 0;
}

#subhead div.subhead-l-c {
	margin: 10px 170px 10px 201px;
}

#subhead div.subhead-l p {
	margin: 0;
	padding: 0;
}

#subhead div.subhead-l p span.ttl-main {
	color: #333399;
	font-size: 1.6em;
	line-height: 1.2em;
	font-weight: bold;
}

#subhead div.subhead-l p span.ttl-sub1 {
	color: #b22450;
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: bold;
}

#subhead div.subhead-l p span.ttl-sub2 {
	color: #333399;
	font-size: 1em;
	line-height: 1.4em;
}

#subhead div.subhead-l ul {
	margin: 5px 0 0 30px;
	padding: 0;
}

#subhead div.subhead-l li {
	text-align: left;
	line-height: 1.4em;
}


#subhead div.subhead-r {
	float: right;
	width: 170px;
	height: 89px;
}

#subhead div.subhead-r img {
	width: 160px;
	height: 20px;
	margin-top: 2px;
	border: none;
}

/* ------------------------------------------------------------ */

.headererror, .headerinfo {
	font: bold 85%/1.5em Arial, sans-serif;
	background: #f00;
	color: #fff;
	text-align: center;
	border:  1px solid #000;
}

.headerinfo {
	background: #0f0;
	color: #222;
}


/* ------------------------------------------------------------ */
/* footer */

#footer {
	color: #666666;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #ffffff url(../images/dotline.gif) repeat-x top right;
	border-bottom: 20px solid #ffffff;
}

#footer-body {
	width: 770px;
	margin: 0 auto;
}

#footer p.footer-l {
	float: left;
	font-size: 0.9em;
	margin: 0;
	padding: 8px 0 0 0;
}

#footer p.footer-r {
	float: right;
	text-align: right;
	font-size: 0.8em;
	margin: 0;
	padding: 8px 0 0 0;
}

#footer a {
	color: #666666;
	text-decoration: none;
}

/* ------------------------------------------------------------ */
/* Horizontal Navigation for Product Pages */

#navcontainer ul {
	padding-left: 0;
	margin-left: 0;
	background-color: #eee;
	color: #000;
/*	float: left;*/
	width: 100%;
}

#navcontainer li {
	display: inline;
}

#navcontainer a {
	padding: 0.2em 1em;
	background-color: #eee;
	color: #000;
	text-decoration: none;
/*	float: left;*/
	border-right: 1px solid #fff;
}

#navcontainer a:hover {
	background-color: #ccc;
	color: #000;
}

/* ------------------------------------------------------------ */
/* misc formatting DO WE NEED ALL THESE? */
.infoboxnotice {
	background: #FF8E90;
}
.infoboxnoticecontents {
	background: #FFE6E6;
/*	font-family: Tahoma, Verdana, Arial, sans-serif;*/
}
.plainbox {
	margin: 5px 0;
	padding: 5px;
	background: #fff;
	border: 1px solid gray;
}

.or { /* odd rows for alternating bg */
  background: #fff;
}

.er { /* even rows for alternating bg */
  background: #eff4f8;
}

.errorbox { background: #ffb3b5; font-weight: bold; }
.stockwarning { color: #c03; }
.productsnotifications { background: #f2fff7; }
.orderedit { color: #70d250; text-decoration: underline; }
.productListing-heading { border-bottom: 1px solid #333; }

a.pageresults { color: #00F; }

a.pageresults:hover {
  color: #00F;
  background: #FF3;
}

.smalltext { font-size: .9em; }

.accountcategory {
  font-size: 1.3em;
  color: #abd;
}

.fieldkey, .tableheading {
  font-weight: bold;
  font-size:85%;
}

.fieldvalue { font-size: 85%; }

.newitemincart { color: #f00; }


/*textarea {
  width: 100%;
  font-size: 100%;
}*/

p.greetUser {
	color: #b22450;
	font-size: 0.9em;
	margin:0px 0px 5px 0px;
	padding: 0px;
}

p.greetUser span.greetUser {
	font-weight: bold;
}

p.greetUser a {
	color: #339900;
	font-weight: bold;
	text-decoration: none;
}


table.formarea {
	background: #f1f9fe;
	border: 1px solid #7b9ebd;
}

.markproductoutofstock {
	color: #c76170;
	font-weight: bold;
	font-size: 85%;
}

.productbox {
	border: 1px solid #d7d7d7;
}

.productimage {
	margin: 0;
	padding: 0;
	width: 33%;
	float: left;
	text-align: center;
}

.productfeatures {
	margin: 0;
	padding: 0;
	width: 65%;
	float: left;
}

.productdescription {
	padding: 2em;
	margin-bottom: 1.5em;
	border: 1px solid #e6e6e6;
}

.specialprice { 
	color: #f00; 
	font-weight: bold;
	font-size: 1.2em;
}

.price { 
	color: #000; 
	font-weight: bold;
	font-size: 1.2em;
}

.normalprice { 
	color: #666;
	font-weight: normal;
	text-decoration: line-through;
}

span.normalprice {
	text-decoration: line-through;
}


SPAN.productSpecialPrice {
	color: #ff797c;
}

span.productSpecialPriceSale {
	color: #ff797c;
	text-decoration: line-through;
}

SPAN.productSalePrice {
	color: #FF0000;
}

SPAN.productPriceDiscount {
/*	font-size: 10px;*/
	font-size: 0.9em;
	color: #FF0000;
}

.errortext {
  color: #f00;
}
.cartbox {
	width: 60%;
	border: 1px solid gray;
}
.modulerowover { background-color: #D7E9F7; cursor: hand; }
.modulerowselected { background-color: #E9F4FC; }

.checkoutbarfrom, .checkoutbarto { color: #8c8c8c; }
.checkoutbarcurrent { color: #000000; }

/* ------------------------------------------------------------ */
/* breadCrumb パン屑メニュー */

/*.breadcrumb { font-size: 100%; }*/

/*fp*/
.breadCrumb {
	color:#666666;
	font-size: 0.9em;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

.breadCrumb a {
	color:#666666;
	text-decoration: none;
}

/* ------------------------------------------------------------ */
/* message box */

.messagestackerror,
.messagestackwarning {
	background-color: #ffb3b5;
	line-height; 1em;
}

/*fp*/
.messageStackWarning {
	background-color: #ffb3b5;
	line-height; 1em;
}

.messagestacksuccess {
	background-color: #9f0; line-height; 1em;
}

.inputrequirement {
	color: #f00;
}

/* ------------------------------------------------------------ */
/* form formatting */

fieldset { 
	background: #eee; 
	border: 1px solid #ccc;
	margin: 0 0 7px;
	padding: 10px;
	font-size: 100%;
}

.fieldset { 
	background: #eee; 
	border: 1px solid #ccc;
	margin: 0 0 7px;
	padding: 10px;
}

legend { 
	background: #fff;
	padding: 2px 6px 3px 5px;
	margin: 0;
	border: 1px solid #ccc;
}

.legend {
	background: #fff;
	padding: .25em .5em;
	margin: 0;
	border: 1px solid #ccc;
	position: relative; 
	width: 33%;
	top: -2em;
	left: 0;
	white-space: nowrap;
}

.formrow { 
	line-height: 2em;
	clear: both;
	margin: 0;
	padding; 0;
}

/*fp*/
.formrow {
	padding: 0;
}

label {
	width: 25%;
	text-align: right;
	margin: 0 3px 0 0;
	float: left;
}

.productfeatures label{
	white-space: nowrap;
/*	word-break: keep-all;*/
}

.spec{
	float: left;
	display:block;
}

fieldset input, fieldset select {
	width: auto;
	text-align: left;
	float: left;
}

/* ------------------------------------------------------------ */
/* sidebox content formatting */

#col-a input,
#col-b input,
#col-a select,
#col-b select {
	width: auto;
	margin: 1px auto;
	float: none;
}

/*fp*/
#col-a input,
#col-b input,
#col-a select,
#col-b select {
	margin: 0px auto;
}

form p.reminder { 
	margin: 0;
	padding: 0 0 0 115px; /* label margin + label width + 3 */
}

form span.button, span.button img {
	float: right;
	width: 99%;
	padding: 0 20px 5px;
}

form span.button input {
	text-align: right;
	width: auto;
}

/* ------------------------------------------------------------ */
/* Header search */
.headersearch { color: gray; }

/*fp*/
/*
.row {
	clear: both;
	padding-top: 10px;
	height:25px;*//* 右寄せボタンはみだし対策、数値は再考の余地アリ*//*
}*/

/*fp*/
.row {
	clear: both;
	padding-top: 10px;
	height:25px; /* 右寄せボタンはみだし対策、数値は再考の余地アリ */
}
/* コメントの書き方にも注意が必要？ */

.row span.left {
	float: left;
	text-align: left;
	width: 49%;
}

.row span.right {
	float: right;
	text-align: right;
	width: 49%;
}
.float {
	width: 120px;
	padding: 10px;
	float: left;
}
.floatl {
	padding: 10px;
	float: left;
}
.float p {
	text-align: center;
}
.inline input { 
	display: inline; 
	float: none;
}

#pageresultstop {
	border-bottom:  1px solid #ccc;
}

#pageresultsbottom {
	border-top:  1px solid #ccc;
}

/* ------------------------------------------------------------ */
/* float clear */

.clear {
	clear: both;
	line-height: 1px;
	margin-top: -1px;
	font: 1px;
	background-color: transparent;
}

.clear2 {
	clear: both;
	margin:0px;
	padding:0px;
}

.clear0 {
	clear: both;
	height: 0px;
	line-height: 0px;
}

.cleargap {
	clear: both;
	line-height: 12px;
	font: 1px;
	background-color: transparent;
}

/* ------------------------------------------------------------ */

.center { text-align: center; }

.centerleft { 
	float: left;
	width: 160px;
	text-align: center; 
}

.attribute {
	width: 80px;
}
.note {
	color: #f00; 
}

h2.newproduct,
h2.upcoming,
h2.alsopurchased {
	background-color: #eee;
	color: #000;
	font-size: 120%;
	padding: 5px;
}

/*fp*/
h2.newproduct,
h2.upcoming,
h2.alsopurchased {
	color:#333333;
	font-size: 1.1em;
	margin: 0px 0px 10px 0px;
	padding: 4px 10px 4px 6px;
	border: 1px solid #ababab;
	border-left: 4px solid #b22450;
	background-color:#ffffff;
}

#reviews {
	font-size: 80%;
}

td.main {
	font-size: 80%;
}

/* ------------------------------------------------------------ */
/* common */

div.width100 {
	width: 100%;
}

em {
	font-style: normal;
	font-weight: bold;
}

/* ------------------------------ */
/* linkmark */

a img.marklink02-1 {
	vertical-align: baseline;
	width: 10px;
	height: 10px;
	margin: 0 4px 0 0;
	border: none;
}

a img.marklink02-2 {
	vertical-align: baseline;
	width: 10px;
	height: 10px;
	margin: 0 0 0 4px;
	border: none;
}

a img.marklink03-1 {
	vertical-align: baseline;
	width: 12px;
	height: 12px;
	margin: 0 4px 0 0;
	border: none;
}

a img.marklink03-2 {
	vertical-align: baseline;
	width: 12px;
	height: 12px;
	margin: 0 0 0 4px;
	border: none;
}

a.link-txt {
	color: #222;
	font-weight: bold;
	text-decoration: none;
}

/* ------------------------------------------------------------ */
/* navi-home */

#header div#navi-home {
	float: left;
	text-align: left;
	font-size: 0.9em;
	margin-left: 5px;
}

#header div#navi-home img.spacer {
	vertical-align: middle;
	width: 1px;
	height: 30px;
}

#header div#navi-home a {
	color: #ffffff;
	text-decoration: none;
}

/* ------------------------------------------------------------ */
/* navi-common */

#header div#navi-common {
	float: right;
	text-align: right;
	font-size: 0.9em;
	margin: 0; /* marginで余白を指定するとwin ieで必要以上に余白ができてしまうためpaddingで設定 */
	padding-right: 10px;
}

#header div#navi-common img.spacer {
	vertical-align: middle;
	width: 1px;
	height: 30px;
}

#header div#navi-common ul {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}

#header div#navi-common li {
	display: inline;
	margin: 0;
	padding: 0;
}

#header div#navi-common a {
	color: #ffffff;
	text-decoration: none;
}

/* ------------------------------------------------------------ */
/* tnavi */

#tnavi {
	margin: 0;
	padding: 0 0 1px 0;
	background: #eee url(../images/dotline.gif) repeat-x left bottom;
}

#tnavi-c {
	margin: 0;
	padding: 1px 0 0 20px;
	background: #eee url(../images/dotline.gif) repeat-x left top;
}

#tnavi ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#tnavi li {
	float: left;
	line-height: 1em;
	white-space: nowrap;
	margin: 0 4px 0 0;
	padding: 4px;
}


#tnavi li.tnavi-off {
	background: #eee url(../images/tnavi_off.gif) no-repeat left center;
}

#tnavi li.tnavi-on {
	background: #dbdbed url(../images/tnavi_on.gif) no-repeat left center;
}

#tnavi span {
	margin: 0;
	padding: 0 0 0 14px;
	background-color: transparent;
}

#tnavi a {
	color: #222;
	text-decoration: none;
	padding: 0 0 0 14px;
	background-color: transparent;
}

/* ------------------------------------------------------------ */
/* zenctop zenc-main1 */

div#zenc-main1 div#main1-head {
	background-color: #b22450;
}

div#zenc-main1 div#main1-head-c {
	width: 100%;
}

div#zenc-main1 div.img-main1-head {
	float: left;
	width: 42px;
}

div#zenc-main1 div.img-main1-head img {
	width: 32px;
	height: 31px;
	margin: 5px;
}

div#zenc-main1 h1 {
	font-size: 1em;
	color: #fff;
	margin: 0 0 0 42px;
	padding: 5px 10px 5px 0;
	border: none;
	background-color: #b22450;
}

div#main1-body {
	margin: 0 0 20px 0;
	padding: 10px 0 4px 10px;
	border: 1px solid #ababab;
	border-top: none;
	background-color: #eeeeee;
}

div.main1-body-c {
	width: 100%;
}

div#zenc-main1 div.main1-content {
	float: left;
	width: 33%;
}

div#zenc-main1 div.main1-content p {
	margin:0 10px 0 0;
	padding: 0;
}

div#zenc-main1 div.main1-content div.main1-img-1 {
	text-align: center;
	margin:0 10px 0 0;
	padding: 0;
}

div#zenc-main1 div.main1-content div.main1-img-2 {
/*	float: right;*/
	text-align: right;
	margin:0 10px 0 0;
	padding: 0;
}

/* Contribute用に記述をインラインにしたため不要
div#zenc-main1 img.img-main1-1 {
	width: 81px;
	height: 60px;
	margin-top: 20px;
}

div#zenc-main1 img.img-main1-2 {
	width: 97px;
	height: 72px;
	margin-top: 10px;
}

div#zenc-main1 img.img-main1-3 {
	width: 70px;
	height: 86px;
}
*/

div#zenc-main1 div.main1-content div.daihyo {
	text-align: right;
	font-size: 0.9em;
	line-height: 1.2em;
	margin-right: 10px;
	padding: 3px 0 3px 0;
}

div#zenc-main1 div.main1-content p.btn-main1 {
	background: url(../images/btn_main1_bg.gif) repeat-x right top;
}

div#zenc-main1 a.btn-main1 {
	display: block;
}

div#zenc-main1 img.btn-main1-1 {
	width: 80px;
	height: 20px;
	border: none;
}

div#zenc-main1 img.btn-main1-2 {
	width: 90px;
	height: 20px;
	border: none;
}

div#zenc-main1 img.btn-main1-3 {
	width: 148px;
	height: 20px;
	border: none;
}



/* ------------------------------------------------------------ */
/* idx-btn-anc */

#idx-btn-anc {
	text-align: center;
	margin: 10px 0;
/*	background: url(../images/idx_btn_anc_bg.gif) repeat-x left top;
	border-left: 1px solid #ababab;
	border-right: 1px solid #ababab;*/
}

#idx-btn-anc img {
	margin-right: 3px;
/*	border-left: 1px solid #fff;*/
}

#idx-btn-anc img.idx-btn-anc-end {
	margin: 0;
/*	border-right: 1px solid #fff;*/
}



/* ------------------------------------------------------------ */
/* zenctop zenc-main2 layout */

div.zenc-main2 {
	margin: 0 0 20px 0;
}

div.zenc-main2 div.content-l {
	float: left;
	width: 49%;
}

div.zenc-main2 div.content-r {
	float: right;
	width: 50%;
}

div.zenc-main2 div.content-l div.mainbox {
	margin: 0 5px 0 0;
	padding: 0;
}

div.zenc-main2 div.content-r div.mainbox {
	margin: 0 0 0 5px;
	padding: 0;
}

div.zenc-main2 div.mainbox-head h3 {
	color:#222;
	font-size: 1em;
	margin: 0px;
	padding: 4px 10px 4px 6px;
	border: 1px solid #ababab;
	border-left: 4px solid #b22450;
	background-color:#ffffff;
}

div.zenc-main2 div.mainbox-body {
	margin: 0;
	border: 1px solid #ababab;
	border-top: none;
	background-color: #ffffff;
}

div.zenc-main2 div.mainbox-body-c {
	width: 100%;
}

/* ------------------------------ */
/* hagukumukai, tapekaiin */

div#hagukumukai,
div#tapekaiin {
	margin-top: 20px;
}

div#hagukumukai div.mainbox-head h3 a,
div#tapekaiin div.mainbox-head h3 a {
	color: #222;
	text-decoration: none;
}

div#hagukumukai div.mainbox-head h3 a span,
div#tapekaiin div.mainbox-head h3 a span {
	color: #b22450;
}

div#hagukumukai div.mainbox-body p,
div#tapekaiin div.mainbox-body p {
	margin: 0;
	padding: 4px 9px 4px 9px;
}

/* ------------------------------ */
/* voice_magazine */

div#voice_magazine div.mainbox-head h3 a span {
	color: #b22450;
}

div#voice_magazine {
	margin-bottom: 10px;
}

div#voice_magazine div.mainbox-head h3 a {
	color: #222;
	text-decoration: none;
}

div#voice_magazine p {
	margin:0px;
	padding:8px 8px 8px 8px;
}


/* ------------------------------ */
/* fp column */

div#column {
	margin-bottom: 10px;
}

div#column div.mainbox-head {
	border: 1px solid #ababab;
	border-left: none;
	background:#ffffff url(../images/column_icon_bg.gif) repeat-y left top;
}

div#column div.mainbox-head div.column-icon {
	float: left;
	width: 34px;
}

div#column div.mainbox-head h3 {
	color:#b22450;
	font-size: 1.2em;
	margin-left: 34px;
	padding: 4px 10px 4px 6px;
	border: none;
}

div#column div.mainbox-body {
	word-break: break-all;
}

div#column div.mainbox-body h4 {
	color: #222;
	font-size: 1em;
	line-height: 1.4em;
	margin: 0 9px 0 9px;
	padding: 4px 0 4px 0;
}

div#column div.mainbox-body p {
	margin: 0 9px 0 9px;
	padding: 0 0 4px 0;
}

div#column div.mainbox-body div.detail {
	text-align: right;
	margin: 0 9px 0 9px;
	padding: 5px 0 4px 0;
	background: url("../images/dotline.gif") repeat-x top left;
}

div#column div.mainbox-body div.detail a {
	color: #222;
	font-weight: bold;
	text-decoration: none;
}

/* ------------------------------ */
/* feature */

div#feature div.mainbox-head h3 {
	border-bottom: none;
	line-height: 1.4em;
}

div#feature div.mainbox-head h3 span {
	color:#b22450;
}

div#feature div.mainbox-body h4 {
	color: #222;
	line-height: 1.4em;
	margin: 0;
	padding: 4px 9px 5px 9px;
	border-top: 1px solid #ababab;
}

/*
div#feature div.mainbox-body table.tbl-feature {
	margin: 0 9px 5px 9px;
}

div#feature div.mainbox-body table.tbl-feature td {
	vertical-align: top;
	margin: 0;
	padding: 5px 0 5px 0;
}

div#feature div.mainbox-body table.tbl-feature img.icon-feature {
	margin-right: 8px;
	width: 32px;
	height: 23px;
	border: none;
}

div#feature div.mainbox-body table.tbl-feature a {
	color: #222;
	text-decoration: none;
}
*/

div#feature div.mainbox-body table {
	margin: 0 9px 5px 9px;
}

div#feature div.mainbox-body table td {
	vertical-align: top;
	margin: 0;
	padding: 5px 0 5px 0;
}

div#feature div.mainbox-body table img {
	margin-right: 8px;
	width: 32px;
	height: 23px;
	border: none;
}

div#feature div.mainbox-body table a {
	color: #222;
	text-decoration: none;
}

/*div#feature div.feature-item {
	margin: 0px 9px 0px 9px;
	padding: 5px 0 4px 0;
	background: url("../images/dotline.gif") repeat-x top left;
}

div#feature div.feature-item div.icon-cassette {
	float: left;
	margin: 0;
	padding-bottom: 4px;
	width: 40px;
}

div#feature div.feature-item div.icon-cassette img {
	width: 32px;
	height: 23px;
}

div.feature-item p {
	margin: 0 0 0 40px;
	padding: 0;
}

div.feature-item p a {
	color: #222;
	text-decoration: none;
}*/

/* ------------------------------------------------------------ */
/* side mailmagazine */

#sidemessage {
	color: #b22450;
	font-weight: bold;
	margin: 0 20px 5px 0;
}

/* ------------------------------------------------------------ */
/* side mailmagazine */

#mailmagazine div.boxbody p {
	margin: 0px;
	padding: 5px 8px 3px 6px;
}

#mailmagazine .boxbody li {
	text-align: center;
}

#mailmagazine .boxbody li div {
	text-align: left;
	padding-bottom: 2px;
}

#mailmagazine .boxbody li div span {
	color: #ff0000;
	font-size: 0.9em;
}

#mailmagazine .sidebox-input1 {
	width: 90%;
}

#mailmagazine textarea {
	width: 90%;
}

#mailmagazine .sidebox-input2 {
	width: 60px;
	margin: 0 5px;
}

#mailmagazine p.kaijo {
	text-align: left;
}

#mailmagazine p.kaijo {
	text-align: right;
}

#mailmagazine p.kaijo a {
	color: #222;
	text-decoration: none;
	font-weight: bold;
}

/* ------------------------------------------------------------ */
/* side banner */

img.banner-01 {
	width: 160px;
	height: 52px;
	margin: 0 0 10px 0;
	border: none;
}

img.banner-02 {
	width: 160px;
	height: 52px;
	margin: 0;
	border: none;
}

/* ------------------------------------------------------------ */
/* product_info */

div.product-info-btn {
	margin: 0 0 20px 0;
	padding: 0; 
	background-color: #eee;
}

div.product-info-btn p {
	margin: 0;
	padding: 5px;
	text-align: left;
}

/* ------------------------------------------------------------ */
/* common */

.spacer-bottom1 {
	margin: 0;
	padding: 0;
}

.spacer-bottom2 {
	margin: 0 0 5px 0;
	padding: 0;
}

.spacer-bottom3 {
	margin: 0 0 10px 0;
	padding: 0;
}

.spacer-bottom4 {
	margin: 0 0 15px 0;
	padding: 0;
}

.spacer-bottom5 {
	margin: 0 0 30px 0;
	padding: 0;
}

.spacer-left1 {
	margin: 0 0 0 10px;
	padding: 0;
}

.spacer-left2 {
	margin: 0 0 0 20px;
	padding: 0;
}

.frame-head {
	color: #222;
	font-size: 1.1em;
	margin: 10px 0 0 0;
	padding: 4px 9px 4px 9px;
	border: 1px solid #d7d7d7;
	background-color: #eeeeee;
}

.frame-body {
	margin-bottom: 30px;
	padding: 9px 9px 4px 9px;
	border: 1px solid #d7d7d7;
	border-top: none;
	background-color: #fff;
}

p.static {
	margin: 10px 0 30px 10px;
	padding: 0;
}

p.static2 {
	margin: 10px 0 10px 10px;
	padding: 0;
}

p.static3 {
	margin: 0 0 5px 0;
	padding: 0;
}

ul.static {
	margin: 0 0 30px 30px;
	padding: 0;
}

ul.static li {
	line-height: 1.4em;
	margin: 0;
	padding: 0;
}

.area01-0-0-0-10 {
	margin: 0 0 0 10px;
	padding: 0;
}

.area01-0-0-0-20 {
	margin: 0 0 0 20px;
	padding: 0;
}

.f-bold {
	font-weight: bold;
}

.f-color1 {
	color: #ff0000;
}

.f-color2 {
	color: #ff9900;
}

.f-color3 {
	color: #b22450;
}

.f-color4 {
	color: #333399;
}

/* ------------------------------------------------------------ */
/* zenc static page */

/* ------------------------------ */
/* zenc-faq */

#zenc-faq ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#zenc-faq ul li {
	margin: 0;
	padding: 0;
}

#zenc-faq ul h2 {
	font-size: 1.1em;
	margin-bottom: 10px;
}

/* ------------------------------ */
/* zenc-shippinginfo */

#zenc-shippinginfo h2 {
	font-size: 1.1em;
	margin-bottom: 10px;
}

#zenc-shippinginfo ol.chumon {
	margin: 0 0 0 35px;
	padding: 0;
}

#zenc-shippinginfo ol.chumon h3 {
	color: #222222;
	font-size: 1em;
	margin: 0 0 5px 0;
}

#zenc-shippinginfo img.freedial {
	vertical-align: baseline;
	width:17px;
	height:11px;
	margin: 0 4px 0 0;
}

#zenc-shippinginfo ul.henpin {
	margin: 0 0 30px 30px;
	padding: 0;
}

#zenc-shippinginfo ul.henpin li {
	line-height: 1.4em;
}

/* ------------------------------ */
/* zenc-tokutei */

#zenc-tokutei h2 {
	font-size: 1.1em;
	margin-bottom: 10px;
}

#zenc-tokutei ul.hyoki {
	margin: 0;
	padding: 0;
	list-style: none;
}

#zenc-tokutei ul.hyoki h3 {
	color: #222222;
	font-size: 1em;
	line-height: 1.4em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#zenc-tokutei ul.hyoki ul {
	line-height: 1.4em;
	list-style-type: disc;
	margin: 0 0 15px 20px;
	padding: 0;
}

#zenc-tokutei ul.hyoki ul li {
	line-height: 1.4em;
}

/* ------------------------------ */
/* zenc-tapekaiin */

#zenc-tapekaiin h2 {
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 0 0 10px 0;
}

#zenc-tapekaiin h2 img {
	vertical-align: baseline;
	width: 12px;
	height: 12px;
	margin: 0 4px 0 0;
}

#zenc-tapekaiin h2 span {
	color: #b22450;
}

#zenc-tapekaiin h3.merit {
	color: #222;
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
}

#zenc-tapekaiin del {
	color: #666;
	font-weight: bold;
	text-decoration: line-through;
}

#zenc-tapekaiin span.merit-kakaku {
	color: #ff0000;
	font-size: 1.1em;
	font-weight: bold;
}

#zenc-tapekaiin ol.kaiinseido {
	list-style-type: upper-alpha;
	margin: 0 0 10px 35px;
	padding: 0;
}

#zenc-tapekaiin ul {
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0;
}

#zenc-tapekaiin li {
	line-height: 1.4em;
	margin-bottom: 10px;
}

#zenc-tapekaiin ol.kaiinseido h4,
#zenc-tapekaiin ul h4 {
	color: #b22450;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
}

#zenc-tapekaiin div.voicemagazine-l {
	float: left;
	width: 45%;
	padding-bottom: 10px;
}

#zenc-tapekaiin div.voicemagazine-r {
	float: right;
	width: 45%;
	padding-bottom: 10px;
}

#zenc-tapekaiin div.link-voicemagazine {
	text-align: center;
	padding-top: 6px;
	background: url(../images/dotline.gif) repeat-x top left;
}

/* ------------------------------ */
/* zenc-hagukumu */

#zenc-hagukumu h2 {
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 0 0 10px 0;
}

#zenc-hagukumu #aisatsu-head {
	color: #b22450;
	padding: 4px 29px 4px 29px;
}

#zenc-hagukumu #aisatsu-body {
	line-height: 1.8em;
	padding: 9px 29px 9px 29px;
}

#zenc-hagukumu #aisatsu-body-r {
	float: left;
	width: 100px;
}

#zenc-hagukumu #aisatsu-body-r img {
	width: 100px;
	height: 129px;
}

#zenc-hagukumu #aisatsu-body-l {
	margin-left: 120px;
}

#zenc-hagukumu ol.tokuten {
	margin: 0 0 10px 35px;
	padding: 0;
}

#zenc-hagukumu ol.tokuten li {
	line-height: 1.4em;
}

#zenc-hagukumu div#link-bbs {
	margin: 0 20px 0 20px;
	padding: 9px;
	border: 1px solid #a9a9d4;
	background-color: #ebebf5;
}

#zenc-hagukumu div#link-bbs h2 {
	color: #fff;
	font-size: 1.2em;
	line-height: 1.2em;
	padding: 5px 10px;
	border: none;
	background-color: #333399;
}

#zenc-hagukumu div#link-bbs p.txt {
	margin: 0 10px 15px 10px;
	padding: 0;
}

#zenc-hagukumu div#link-bbs div#attention {
	padding: 5px 9px;
	border: 1px solid #a9a9d4;
	background-color: #fff;
}

#zenc-hagukumu p#btn-bbs {
	text-align: center;
	margin: 0 0 15px 0;
	padding: 0;
}

#zenc-hagukumu img.btn-bbs {
	width: 150px;
	height: 28px;
	border: none;
}

/* ------------------------------ */
/* zenc-privacy */

#zenc-privacy h2 {
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 0 0 10px 0;
}

#zenc-privacy div#renrakusaki {
	border: 1px solid #d7d7d7;
	padding: 19px;
}

/* ------------------------------ */
/* login */

p.login-attention {
	margin: 0 0 15px 0;
	padding: 9px;
	border: 1px solid #a9a9d4;
	background-color: #ebebf5;
}

/* ------------------------------------------------------------ */
/* sslinfo */

#sslinfo .sslseal {
	float: left;
	width: 148px;
	margin: 0;
	padding: 0;
}

#sslinfo .ssltext {
	margin: 0 0 0 158px;
	padding: 0;
	text-align: left;
}

#sslinfo .sslseal img {
	width: 148px;
	height: 58px;
	border: none;
}

/* ------------------------------------------------------------ */
/* static-form */

div#static-form p.form-announce {
	margin: 0px 0px 20px 10px;
	padding: 0px;
}

div#static-form form {
	display: block;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

div#static-form td {
	line-height: 1.4em;
}

div#static-form td.item-name {
	padding: 5px 10px;
	border-left: 1px solid #d7d7d7;
	border-top: 1px solid #d7d7d7;
	background-color: #eeeeee;
}

div#static-form td.item-name-bottom {
	padding: 5px 10px;
	border: 1px solid #d7d7d7;
	background-color: #eeeeee;
	border-right: none;
}

div#static-form td.item {
	padding: 5px 10px;
	border: 1px solid #d7d7d7;
	border-bottom: none;
}

div#static-form td.item-bottom {
	padding: 5px 10px;
	border: 1px solid #d7d7d7;
}

span.item-name {
	font-weight: bold;
}

span.form-necessary {
	color: #ff0000;
	vertical-align: super;
}

div#static-form td.submitbtn {
	padding: 10px;
}

div#static-form td.submitbtn input {
	width: 100px;
	margin: 0px 5px;
}

div#static-form td.item div.prefecture {
	margin: 5px 0px;
}

div#static-form .width-type1 {
	width: 250px;
}

div#static-form .width-type2 {
	width: 300px;
}

div#static-form .width-type3 {
	width: 120px;
}



/* ------------------------------------------------------------ */
/* 商品詳細ページ Excel ダウンロード */

.productdescription .excel-dwlArea {
	border: 1px solid #d891a7;
	margin-top: 1em;
}

.productdescription .excel-dwlArea .excel-dwlBody {
	border: 10px solid #f7e9ed;
	padding: 10px;
}

.productdescription .excel-dwlArea h3 {
	margin: 0;
	padding: 0;
	background: none;
	font-size: 1em;
}

.productdescription .excel-dwlArea p {
	margin: 0;
	padding: 0;
}

.productdescription .excel-dwlArea p.dwlBtn {
	margin: 0;
	padding: 1em 0;
	text-align: center;
}

.productdescription .excel-dwlArea p.dwlBtn img {
	width: 163px;
	height: 24px;
	border: none;
}

/* ------------------------------ */
/* zenc-download */

#zenc-download h2 {
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 20px 0px 5px 0px;
}

#zenc-download p {
	padding:0px;
	margin:0px 0px 20px 0px;
}

#zenc-download table {
	color: #333;
	width:100%;
    border-spacing: 0px;
	border:0px;
	border: 1px solid #CBCBCB;
}

#zenc-download th {
	width:30%;
	font-size: 1.05em;
	text-align:left;
	padding: 10px;
    border: 1px solid #CBCBCB;
	background-color:#EEE;
}

#zenc-download td {
	border: 1px solid #CBCBCB;
}

#zenc-download ul {
	list-style:none;
	margin: 7px 9px 20px 9px;
	padding: 0px;
}


#zenc-download li {
	background: transparent url(../images/marklink_03.gif) 0px 13px no-repeat;
	margin: 4px;
	padding: 10px 10px 0px 18px;
}

/*----------------Side Box Bug Fix------------------*/

/*----削除前----*/
/*#manufacturersselect select,
#currencies select {
	width:130px;	*//*カラム幅を変更したときに変更する　100%指定はIE5.xで不可*//*
}
*/

/*----削除前----*/
/*.advkeyword{
	width:90%;	*//*詳細検索キーワード用*//*
}*/

/*#main table{
	width:100%;
}保留*/
