<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
//
// +----------------------------------------------------------------------+
// |zen-cart Open Source E-commerce                                       |
// +----------------------------------------------------------------------+
// | Copyright (c) 2003 The zen-cart developers                           |
// |                                                                      |
// | http://www.zen-cart.com/index.php                                    |
// |                                                                      |
// | Portions Copyright (c) 2003 osCommerce                               |
// +----------------------------------------------------------------------+
// | 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 through the world-wide-web, please send a note to       |
// | license@zen-cart.com so we can mail you a copy immediately.          |
// +----------------------------------------------------------------------+
// $Id: stylesheet.css,v 1.1.1.1 2004/09/01 04:47:58 shidairiki Exp $
*/

/* 全体とりまとめ */
BODY {
/* ORG:background-color: #e5edf5; */
/* CRY:delete */
/* ORG:nothing */
	background-image: url(../images/body_background.gif);
/* ORG:nothing */
	background-repeat: repeat;
/* ORG:color: #000000; */
	color: #5F5F5F;
	margin: 0px;
/* ORG:margin-bottom: 10px; */
	margin-bottom: 12px;
	padding: 0px;
	font: 11px Verdana, Arial, sans-serif;
}

.centershop {
	padding: 0px;
	margin: 0px auto;
	position: relative;
	text-align: left;
/* ORG:width: 750px !important; */
	width: 768px !important;
}

TD.main, P.main {
  font-size: 11px;
  line-height: 1.5;
}

/* リンクカラー */
A {
/* ORG:color: #428dff; */
  color: #5F5F5F;
  text-decoration: none;
}

/* マウスオーバーカラー */
A:hover {
/* ORG:color: #ffb062; */
  color: #FF3F00;
  text-decoration: none;
}

FORM {
	display: inline;
}

.banners {
/* ORG:padding: 15px; */
  padding: 12px;
}

/*HEADER CSS
-----------------------------------*/

/* ヘッダテーブル全体 */
TABLE.header {
/* ORG:background-image: url(../images/header_bg.jpg); */
/* CRY:delete */
/* ORG:background-repeat: repeat-x; */
/* CRY:delete */
/* ORG:background-color: #FFFFFF; */
/* CRY:delete */
/* ORG:border-right: 1px solid #9a9a9a; */
  border-right: 0px solid #AFAFAF;
/* ORG:border-left: 1px solid #9a9a9a; */
  border-left: 0px solid #AFAFAF;
/* ORG:border-bottom: 1px solid #9a9a9a; */
  border-bottom: 0px solid #AFAFAF;
}

TABLE.headerNavigation {
  background-image: url(../images/tile_back.jpg);
/* ORG:background-color: #abbbd3; */
  background-color: #FFFFFF;
/* ORG:border-right: 1px solid #9a9a9a; */
  border-right: 0px solid #AFAFAF;
/* ORG:border-left: 1px solid #9a9a9a; */
  border-left: 0px solid #AFAFAF;
/* ORG:border-bottom: 1px solid #9a9a9a; */
  border-bottom: 0px solid #AFAFAF;
  width: 100% !important;
}

TD.headerNavigation {
  position: relative;
  vertical-align: middle;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color:#000000;
/* ORG:letter-spacing:1px; */
/* CRY:delete */
/* ORG:padding: 5px; */
  padding: 3px;
}

/* パンくずリスト */
TD.breadCrumb {
  font-size: 10px;
/* ORG:font-weight: bold; */
/* CRY:delete */
/* ORG:color: #9a9a9a; */
  color: #5F5F5F;
/* ORG:nothing */
  text-align: center;
/* ORG:padding: 3px; */
  padding: 6px;
/* ORG:border-bottom: 1px dotted #9a9a9a; */
  border-bottom: 1px dotted #AFAFAF;
}

TD.headerNavigation A, TD.headerNavigation A:visited, td.footertop a  {
  font-weight: bold;
  color: #ffffff;
}

TD.headerNavigation A:hover, td.footertop a:hover  {
/* ORG:color: #a8cfff; */
  color: #FFFFFF;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

/*SIDEBOX CSS
-----------------------------------*/

/* 本体とりまとめテーブルの左右コラム */
.column_left, .column_right, .column_single {
/* ORG:background: #ffffff; */
  background: #AFAFAF;
/* ORG:padding: 2px; */
  padding: 6px;
}

.boxText {
  font-size: 11px;
  line-height: 125%;
}

/* ミニコラム */
.leftbox, .rightbox, .centerbox, .singlebox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #ffffff;
/* ORG:border: 1px solid #9a9a9a; */
  border: 0px solid #AFAFAF;
/* ORG:margin-bottom: 15px; */
  margin-bottom: 12px;
/* ORG:nothing */
  color: #000000;
}

