/*
//
// +----------------------------------------------------------------------+
// |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：ボディ
--------------------------- */
BODY {
/*  background: #ffffff;                             背景色 */
  color: #333333;                                  /* フォントカラー */
  margin: 0px;                                     /* マージン */
}

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

TD.main, P.main {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 12px;
  line-height: 1.5;
}

/* ---------------------------
A：リンク（通常）
--------------------------- */
A {
  color: #666666;
  text-decoration: none;
}

/* ---------------------------
A：リンク（カーソルが上に乗ったとき）
--------------------------- */
A:hover { 
  color: #ff3300;                                  /* フォントカラー */
  text-decoration: underline;                      /* テキストの装飾 */
}

FORM {
	display: inline;
}
.banners {
  padding: 15px;
}

/*HEADER CSS*/

TABLE.header {
/*  background-image: url(../images/header_bg.jpg);*/
  background-repeat: repeat-x;
  background-color: #ffffff;
  border-right: 1px solid #9a9a9a;
  border-left: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
}

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

A.hover.blackText {
  color: #000000;
  text-decoration: none; 
}
/* ---------------------------
TD：ヘッダー（ナビゲーション）
--------------------------- */
TD.headerNavigation {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 12px;                                 /* フォントサイズ */
  color: #626a6d;                                  /* フォントカラー */
  font-weight : bold;                              /* フォント太さ */
}

TD.breadCrumb {
  font-size: 12px;
  font-weight: bold;
  color: #9a9a9a;
  padding: 3px;
  border-bottom: 1px dotted #9a9a9a;
}

/* ---------------------------
A：ヘッダー（ナビゲーションのリンク）
--------------------------- */
A.headerNavigation { 
  color: #626a6d;                                  /* フォントカラー */
}
/* ---------------------------
A：ヘッダー（ナビゲーション・カーソルが上に乗ったとき）
--------------------------- */
A.headerNavigation:hover {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 12px;                                 /* フォントサイズ */
  color: #626a6d;                                  /* フォントカラー */
  font-weight : bold;                              /* フォント太さ */
}

TD.headerNavigation A, TD.headerNavigation A:visited, td.footertop a  { 
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 12px;                                 /* フォントサイズ */
  color: #626a6d;                                  /* フォントカラー */
  font-weight : bold;                              /* フォント太さ */
}

TD.headerNavigation A:hover, td.footertop a:hover  {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 12px;                                 /* フォントサイズ */
  color: #626a6d;                                  /* フォントカラー */
  font-weight : bold;                              /* フォント太さ */
}

TR.headerError {
  background: #ff0000;                             /* 背景色 */
}

TD.headerError {
  font-family: Osaka, Tahoma, Verdana, Arial, sans-serif; /* フォントファミリ */
  font-size: 12px;                                 /* フォントサイズ */
  background: #ff0000;                             /* 背景色 */
  color: #ffffff;                                  /* フォントカラー */
  font-weight : bold;                              /* フォント太さ */
  text-align : center;                             /* 横位置 */
}

TR.headerInfo {
  background: #00ff00;                             /* 背景色 */
}

/* ---------------------------
TD：ヘッダー（メッセージ）
--------------------------- */
TD.headerInfo {
  font-family: Osaka, Tahoma, 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 {
  background: #ffffff;
  padding: 2px;
}

.boxText {
  font-size: 12px;
  line-height: 125%;
}
.leftbox, .rightbox, .centerbox, .singlebox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  /*background: #ffffff;*/
  /*border: 1px solid #9a9a9a;*/
  margin-bottom: 12px;
}

.leftboxheading, .rightboxheading, .centerboxheading, .singleboxheading {
  /*background-color: #abbbd3;*/
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  padding: 3px;
  height: 20px;
  padding-left: 5px;
}

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

TR.leftboxheading, TR.rightboxheading, TR.centerboxheading, TR.singleboxheading {
  background: #abbbd3;
/*  background-image: url(../images/tile_back.jpg);*/
}

.leftboxcontent, .rightboxcontent, .centerboxcontent, .singleboxcontent {
  line-height: 125%;
  padding: 4px;
  border-top: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
}

.leftboxfooter, .rightboxfooter, .centerboxfooter, .singleboxfooter {
  background-color: #abbbd3;
/*  background-image: url(../images/tile_back.jpg);*/
  margin-bottom: 15px;
}