/* ミニコラムヘッダ */
.leftboxheading, .rightboxheading, .centerboxheading, .singleboxheading {
/* ORG:font-size: 10px; */
  font-size: 12px;
/* ORG:font-weight: bold; */
/* CRY:delete */
  color: #ffffff;
  padding: 3px;
/* ORG:height: 20px; */
  height: 18px;
/* ORG:padding-left: 5px; */
/* CRY:delete */
/* ORG:nothing */
  text-align: center;
}

td.leftboxheading a, td.rightboxheading a, td.centerboxheading a, td.singleboxheading a {
  color: #ffffff;
}

/* ミニコラムヘッダ */
/* ORG:TR.leftboxheading, TR.rightboxheading, TR.centerboxheading, TR.singleboxheading { */
TR.leftboxheading, TR.rightboxheading, TR.singleboxheading {
/* ORG:background: #abbbd3; */
  background: #FFFFFF;
  background-image: url(../images/tile_back.jpg);
}

/* ORG:nothing */
/* ミニコラムセンターヘッダ */
/* ORG:nothing */
TR.centerboxheading {
/* ORG:nothing */
  background: #FFFFFF;
/* ORG:nothing */
  background-image: url(../images/contents_tile_back.jpg);
}

/* ミニコラムコンテンツ */
.leftboxcontent, .rightboxcontent, .centerboxcontent, .singleboxcontent {
  line-height: 125%;
/* ORG:nothing */
  color: #5F5F5F;
/* ORG:padding: 4px; */
  padding: 6px;
/* ORG:border-top: 1px solid #9a9a9a; */
  border-top: 0px solid #AFAFAF;
/* ORG:border-bottom: 1px solid #9a9a9a; */
  border-bottom: 0px solid #AFAFAF;
}

/* ミニコラムフッタ */
/* ORG:.leftboxfooter, .rightboxfooter, .centerboxfooter, .singleboxfooter { */
.leftboxfooter, .rightboxfooter, .singleboxfooter {
/* ORG:background-color: #abbbd3; */
  background-color: #FFFFFF;
/* ORG:background-image: url(../images/tile_back.jpg); */
  background-image: url(../images/tile_back_2.jpg);
/* ORG:margin-bottom: 15px; */
  margin-bottom: 12px;
}

/* ORG:nothing */
/* ミニコラムセンターフッタ */
/* ORG:nothing */
.centerboxfooter {
/* ORG:nothing */
  background-color: #FFFFFF;
/* ORG:nothing */
  background-image: url(../images/contents_tile_back.jpg);
/* ORG:nothing */
  margin-bottom: 12px;
}

/* 定番ページコンテンツ */
.plainBox, .plainbox-description {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #ffffff;
/* ORG:border:1px solid #9a9a9a; */
　border:0px solid #AFAFAF;
/* ORG:padding: 5px; */  
  padding: 6px;
}

/* コンテンツヘッダ */
.plainBoxHeading, TD.tableHeading {
  font-size: 12px;
  font-weight: bold;
/* ORG:padding: 11px 5px 5px; */
  padding: 6px 6px 6px 0px;
}

/* 商品リストヘッダ */
.productListing-heading {
/* ORG:font-size: 10px; */
  font-size: 12px;
/* ORG:font-weight: bold; */
/* CRY:delete */
  color: #ffffff;
  padding: 3px;
/* ORG:height: 20px; */
  height: 18px;
}

/* ORG:nothing */
/* 商品リストヘッダ */
/* ORG:nothing */
.productListing-heading:link {
/* ORG:nothing */
 color: #FFFFFF;
}

/* ORG:nothing */
/* 商品リストヘッダ */
/* ORG:nothing */
.productListing-heading:visited {
/* ORG:nothing */
 color: #FFFFFF;
}

/* ORG:nothing */
/* 商品リストヘッダ */
/* ORG:nothing */
.productListing-heading:hover {
/* ORG:nothing */
 color: #7FDF00;
}

/* ORG:nothing */
/* 商品リストヘッダ */
/* ORG:nothing */
.productListing-heading:active {
/* ORG:nothing */
 color: #7FDF00;
}

/* 商品リストヘッダ */
TD.productListing-heading{
/* ORG:background-color: #abbbd3; */
  background-color: #FFFFFF;
/* ORG:background-image: url(../images/tile_back.jpg); */ 
  background-image: url(../images/contents_tile_back.jpg);
}

/* 商品リスト */
TD.productlisting {
/* ORG:border:1px solid #9a9a9a; */
　border:0px solid #AFAFAF;
}

/* 商品リスト */
TD.productListing-data {
/* ORG:font-size: 10px; */
  font-size: 12px;
/* ORG:nothing */
  line-height: 1.1;
/* ORG:padding: 5px; */
  padding: 6px;
}

/* ORG:nothing */
/* 商品リスト */
/* ORG:nothing */
TD.productListing-data-2 {
/* ORG:nothing */
  font-size: 10px;
/* ORG:nothing */
  padding: 3px;
}

/*center main section
-----------------------------------*/

/* 商品名・商品価格・コンテンツタイトル */
TD.pageHeading, DIV.pageHeading, h1 {
  font-size: 16px;
/* ORG:nothing */
  line-height: 1.00;
  font-weight: bold;
/* ORG:color: #9a9a9a; */
  color: #5F5F5F;
/* ORG:nothing */
  text-align: center;
/* ORG:padding-top: 11px; */
  padding-top: 6px;
/* ORG:nothing */
  margin-bottom: 6px;
}

/* ORG:nothing */
/* 商品名・商品価格・コンテンツタイトル　★左揃え */
/* ORG:nothing */
TD.pageHeading-2, DIV.pageHeading-2 {
/* ORG:nothing */
  font-size: 16px;
/* ORG:nothing */
  line-height: 1.00;
/* ORG:nothing */
  font-weight: bold;
/* ORG:nothing */
  color: #5F5F5F;
/* ORG:nothing */
  text-align: left;
/* ORG:nothing */
  padding-top: 6px;
/* ORG:nothing */
  margin-bottom: 6px;
}

/* 中コラム */
.center_column {
/* ORG:padding: 8px; */
  padding: 12px;
}

/* 本体とりまとめテーブル　★左中右コラムのみに影響 */
.main_page{
  width: 100% !important;
  background-color: #FFFFFF;
/* ORG:border-right: 1px solid #9a9a9a; */
  border-right: 0px solid #AFAFAF;
/* ORG:border-left: 1px solid #9a9a9a; */
  border-left: 0px solid #AFAFAF;
/* ORG:border-bottom: 1px solid #9a9a9a; */
  border-bottom: 0px solid #AFAFAF;
/* ORG:padding: 5px; */
  padding: 0px;
}

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

TABLE.footer {
  background: #ffffff;
  text-align: center;
  font-size: 10px;
/* ORG:border-right: 1px solid #9a9a9a; */
  border-right: 0px solid #AFAFAF;
/* ORG:border-left: 1px solid #9a9a9a; */
  border-left: 0px solid #AFAFAF;
/* ORG:border-bottom: 1px solid #9a9a9a; */
  border-bottom: 0px solid #AFAFAF;
}

TR.footertop {
/* ORG:background: #abbbd3; */
  background: #FFFFFF;
  background-image: url(../images/tile_back.jpg);
  font-size: 11px;
}

TD.footertop, TD.footerbottom {
/* ORG:padding: 5px; */
  padding: 6px;
}

/*miscellaneous areas
-------------------------------------*/

/* カートボックス　★CRYのCSS使用につき無効 */
TD.cartBox {
/* ORG:background: #eff4f8; */
   background: #FFBF00;
   font-size: 10px;
   padding: 6px;
/* ORG:border: 1px dotted #ffb062; */
   border: 0px solid #AFAFAF;
}

TR.productListing-odd, TR.upcomingProducts-odd {
  background: #ffffff;
}

/* リストの背景 */
TR.productListing-even, TR.upcomingProducts-even, .productsNotifications {
/* ORG:background: #eff4f8; */
  background: #EFEFEF;
}

/* リスト表示ページ */
td.pageresults a {
/* ORG:color: #428dff; */
  color: #5F5F5F;
}

/* リスト表示ページ */
td.pageresults a:hover {
/* ORG:background: #FFFF33; */
/* CRY:delete */
}

/* カート内追加商品 */
SPAN.newItemInCart {
/* ORG:color: #ff0000; */
  color: #0F0F5F;
  font-weight: bold;
}

TD.smallText, SPAN.smallText, P.smallText, td.pageresults{
   font-size: 10px;
}

/* 詳細検索タイトル */
TD.fieldKey {
  font-size: 12px;
/* ORG:font-weight: bold; */
/* CRY:delete */
}

TD.fieldValue {
  font-size: 12px;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-size: 11px;
}

/* ウェルカムページ */
.greetUser {
   font-size: 12px;
/* ORG:padding-top: 5px; */
   padding-top: 6px;
/* ORG:padding-bottom: 5px; */
   padding-bottom: 6px;
}

/* ウェルカムページ */
SPAN.greetUser {
/* ORG:color: #f0a480; */
   color: #0F0F5F;
   font-weight: bold;
}

/* 在庫切 */
SPAN.markProductOutOfStock {
/* ORG:color: #c76170; */
	color: #FF0000;
	font: bold 12px Verdana, Arial, sans-serif;
}

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

SPAN.productSpecialPrice, SPAN.productSalePrice, .stockWarning, span.coming {
  color: #ff0000;
}

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