.plainBox, .plainbox-description {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ffffff;
  border:1px solid #9a9a9a;
  padding: 5px;
}
.plainBoxHeading, TD.tableHeading {
  font-size: 12px;
  font-weight: bold;
  padding: 11px 5px 5px;
}
.productListing-heading {
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  padding: 3px;
  height: 20px;
}

TD.productListing-heading{
  background-color: #abbbd3;
/*  background-image: url(../images/tile_back.jpg);*/
}

TD.productlisting {
  border:1px solid #9a9a9a;
}

TD.productListing-data {
  font-size: 12px;
  padding: 5px;
}

/*center main section
-----------------------------------*/
TD.pageHeading, DIV.pageHeading, h1 {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 20px;                                 /* フォントサイズ */
  font-weight: bold;                               /* フォント太さ */
  color: #FF0000;/*color: #FD5B53; */              /* フォントカラー */
}

.center_column {
  padding: 8px;
}
.main_page{
  width: 100% !important;
  background-color: #ffffff;
  border-right: 1px solid #9a9a9a;
  border-left: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
  padding: 5px;
}

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

TABLE.footer {
  background: #ffffff;
  text-align: center;
  font-size: 12px;
  border-right: 1px solid #9a9a9a;
  border-left: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
}

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

TD.footertop, TD.footerbottom {
  padding: 5px;
}

/*miscellaneous areas
-------------------------------------*/
TD.cartBox {
   background: #eff4f8;
   font-size: 12px;
   padding: 3px;
   border: 1px dotted #ffb062;
}

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

TR.productListing-even, TR.upcomingProducts-even, .productsNotifications {
  background: #eff4f8;
}

td.pageresults a {
  color: #428dff;
}

td.pageresults a:hover {
  background: #FFFF33;
}

SPAN.newItemInCart {
  color: #ff0000;
  font-weight: bold;
}

/* ---------------------------
TD,SPAN：小さい文字（メッセージ）
--------------------------- */
TD.smallText, SPAN.smallText, P.smallText, td.pageresults {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 12px;                                 /* フォントサイズ */
}

TD.fieldKey {
  font-size: 12px;
  font-weight: bold;
}

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

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

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

.greetUser {
   font-size: 12px;
   padding-top: 5px;
   padding-bottom: 5px;
}

SPAN.greetUser {
   color: #f0a480;
   font-weight: bold;
}