SPAN.productPriceDiscount, .inputRequirement {
  font-size: 10px;
  color: #FF0000;
}

.moduleRow {
}

.moduleRowOver {
/* ORG:background-color: #D7E9F7; */
  background-color: #EFEFEF;
  cursor: pointer;
}

.moduleRowSelected {
/* ORG:background-color: #E9F4FC; */
  background-color: #EFEFEF;
}

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

/* エラーメッセージ */
.messageBox {
}

.messageStackError, .messageStackWarning, errorBox {
  background-color: #FF7F7F;
  color: #ffffff;
/* ORG:font-size: 10px; */
  font-size: 12px;
/* ORG:padding: 4px; */
  padding: 6px;
/* ORG:border: 1px solid #9a9a9a; */
  border: 0px solid #AFAFAF;
}

/* メッセージ */
.messageStackSuccess {
/* ORG:background-color: #b3ffa8; */
  background-color: #7FFF7F;
/* ORG:nothing */ 
  color: #FFFFFF;
/* ORG:padding: 2px; */
  padding: 3px;
/* ORG:border: 1px solid #9a9a9a; */
  border: 0px solid #AFAFAF;
}

/* メッセージ */
.messageStackCaution {
  font-family: Verdana, Arial, sans-serif;
/* ORG:font-size: 10px; */
  font-size: 12px;
/* ORG:background-color: #ffff00; */
  background-color: #7F7FFF;
/* ORG:nothing */ 
  color: #FFFFFF;
}

/* checkout totals
-----------------------------------*/

TD.ot-subtotal-Text, TD.ot-cod-fee-Text, TD.ot-total-Text, TD.ot-group-pricing-Text, TD.ot-gv-Text, TD.ot-loworderfee-Text, TD.ot-shipping-Text, TD.ot-subtotal-Text, TD.ot-tax-Text, TD.ot-coupon-Text {
  font-weight: bold;
}

/* 価格合計 */
TD.ot-total-Amount {
  font-weight: bold;
/* ORG:border-top: 1px solid #9a9a9a; */
  border-top: 1px solid #5F5F5F;
}

TD.ot-subtotal-Amount, TD.ot-cod-fee-Amount, TD.ot-group-pricing-Amount, TD.ot-gv-Amount, TD.ot-loworderfee-Amount, TD.ot-shipping-Amount, TD.ot-subtotal-Amount, TD.ot-tax-Amount, TD.ot-coupon-Amount {
}

/* product_info attribute comments */
/* 商品オプション　★CRYのCSS使用につき無効 */
.ProductInfoComments, TD.ProductInfoComments, SPAN.ProductInfoComments {
  color: #ff0000;
  font-size: 10px;
  text-align : left;
  font-weight: bold;
  padding-top: 6px;
  padding-bottom: 6px;
/* ORG:border-top: 1px solid #9a9a9a; */
  border-top: 0px solid #AFAFAF;
}

/* General alert span class */
TD.alert, SPAN.alert {
  color: #FF0000;
  font-weight: bold;
}

/* General alert span class */
TD.alertBlack, SPAN.alertBlack {
  color: #000000;
  font-weight: bold;
}

/* popup tables */
TABLE.popupattributeqty, TABLE.popupcouponhelp, TABLE.popupcvvhelp, TABLE.popupimage, TABLE.popupimageadditional, TABLE.popupsearchhelp, TABLE.popupshippingestimator, TABLE.popupinfoshoppingcart {
  background-color: #ffffff;
  margin: 6px;
  padding: 6px;
  font: 11px Verdana, Arial, sans-serif;
}

/* categories_description */
/* カテゴリーディスクリプション */
TABLE.categoriesdescription {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
/* ORG:background: #D0D0D0; */
  background: #FFFFFF;
/* ORG:border:1px solid #9a9a9a; */
  border: 0px solid #AFAFAF;
}

TD.categoriesdescription {
  font-size: 11px;
  line-height: 1.0;
}

/* categories box parent and child categories
-----------------------------------*/

/* カテゴリー */
A.category-top {
/* ORG:color: #008000; */
  color: #5F5F5F;
  text-decoration: none;
}

A.category-links {
/* ORG:color: #004080; */
  color: #5F5F5F;
  text-decoration: none;
}

A.category-subs, A.category-products {
/* ORG:color: #FF0000; */
  color: #5F5F5F;
  text-decoration: none;
}

SPAN.category-subs-parent {
  font-weight: bold;
}

SPAN.category-subs-selected {
  font-weight: bold;
}

/* attribute images table */
TABLE.products-attributes-images {
/*  width: 100%; */
/*  border: 1px solid #9a9a9a; */
  float: left;
/* ORG:padding: 2px; */
  padding: 3px;
}
</pre></body></html>