SPAN.markProductOutOfStock {
	color: #c76170;
	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: 12px;
  color: #FF0000;
}
.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; }
.moduleRowSelected { background-color: #E9F4FC; }

/* message box */

.messageBox {}
.messageStackError, .messageStackWarning, errorBox {
  background-color: #ff0000;
  color: #ffffff;
  font-size: 12px;
  padding: 4px;
  border: 1px solid #9a9a9a;
}
.messageStackSuccess { background-color: #b3ffa8; padding: 2px; border: 1px solid #9a9a9a; }
.messageStackCaution { font-family: Verdana, Arial, sans-serif; font-size: 12px; background-color: #ffff00; }

/* 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;
  border-top: 1px solid #9a9a9a;
}
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 */

.ProductInfoComments, TD.ProductInfoComments, SPAN.ProductInfoComments {
  color: #ff0000;
  font-size: 12px;
  text-align : left;
  font-weight: bold;
  padding-top: 6px;
  padding-bottom: 6px;
  border-top: 1px solid #9a9a9a;
}

/* 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: 12px Verdana, Arial, sans-serif;
}

/* categories_description */
TABLE.categoriesdescription {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #D0D0D0;
  border:1px solid #9a9a9a;
}

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

/* categories box parent and child categories */
A.category-top {
  color: #008000;
  text-decoration: none;
}
A.category-links {
  color: #004080;
  text-decoration: none;
}
A.category-subs, A.category-products {
  color: #FF0000;
  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;
  padding: 2px;
}

.requirement {
	font-family: "Verdana", "Osaka", "ＭＳ Ｐゴシック";
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}

.style1 {
	font-family: "Verdana", "Osaka", "ＭＳ Ｐゴシック";
	font-size: 12px;
	color: #ff0000;
}

.design-1 {
	font-family: "Verdana", "Osaka", "ＭＳ Ｐゴシック";
	font-size: 12px;
	font-weight: bold;
	color: #626a6d;
}
.design-2 {
	font-family: "Verdana", "Osaka", "ＭＳ Ｐゴシック";
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
.design-2bl {
	font-family: "Verdana", "Osaka", "ＭＳ Ｐゴシック";
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.design-3 {
	font-family: "Verdana", "Osaka", "ＭＳ Ｐゴシック";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(http://www.upsold.com/imshop/img/design/category.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
}
.design-3sp {
	font-family: "Verdana", "Osaka", "ＭＳ Ｐゴシック";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(http://www.upsold.com/imshop/img/design/category2.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
}
.design-3de {
	font-family: "Verdana", "Osaka", "ＭＳ Ｐゴシック";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(http://www.upsold.com/imshop/img/design/category3.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
}
.design-4 {
	font-family: "Verdana", "Osaka", "ＭＳ Ｐゴシック";
	font-size: 12px;
	color: #666666;
	background-image: url(http://www.upsold.com/imshop/img/design/subcategory.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
}
a.design-4a {
	color: #333333;
	text-decoration: none;
}
a.design-4a:hover {
	color: #999999;
	text-decoration: underline;
}
.design-4b {
	font-family: "Verdana", "Osaka", "ＭＳ Ｐゴシック";
	font-size: 12px;
	color: #333333;
	background-repeat: no-repeat;
}
.design-4c {
	font-family: "Verdana", "Osaka", "ＭＳ Ｐゴシック";
	font-size: 12px;
	color: #333333;
}
.design-5 {
	font-weight: bold;
	color: #FF0000;
}
.design-6 {
	font-family: "Verdana", "Osaka", "ＭＳ Ｐゴシック";
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.design-7 {
	background-image: url(http://www.upsold.com/images/design/subcategory_2.gif);
}

/* additional_images */
.imagesBoxContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}
.tab-font10 {
         font-size:12px;
	 padding-left:5px;
	 padding-right:5px;
/*	 font-weight: bold;*/
	 }

.tab-font11 {
         font-size:11px;
	 padding-left:5px;
	 padding-right:5px;
/*	 font-weight: bold;*/
	}

.tab-font12 {
         font-size:12px;
	 padding-left:5px;
	 padding-right:5px;
/*	 font-weight: bold;*/
	}

/* ---------------------------
TABLE：情報ボックス
--------------------------- */
.infoBox {
  background: #626a6d;                             /* 背景色 */
}
/* ---------------------------
TABLE：情報ボックス（コンテンツ）
--------------------------- */
.infoBoxContents {
  background: #f8f8f9;                             /* 背景色 */
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 12px;                                 /* フォントサイズ */
}
/* ---------------------------
TABLE：情報ボックス2（コンテンツ）
--------------------------- */
.infoBoxContents2 {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 12px;                                 /* フォントサイズ */
}
/* ---------------------------
調査中
--------------------------- */
.infoBoxNotice {
  background: #FF8E90;                             /* 背景色 */
}

/* ---------------------------
TD：情報ボックス（タイトル）
--------------------------- */
TD.infoBoxHeading {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 12px;                                 /* フォントサイズ */
  font-weight: bold;                               /* フォント太さ */
  background: #626a6d;                             /* 背景色 */
  color: #ffffff;                                  /* フォントカラー */
}
.smallerText {
	font-size: 9px;
}

/* -- */
.headerPR{
	float: left;
}
.headerMenu{
	float: right;
}

optgroup {
	font-style:normal;
}

option{
}

.font10 {
         font-size:10px;
	 }

.font10b {
         font-size:10px;
	 font-weight: bold;
	 }

.font11 {
         font-size:11px;
	}

.font11b {
         font-size:11px;
	 font-weight: bold;
	}

.font12 {
         font-size:12px;
	}

.font12b {
         font-size:12px;
	 font-weight: bold;
	}

.font12_p5r {
         font-size:12px;
	 padding-right:5px;
	}

.calender td {
	font-size:12px;
	line-height:150%;
	border: solid #DDDDDD 1px;
}

.amari {
	font-size:12px;
	line-height:150%;
	background-color:#EFEFEF;
}

.today {
	font-size:12px;
	line-height:150%;
	background-color:#FFFF00;
}

.doyou {
	font-size:12px;
	line-height:150%;
	background-color:#FFB43D;
	color: #FFFFFF;
}

.kyugyo {
	font-size:12px;
	line-height:150%;
	background-color:#FF6600;
	color: #FFFFFF;
}

.order {
	font-size:12px;
	line-height:150%;
	background-color:#009900;
	color: #FFFFFF;
}

.send {
	font-size:12px;
	line-height:150%;
	background-color:#FF6600;
	color: #FFFFFF;
}

