/*
  $Id: stylesheet.css,v 1.5 2003/03/14 12:46:31 hawk Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License

=====================================================================
ŽÆ¡¦Ü¸¡¦Î¤¿¤á¤Î¥«¥¹¥¿¥Þ¥¤¥ºÍúÎ
  1. Á´¤Æ¤Î¤Îfont-family¥×¥úÁÑ¥Æ¥£¤Ë¡¢Osaka¤òÄÉ²Ã
       ¡ÊApple Mac/MacintoshÍÑÊ¸»ú²½¤±ÂÐºö¡Ë
  2. stockWarning ¤Îfont-size¥×¥úÁÑ¥Æ¥£Ž¤¡¦0¤«Ž¤¡¦2¤ËÊÑ¹¹
  3. SPAN.greetUser¤Î¥«¥é¡¼(¤¤¤é¤Ã¤·¤ã¤¤¤Þ¤»¡û¡û¤µŽ¤¡¦Ž¤¡¦f0a480¤«Ž¤¡¦0000a0¤ØÊÑ¹¹
  4. TD.smallText, SPAN.smallText ¤Îfont-size¥×¥úÁÑ¥Æ¥£Ž¤¡¦0¤«Ž¤¡¦1¤ËÊÑ¹¹
  5. TD.productListing-heading  ¤Îfont-size¥×¥úÁÑ¥Æ¥£Ž¤¡¦0¤«Ž¤¡¦1¤ËÊÑ¹¹
  6. TD.productListing-data ¤Îfont-size¥×¥úÁÑ¥Æ¥£Ž¤¡¦0¤«Ž¤¡¦1¤ËÊÑ¹¹
  7. TD.headerNavigation ¤Îfont-size¥×¥úÁÑ¥Æ¥£Ž¤¡¦0¤«Ž¤¡¦1¤ËÊÑ¹¹
  8. boxText ¤Îfont-size¥×¥úÁÑ¥Æ¥£Ž¤¡¦0¤«Ž¤¡¦1¤ËÊÑ¹¹
  9. infoBoxContents ¤Îfont-size¥×¥úÁÑ¥Æ¥£Ž¤¡¦0¤«Ž¤¡¦1¤ËÊÑ¹¹
10. orderEdit ¤Îfont-size¥×¥úÁÑ¥Æ¥£Ž¤¡¦0¤«Ž¤¡¦1¤ËÊÑ¹¹
11. TD.footer ¤Îfont-size¥×¥úÁÑ¥Æ¥£Ž¤¡¦0¤«Ž¤¡¦1¤ËÊÑ¹¹
12. TD.infoBoxHeading ¤Îfont-size¥×¥úÁÑ¥Æ¥£Ž¤¡¦0¤«Ž¤¡¦1¤ËÊÑ¹¹
13. TD.infoBox, SPAN.infoBox ¤Îfont-size¥×¥úÁÑ¥Æ¥£Ž¤¡¦0¤«Ž¤¡¦1¤ËÊÑ¹¹
14. SPAN.newItemInCart ¤Îfont-size¥×¥úÁÑ¥Æ¥£Ž¤¡¦0¤«Ž¤¡¦1¤ËÊÑ¹¹
15. checkoutBarFrom, .checkoutBarTo ¤Îfont-size¥×¥úÁÑ¥Æ¥£Ž¤¡¦0¤«Ž¤¡¦1¤ËÊÑ¹¹
16. checkoutBarCurrent ¤Îfont-size¥×¥úÁÑ¥Æ¥£Ž¤¡¦0¤«Ž¤¡¦1¤ËÊÑ¹¹
=====================================================================
*/
/* ---------------------------
Main page greeting
--------------------------- */

table{border:0px solid black }
.heading1{
  margin: 3px;
  font-size: 14px;
  color: orange;
  font-weight: normal;
 }

.heading2{
  margin: 13px;
  font-size: 12px;
  color: #808080;
  font-weight: normal;
 }

/* ---------------------------
º¸±¦¤Î¥Ü¥Ã¥¯¥¹¡§ÄÌŽ¾
--------------------------- */
/* ---------------------------
º¸±¦¤Î¥Ü¥Ã¥¯¥¹¡§¥¨¥é¡¼
--------------------------- */
.errorBox {
  font-size : 10px;                                /* ¥Õ¥©¥ó¥È¥µ¥¤¥º */
  background: #ffb3b5;                             /* ÇØ·Ê¿§ */
  font-weight: bold;                               /* ¥Õ¥©¥ó¥ÈÂÀ¤µ */
	display:none;
}
/* ---------------------------
¡Ö¥«¡¼¥È¤Ë¤Ï²¿¤¬Æþ¤Ã¤Æ¤¤Ž¤¡¦¡×¥Ú¡¼¥¸¤Ç¾¦ÉÊ¤Îºß¸Ë¤¬Ìµ¤¤»þ¤ËÉ½¼¨¤¹Ž¤¡¦á¥Ã¥»¡¼¥Ž¸
--------------------------- */
.stockWarning {
  font-size : 12px;                                /* ¥Õ¥©¥ó¥È¥µ¥¤¥º */
  color: #cc0033;                                  /* ¥Õ¥©¥ó¥È¥«¥é¡¼ */
}
/* ---------------------------
Ä´ººŽÃ
--------------------------- */
.productsNotifications {
  background: #f2fff7;                             /* ÇØ·Ê¿§ */
}
/* ---------------------------
¡Ö¤´Ãúæ¸¤ÎºÇ½ª³ÎÇ§¡×¥Ú¡¼¥¸¡ÖÊÑ¹¹¡×Ê¸Ž»
--------------------------- */
.orderEdit {
  font-size : 11px;                                /* ¥Õ¥©¥ó¥È¥µ¥¤¥º */
  color: #70d250;                                  /* ¥Õ¥©¥ó¥È¥«¥é¡¼ */
  text-decoration: underline;                      /* ¥Æ¥­¥¹¥È¤ÎÁõ¾þ */
}
/* ---------------------------
BODY¡§¥Ü¥Ç¥£
--------------------------- */
BODY {
  background: #ffffff;                             /* ÇØ·Ê¿§ */
  color: #222222;                                  /* Main text ¥Õ¥©¥ó¥È¥«¥é¡¼ */
  margin: 0 0 0 0;                                     /* ¥Þ¡¼¥¸Ž¥¡¦*/
  font-family: Verdana, "MS P Gothic", Tahoma, Arial, sans-serif;  /* ¥Õ¥©¥ó¥È¥Õ¥¡¥ßŽ¥¡¦*/  	
	text-align:center;
}
/* ---------------------------
A¡§Ž¥¡¦ó¥¯¡ÊÄÌ¾¡¦ŽË
--------------------------- */
A { 
  color: #000000;                                  /* ¥Õ¥©¥ó¥È¥«¥é¡¼ */
  text-decoration: none;                           /* ¥Æ¥­¥¹¥È¤ÎÁõ¾þ */
}
/* ---------------------------
A¡§Ž¥¡¦ó¥¯¡Ê¥«¡¼¥½¥¡¦¬¾å¤Ë¾è¤Ã¤¿¤È¤­¡ŽË
--------------------------- */
A:hover { 
  color: #AABBDD;                                  /* ¥Õ¥©¥ó¥È¥«¥é¡¼ */
  text-decoration: underline;                      /* ¥Æ¥­¥¹¥È¤ÎÁõ¾þ */
}

.contentLinks {
  color: #0172f0!important;
  text-decoration: none;
  border:0px solid red;
}

.contentLinks:hover {
  color: #0172f0;
  text-decoration: underline;
}

/* ---------------------------
FORM¡§¥Õ¥©¡¼Ž¥
--------------------------- */
FORM {
  display: inline;                                 /* ¥¤¥ó¥é¥¤¥ó¥Ü¥Ã¥¯¥¹ */
}
/* ---------------------------
TR¡§¥Ø¥Ã¥À¡¼¡Ê¥·¥ç¥Ã¥×Ì¾¡Ë
--------------------------- */
TR.header {
  background: #ffffff;                             /* ÇØ·Ê¿§ */
}
/* ---------------------------
TR¡§¥Ø¥Ã¥À¡¼¡Ê¥Ê¥Ó¥²¡¼¥·¥ç¥ó¡Ë
--------------------------- */
TR.headerNavigation {
  background: #FF9859;                             /* ÇØ·Ê¿§ */
}
/* ---------------------------
TD¡§¥Ø¥Ã¥À¡¼¡Ê¥Ê¥Ó¥²¡¼¥·¥ç¥ó¡Ë
--------------------------- */
TD.headerNavigation {
  background: #FF9859;                             /* ÇØ·Ê¿§ */
  color: black;                                  /* ¥Õ¥©¥ó¥È¥«¥é¡¼ */
  font-weight : bold;                              /* ¥Õ¥©¥ó¥ÈÂÀ¤µ */
  display:block;
}
/* ---------------------------
A¡§¥Ø¥Ã¥À¡¼¡Ê¥Ê¥Ó¥²¡¼¥·¥ç¥ó¤ÎŽ¥¡¦ó¥¯¡ŽË
--------------------------- */
A.headerNavigation { 
  font-size: 120%;                                 /* ¥Õ¥©¥ó¥È¥µ¥¤¥º */
  color: #000;                                  /* ¥Õ¥©¥ó¥È¥«¥é¡¼ */
}
/* ---------------------------
A¡§¥Ø¥Ã¥À¡¼¡Ê¥Ê¥Ó¥²¡¼¥·¥ç¥ó¡¦¥«¡¼¥½Ž¥¡¦¬¾å¤Ë¾è¤Ã¤¿¤È¤­¡ŽË
--------------------------- */
A.headerNavigation:hover {
  color: #ccc;                                  /* ¥Õ¥©¥ó¥È¥«¥é¡¼ */
}
/* ---------------------------
TR¡§¥Ø¥Ã¥À¡¼¡Ê¥¨¥é¡¼¡Ë
--------------------------- */
TR.headerError {
  background: #ff0000;                             /* ÇØ·Ê¿§ */
}
/* ---------------------------
TD¡§¥Ø¥Ã¥À¡¼¡Ê¥¨¥é¡¼¡Ë
--------------------------- */
TD.headerError {
  font-size: 12px;                                 /* ¥Õ¥©¥ó¥È¥µ¥¤¥º */
  background: #ff0000;                             /* ÇØ·Ê¿§ */
  color: #ffffff;                                  /* ¥Õ¥©¥ó¥È¥«¥é¡¼ */
  font-weight : bold;                              /* ¥Õ¥©¥ó¥ÈÂÀ¤µ */
  text-align : center;                             /* ²£°ÌÃÖ */
}
/* ---------------------------
TR¡§¥Ø¥Ã¥À¡¼¡Ê¥á¥Ã¥»¡¼¥¸¡Ë
--------------------------- */
TR.headerInfo {
  background: #00ff00;                             /* ÇØ·Ê¿§ */
}
/* ---------------------------
TD¡§¥Ø¥Ã¥À¡¼¡Ê¥á¥Ã¥»¡¼¥¸¡Ë
--------------------------- */
TD.headerInfo {
  font-size: 12px;                                 /* ¥Õ¥©¥ó¥È¥µ¥¤¥º */
  background: #00ff00;                             /* ÇØ·Ê¿§ */
  color: #ffffff;                                  /* ¥Õ¥©¥ó¥È¥«¥é¡¼ */
  font-weight: bold;                               /* ¥Õ¥©¥ó¥ÈÂÀ¤µ */
  text-align: center;                              /* ²£°ÌÃÖ */
}
/* ---------------------------
TR¡§¥Õ¥Ã¥¿¡¼
--------------------------- */
TR.footer {

}
/* ---------------------------
TD¡§¥Õ¥Ã¥¿¡¼
--------------------------- */
TD.footer {
  font-size: 10px;                                 /* ¥Õ¥©¥ó¥È¥µ¥¤¥º */
  color: #ffffff;                                  /* ¥Õ¥©¥ó¥È¥«¥é¡¼ */
  font-weight: bold;                               /* ¥Õ¥©¥ó¥ÈÂÀ¤µ */
background: url(images/template/top-menu-bg.gif) repeat-x;
border:0;
line-height:18px}
TD.footer span{
float:left;
height:20px;
width:20px;
border:0px solid red;
background: url(images/template/top-menu-left.gif) repeat-x;
margin:-1px 0 0 -1px ;
}

/* ---------------------------
TABLE¡§¥Ú¡¼¥¸¥á¥¤¥ó
--------------------------- */
.mainarea {
  padding-top: 20px;                             /* ÇØ·Ê¿§ */
}

/* ---------------------------
TABLE¡§¾ðÊó¥Ü¥Ã¥¯¥¹
--------------------------- */
.infoBox {
  background: #b6b7cb;                             /* ÇØ·Ê¿§ */
}
/* ---------------------------
TABLE¡§¾ðÊó¥Ü¥Ã¥¯¥¹¡Ê¥³¥ó¥Æ¥ó¥Ä¡Ë
--------------------------- */
.infoBoxContents {
  background: #f8f8f9;                             /* ÇØ·Ê¿§ */
  font-size: 10px;                                 /* ¥Õ¥©¥ó¥È¥µ¥¤¥º */
}

.infoBoxContents2 {
  background: #f8f8f9;                             /* ÇØ·Ê¿§ */
  font-size: 10px;                                 /* ¥Õ¥©¥ó¥È¥µ¥¤¥º */

}

/* ---------------------------
Ä´ººŽÃ
--------------------------- */
.infoBoxNotice {
  background: #FF8E90;                             /* ÇØ·Ê¿§ */
}
/* ---------------------------
Ä´ººŽÃ
--------------------------- */
.infoBoxNoticeContents {
  background: #FFE6E6;                             /* ÇØ·Ê¿§ */
  font-size: 10px;                                 /* ¥Õ¥©¥ó¥È¥µ¥¤¥º */
}
/* ---------------------------
TD¡§¾ðÊó¥Ü¥Ã¥¯¥¹¡Ê¥¿¥¤¥ÈŽ¥¡¦ŽË
--------------------------- */
TD.infoBoxHeading{
  height:18px;
  font-size: 10px;                                 /* ¥Õ¥©¥ó¥È¥µ¥¤¥º */
  font-weight: bold;                               /* ¥Õ¥©¥ó¥ÈÂÀ¤µ */
  color: #fff;                                  /* ¥Õ¥©¥ó¥È¥«¥é¡¼ */
  background: #F4A05D url(images/template/top-menu-bg-short.gif);
  padding:0px 0px 0 0 ;
  margin:0 0px 0 0;
  font-family: "trebuchet ms", arial, sans serif
}

TD.boxText{
	font-size: 11px;                                 /* ¥Õ¥©¥ó¥È¥µ¥¤¥º */
	font-family: "trebuchet ms", arial, sans serif;
}

TD.infoBoxHeading img{}

/* ---------------------------
TD,SPAN¡§¾ðÊó¥Ü¥Ã¥¯¥¹¡Ê¾ðÊó¡¦¥á¥Ã¥»¡¼¥¸¡Ë
--------------------------- */
TD.infoBox, SPAN.infoBox {
  font-size: 12px;                                 /* ¥Õ¥©¥ó¥È¥µ¥¤¥º */


}
/* ---------------------------
TR¡§´ñ¿ô¹Ô
--------------------------- */
TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f9f9f9;                             /* ÇØ·Ê¿§ */

}
/* ---------------------------
TR¡§¶ö¿ô¹Ô
--------------------------- */
TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #ffffff;                             /* ÇØ·Ê¿§ */
}
/* ---------------------------
TR¡§¾¦ÉÊŽ°¡¦÷¡Ê¥¿¥¤¥È¥¡¦ŽË
--------------------------- */
TR.productListing-heading {
  background: #FCD570;                             /* ÇØ·Ê¿§ */
}
/* ---------------------------
TD¡§¾¦ÉÊŽ°¡¦÷¡Ê¥¿¥¤¥È¥¡¦ŽË
--------------------------- */
TD.productListing-heading {
  font-size: 12px;                                 /* ¥Õ¥©¥ó¥È¥µ¥¤¥º */
  background: #FCD570;                             /* ÇØ·Ê¿§ */
	 background: url(images/template/menu_bg4.gif) repeat-x;
  color: #000000;                                  /* ¥Õ¥©¥ó¥È¥«¥é¡¼ */
  font-weight: bold;                               /* ¥Õ¥©¥ó¥ÈÂÀ¤µ */
  font-variant: small-caps;                        /* Ê¸»ú°ÛÂÎ¡ÊÁ´¤ÆÂçÊ¸»ú¤Ë¤¹Ž¤¡¦ŽË */
}
/* ---------------------------
TD¡§¾¦ÉÊŽ°¡¦÷¡Ê¥Ç¡¼¥¿¡ŽË
--------------------------- */
TD.productListing-data {
  font-size: 12px;                                 /* ¥Õ¥©¥ó¥È¥µ¥¤¥º */
}
/* ---------------------------
A¡§¥Ú¡¼¥¸Ž¥¡¦ó¥¯¡ÊÄÌ¾¡¦ŽË
--------------------------- */
A.pageResults { 
  color: #0000FF;                                  /* ¥Õ¥©¥ó¥È¥«¥é¡¼ */
}
/* ---------------------------
A¡§¥Ú¡¼¥¸Ž¥¡¦ó¥¯¡Ê¥«¡¼¥½¥¡¦¬¾å¤Ë¾è¤Ã¤¿¤È¤­¡ŽË
--------------------------- */
A.pageResults:hover { 
  color: #0000FF;                                  /* ¥Õ¥©¥ó¥È¥«¥é¡¼ */
  background: #FFFF33;                             /* ÇØ·Ê¿§ */
}
/* ---------------------------
TD¡§¥Ú¡¼¥¸¥Ø¥Ã¥À
--------------------------- */
TD.pageHeading, DIV.pageHeading {
  font-size: 12px;                                 /* ¥Õ¥©¥ó¥È¥µ¥¤¥º */
  font-weight: bold;                               /* ¥Õ¥©¥ó¥ÈÂÀ¤µ */
  color: #93C432;                                  /* ¥Õ¥©¥ó¥È¥«¥é¡¼ */
}
/* ---------------------------
TR¡§¥µ¥Ö¥Ð¡¼¡ÊÌ¤»ÈÍÑ¡Ë
--------------------------- */
TR.subBar {
  background: #f4f7fd;                             /* ÇØ·Ê¿§ */
}
/* ---------------------------
TD¡§¥µ¥Ö¥Ð¡¼¡ÊÌ¤»ÈÍÑ¡Ë
--------------------------- */
TD.subBar {
  font-size: 10px;                                 /* ¥Õ¥©¥ó¥È¥µ¥¤¥º */
  color: #000000;                                  /* ¥Õ¥©¥ó¥È¥«¥é¡¼ */
}
/* ---------------------------
TD¡§¥á¥¤Ž¥
--------------------------- */
TD.main, P.main {
  font-size: 12px;                                 /* ¥Õ¥©¥ó¥È¥µ¥¤¥º */
  line-height: 1.5;                                /* ¹Ô¤Î¹â¤µ */
}
/* ---------------------------
TD,SPAN¡§¾®¤µ¤¤Ê¸»ú¡Ê¥á¥Ã¥»¡¼¥¸¡Ë
--------------------------- */
TD.smallText, SPAN.smallText, P.smallText {
  font-size: 10px;                                 /* ¥Õ¥©¥ó¥È¥µ¥¤¥º */
}
/* ---------------------------
TD¡§¥¢¥«¥¦¥ó¥È¥«¥Æ¥´¥ê¡¼
--------------------------- */
TD.accountCategory {
  font-size: 13px;                                 /* ¥Õ¥©¥ó¥È¥µ¥¤¥º */
  color: #aabbdd;                                  /* ¥Õ¥©¥ó¥È¥«¥é¡¼ */
}
/* ---------------------------
TD¡§¥Õ¥£¡¼Ž¥¡¦É¡Ê¥­¡¼¡ŽË
--------------------------- */
TD.fieldKey {
  font-size: 12px;                                 /* ¥Õ¥©¥ó¥È¥µ¥¤¥º */
  font-weight: bold;                               /* ¥Õ¥©¥ó¥ÈÂÀ¤µ */
}
/* ---------------------------
TD¡§¥Õ¥£¡¼Ž¥¡¦É¡ÊÃÍ¡ŽË
--------------------------- */
TD.fieldValue {
  font-size: 12px;                                 /* ¥Õ¥©¥ó¥È¥µ¥¤¥º */
}
/* ---------------------------
TD¡§Ž°¡¦÷É½¤Î¹àÌÜÌŽ¾
--------------------------- */
TD.tableHeading {
  font-size: 12px;                                 /* ¥Õ¥©¥ó¥È¥µ¥¤¥º */
  font-weight: bold;                               /* ¥Õ¥©¥ó¥ÈÂÀ¤µ */
}
/* ---------------------------
SPAN¡§¾ðÊó¥Ü¥Ã¥¯¥¹¡Ê¿·¤·¤¯¥«¡¼¥È¤ËÆþŽ¤¡¦¿¾¦ÉÊ¡ŽË
--------------------------- */
SPAN.newItemInCart {
  font-size: 12px;                                 /* ¥Õ¥©¥ó¥È¥µ¥¤¥º */
  color: #ff0000;                                  /* ¥Õ¥©¥ó¥È¥«¥é¡¼ */
}
/* ---------------------------
CHECKBOX, INPUT, RADIO, SELECT¡§FORM¤ÎÆþÎÏ¡¦ÁªÂò¹àÌÜ
--------------------------- */
CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 12px;                                 /* ¥Õ¥©¥ó¥È¥µ¥¤¥º */
}
/* ---------------------------
TEXTAREA¡§FORM¤ÎÆþÎÏ¹àÌÜ
--------------------------- */
TEXTAREA {
  width: 100%;
  font-size: 12px;                                 /* ¥Õ¥©¥ó¥È¥µ¥¤¥º */
}
/* ---------------------------
SPAN¡§¥È¥Ã¥×¥Ú¡¼¥¸¤Î¥á¥Ã¥»¡¼¥¸¡Ê¤³¤ó¤Ë¤Á¤Ï¡¢¡û¡û¤µ¤ó¡Á¡Ë
--------------------------- */
SPAN.greetUser {
  font-size: 12px;                                 /* ¥Õ¥©¥ó¥È¥µ¥¤¥º */
  color: #0000a0;                                  /* ¥Õ¥©¥ó¥È¥«¥é¡¼ */
  font-weight: bold;                               /* ¥Õ¥©¥ó¥ÈÂÀ¤µ */
}
/* ---------------------------
TABLE¡§¥Õ¥©¡¼¥à¥¨Ž¥¡¦¢¡Ê¶­³¦Àþ¡ŽË
--------------------------- */
TABLE.formArea {
  background: #f1f9fe;                             /* ÇØ·Ê¿§ */
  border-color: #7b9ebd;                           /* ¶­³¦Àþ¤Î¿§ */
  border-style: solid;                             /* ¶­³¦Àþ¤Î¥¹¥¿¥¤Ž¥¡¦*/
  border-width: 1px;                               /* ¶­³¦Àþ¤ÎÉý */
}
/* ---------------------------
TD¡§¥Õ¥©¡¼¥à¥¨Ž¥¡¦¢¡Ê¥¿¥¤¥È¥¡¦ŽË
--------------------------- */
TD.formAreaTitle {
  font-size: 12px;                                 /* ¥Õ¥©¥ó¥È¥µ¥¤¥º */
  font-weight: bold;                               /* ¥Õ¥©¥ó¥ÈÂÀ¤µ */
}
/* ---------------------------
SPAN¡§¥Þ¡¼¥¯¡Êºß¸ËÀÚŽ¤¡¦ŽË
--------------------------- */
SPAN.markProductOutOfStock {
  font-size: 12px;                                 /* ¥Õ¥©¥ó¥È¥µ¥¤¥º */
  color: #c76170;                                  /* ¥Õ¥©¥ó¥È¥«¥é¡¼ */
  font-weight: bold;                               /* ¥Õ¥©¥ó¥ÈÂÀ¤µ */
}
/* ---------------------------
SPAN¡§ÆÃ²Á¾¦ÉÊ²Á³Ê
--------------------------- */
SPAN.productSpecialPrice {
  color: #ff0000;                                  /* ¥Õ¥©¥ó¥È¥«¥é¡¼ */
}
/* ---------------------------
SPAN¡§¥¨¥é¡¼
--------------------------- */

TD.productPriceInListing {
  font-size: 10px;
  background: #d2e9fb;
}

TD.productPriceInBox {
  font-size: 10px;
  background: #eeeeee;
}

TD.productPriceInProdInfo {
  font-size: 12px;
  background: #ccffcc;
}

SPAN.errorText {
  color: #ff0000;                                  /* ¥Õ¥©¥ó¥È¥«¥é¡¼ */
}
/* ---------------------------
Ž¥¡¦¸¥Á¥§¥Ã¥¯¥Ü¥Ã¥¯¥¹¡¦¥Þ¥¦¥¹¥ª¥ŽÕ
--------------------------- */
.moduleRow { }
/* ---------------------------
Ž¥¡¦¸¥Á¥§¥Ã¥¯¥Ü¥Ã¥¯¥¹¡¦¥Þ¥¦¥¹¥ª¡¼¥Ð¡Ž¼
--------------------------- */
.moduleRowOver {
  background-color: #D7E9F7;                       /* ÇØ·Ê¿§ */
  cursor: hand;                                    /* ¥«¡¼¥½Ž¥¡¦Á¾¡¦*/
}
/* ---------------------------
Ž¥¡¦¸¥Á¥§¥Ã¥¯¥Ü¥Ã¥¯¥¹ÁªÂò¹ŽÔ
--------------------------- */
.moduleRowSelected {
  background-color: #E9F4FC;                       /* ÇØ·Ê¿§ */
}
/* ---------------------------
¥Á¥§¥Ã¥¯¥¢¥¦¥ÈŽ¼¡¦
--------------------------- */
.checkoutBarFrom, .checkoutBarTo {
  font-size: 12px;                                 /* ¥Õ¥©¥ó¥È¥µ¥¤¥º */
  color: #8c8c8c;                                  /* ¥Õ¥©¥ó¥È¥«¥é¡¼ */
}
/* ---------------------------
¥Á¥§¥Ã¥¯¥¢¥¦¥ÈŽ¼¡¦ç¡Ê¸½ºß¤Î¼¡¦ç¡ŽË
--------------------------- */
.checkoutBarCurrent {
  font-size: 12px;                                 /* ¥Õ¥©¥ó¥È¥µ¥¤¥º */
  color: #000000;                                  /* ¥Õ¥©¥ó¥È¥«¥é¡¼ */
}
p{
	font-size: 100%; 
	line-height:1.3;
	margin-top: 0; 
	margin-bottom: 10px 
}
h1 { 
  font-size: 16px;                                 /* ¥Õ¥©¥ó¥È¥µ¥¤¥º */
  font-weight: bold;                               /* ¥Õ¥©¥ó¥ÈÂÀ¤µ */
}

h2 { 
 font-size: 160%;
 color: #749A28;
}

h3 { 
 font-size: 14 px;
}

/* matt CSS */
#wrapper{width:950px; margin: 1em auto; border:0px solid black;}

@charset "windows-1251";
a{text-decoration:none;}
a:hover{text-decoration:underline;}

/* template */

div{font-size: 9px; color: #808080;}
td{color: #808080;}

form{margin: 0px}
.sel1{height: 19px; width: 109px;  font-size: 10px; color: #46484A;}
.topmenu{font-size: 10px; color: #46484A; font-weight: 600 ;margin-top:10px}
.top11{font-size: 11px; color: #46484A;display:block}
.or11{font-size: 11px; }


.mb{color: #000000; font-size: 11px; position: absolute; font-weight: 600}
.mw{position: relative; left: -1; top: -1; color: #ffffff; font-size: 11px; font-weight: 600}
.aw{color: #ffffff; font-size: 11px; font-weight: 600}

.lb{color: #78BE30; font-size: 11px; position: absolute; font-weight: 600}
.lw{position: relative; left: -1; top: -1; color: #ffffff; font-size: 11px; font-weight: 600}
.law{color: #ffffff; font-size: 11px; font-weight: 600}

.lmenu{padding: 7px 0 4px 0}
.lm11{font-size: 11px; color: #484E53;}

.search{height: 20px; width: 117px; font-size: 11px; color: #46484A; border: #000000 1px solid; padding: 2px 3px 2px 3px}

.so{font-size: 11px; color: #828B93;}


.item_name{font-size: 90%; color: #E55C19; font-weight: 600; padding: 0 0px 5px 0px;}
.item_desc{font-size: 90%; color: #484E53;padding: 0px 15px 5px 0;}
.item_price{font-size: 80%; color:#FF7E00; font-weight: 600; padding: 0 7px 15px 0px;}

#shopppingcart{border:0px solid red;float:left}
#shopppingcart img{margin:0 0 0px 10px;float:left;border:0px solid red;display:inline;position:relative}
#shopppingcart .h2Wrapper{float:right;border:0px solid black; width:100px;margin:3px 0 10px 0; font-weight:bold;}
#shopppingcart {font-size:110%;float:right;margin:0;}
#shopppingcart img{margin-left:0px;float:none}
#shopppingcart p{font-size:120%;color: #46484A;clear:both;margin:0px 0 0 3px;border-bottom:1px dotted #ccc;float:left;border:0px solid black;width:152px;padding:0;position:relative}
#shopppingcart p span.words{float:left;}
#shopppingcart p span.number{float:right;color: #FF7E00;font-weight:bold;}

#shopppingcart p.total{margin-top:0px; border-bottom:0}
#shopppingcart p.total span.words{float:left}
#shopppingcart p.total span.number{float:right;color: #FF7E00;font-weight:bold;}

#languages{clear:both;float:right;margin-bottom:15px;border-bottom:1px dotted #ccc}
#languages h2{font-size: 10px; color: #46484A; font-weight: 600 ;margin:0px 0px;display:inline }

#header_cart{border-left:1px dotted #ccc;float:right;width:160px}
#header_links{border:0px solid red;float:left;width:95px;text-align:left; }
#header_links ul{list-style-image: url(images/template/ico.gif) ; margin:-5px 0 0 -10px; padding:0 0 0 0px}
#header_links[ID] ul{padding:0 0 0 10px;margin:0}
#header_links li{font-size:100%;font-weight:bold; color:#ccc; margin:5px 0 0 15px;border:0px solid red; float:left;width:100px}
#header_links a{color: #46484A; text-decoration:underline}

.boxLinkP{margin:0px 0 -10px 5px; line-height:160%;}

.boxLink{margin:0px 0 -10px 0;padding-left:15px;  line-height:160%; background: url(images/template/ico2.gif) no-repeat 0 4px; }

#breadcrumb{margin:5px 0 0 0 }
#greeting{margin:5px 0;font-size:60%}


/* index.php http://www.roundedcornr.com/ */
.roundedcornr_box_395299 {
   background: #edf7fd;
	margin:0px 0 0px 0;
	width:786px;
}
.roundedcornr_top_395299 div {
   background: url(images/template/roundedcornr_395299_tl.png) no-repeat top left;
}
.roundedcornr_top_395299 {
   background: url(images/template/roundedcornr_395299_tr.png) no-repeat top right;
}
.roundedcornr_bottom_395299 div {
   background: url(images/template/roundedcornr_395299_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_395299 {
   background: url(images/template/roundedcornr_395299_br.png) no-repeat bottom right;
}

.roundedcornr_top_395299 div, .roundedcornr_top_395299, 
.roundedcornr_bottom_395299 div, .roundedcornr_bottom_395299 {
   width: 100%;
   height: 15px;
   font-size: 1px;
}
.roundedcornr_content_395299 { margin: 0 15px; }
.roundedcornr_content_395299 h2{ margin: 0;	line-height:200%; }

/* testimonials */
.primaryBox{
	overflow:hidden;
	padding:5px 5px 5px 5px;
	margin: 30px 0px 30px 0px;
	width:96%
}
.primaryBorder{border-bottom:1px solid #555}

#sigWrapper{width:100%;display:block;text-align:right;border:0px solid white;padding:0;margin:0}
blockquote{border:0px solid white;margin-top:0}

#quotes{margin-top:20px}
.smallQuoteName{font-weight:bold;color:#93C432;padding-right:10px;}
.smallQuoteLocation{font-weight:bold;color:#93C432;}
#quotes .quoteText{padding: 10px 0px 10px 30px;width:100%;font-size:150%;font-weight:normal;margin:0 0 0 10px;color:#333;line-height:210%}
.bqstart {float:left;height:45px;margin: -50px 20px -50px -30px;padding-top:5px;padding-right:10px;font-size:150px;color:#93C432;font-family:times}
.bqend {display:none}
#frontPageQuotes{width:785px!important;overflow:visible;height:150px;border-left:0;border-right:0}
#frontPageQuotes p{float:left;clear:left;padding:0px 10px 0 5px ;margin:5px 0 5px 0;border-bottom:1px dotted #ccc;font-size:100%;background-color: white;width:760px}
#frontPageQuotes .quoteText{padding: 0px 10px 5px 10px;width:100%;font-size:120%!important;font-weight:normal;margin:0px 0 0px 0px;color:#333;line-height:150%;display:block;}
#frontPageQuotes .on{}
#frontPageQuotes .smallQuoteName{float:right;margin-bottom:0px;font-style:italic}
#frontPageQuotes .smallQuoteLocation{float:right;font-style:italic}
#frontPageQuotes a{float:right;clear:right}


/* main menu */
#mainMenu{width:950px;margin:0px auto 0px auto;padding:0px;height:28px;background: #f07d21 url(images/template/top-menu-bg.gif)repeat-x;border:0px solid blue}
#mainMenu span.right{width:22px;border:0px solid red;height:28px;background: #f07d21 url(images/template/top-menu-right.gif);float:left}
#mainMenu span.left{width:22px;border:0px solid red;height:28px;background: #f07d21 url(images/template/top-menu-left.gif);float:left}
#mainMenu p{margin:0;padding:0}
#mainMenu ul{margin:-10px 0 0 0;padding:0;display:inline}
#mainMenu li{padding:0;display:inline}
#mainMenu form{margin:0;padding:0 0 0 50px;display:inline;}
#mainMenu input{padding:0px 0 0 2px;display:inline;margin:0px 0 0 0 ;height:15px}
#mainMenu a{padding:0 10px 0 10px;
	display:inline;
	color: black;
	font-weight:bold;
	text-decoration:none;
	margin: 0 -10px 0 10px;
	font-size:130%
}
.submitButton{height:18px!important;background-color:#F7941D;border:1px solid #ccc!important;width:50px;}


.spiffyProperty{display:block}
.spiffyProperty *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#f07d21}
.spiffyProperty1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #f07d21;
  border-right:1px solid #f07d21;
  background:#fdbb7e}
.spiffyProperty2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #f07d21;
  border-right:1px solid #f07d21;
  background:#fdb673}
.spiffyProperty3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #f07d21;
  border-right:1px solid #f07d21;}
.spiffyProperty4{
  border-left:1px solid #f07d21;
  border-right:1px solid #f07d21}
.spiffyProperty5{
  border-left:1px solid #f07d21;
  border-right:1px solid #f07d21}
.spiffyPropertyfg{
  background:#f07d21}
  
  
  


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#cfnavbar{
margin: 10px 0 0 5px;
padding: 0;
background: url(images/template/top-menu-bg.gif) top repeat-x ;
height:30px;
}

#cfnavbar ul{
padding: 0;
margin: 0;
float: left;
}

#cfnavbar ul li{
display: inline;
font-size:130%;
font-family: "trebuchet ms", arial, sans serif
}

#cfnavbar ul li a{
float: left;
font-size:13px;
color:white;
font-weight: bold;
padding: 8px 13px 5px 10px;
text-decoration: none;
font-family: "trebuchet ms", arial, sans serif;
/* background: url(images/template/cf-divider.gif) top right no-repeat; */
}

#cfnavbar span ,#cfnavbar span a{
	color: #69821b;
}
#cfnavbar ul li a#leftcorner{
padding-top: 5px;
background: url(images/template/top-menu-left.gif) top left no-repeat;
}

#cfnavbar ul li a#rightcorner{
padding-right: 10px;
background: url(images/template/top-menu-right.gif) top right no-repeat;
}

#cfnavbar ul li a:hover{
text-decoration: underline;
}

#cfnavbar:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#cfnavbar form{margin:0;padding:2px 10px 8px 0px;display:inline;position:relative}
#cfnavbar input{padding:0px 0px 0 2px;display:inline;margin:3px 0 0 0px ;height:15px;border:0}
.submitButton{height:18px!important}


#newsWrapper1,#newsWrapper2{display:inline;border:0px solid blue;float:left;margin: 0 0px 0 0px}
#newsWrapper2{margin-left:5px}

.newsBox,.newsBoxM{width:148px;overflow:auto;}
.newsBox p,.newsBoxM p{font-size:120%}
.newsBox2{width:767px;overflow:auto;}
.newsBox0{width:600px;overflow:auto;}

.newsBox,.newsBox2,.newsBox0,.newsBoxM{
margin: 0 10px 0 0px;
padding: 0 0px 0 0;
border:1px solid #ccc;
}

.newsBox{
height:250px;
}

.newsBoxM{
	height:340px;
}
.newsBoxM h2 {
	margin: 10px 10px 10px 10px;
	font-size:11px;
	
}
.newsBoxM h2 a {
 color: #749A28;
	
}
.BoxMdiv {
	margin-bottom:30px;  
}

.newsBox2{
}

.newsBox h1,.newsBox h2,.newsBox h3,.newsBox h4,.newsBox h5,.newsBox p{margin:5px 10px 0px 10px;  }

.tblseason td {
	padding: 5px;
	line-height: 1.5 ;
	border-bottom: 1px dotted #ccc;
	vertical-align:top;
	font-size:12px;
}

.tblseason img, .newsbox0 img {
	border: none!important;
}

.newsBox h2{font-size:100%}
.cfnavbar2{width:150px;}
.cfnavbar3{width:769px;}
.cfnavbar2, .cfnavbar3{
margin: 10px 10px 0 0px ;
padding: 0;
border:0px solid red;
background: url(images/template/menu_bg4.gif) repeat-x;
}

.cfnavbar2 ul li a, .cfnavbar2 ul li span,.cfnavbar3 ul li a, .cfnavbar3 ul li span{
float: left;
color:white;
font-weight: bold;
padding: 0;
text-decoration: none;
}

.cfnavbar2 h1,.cfnavbar3 h1,.cfnavbar4 h1 {
float: none;
font-size:11px;
color:white;

margin:0 0 0 0px;
padding-left: 5px;
padding-right: 0px;
font-family: "trebuchet ms", arial, sans serif;
background: url(images/template/menu_left4.gif) top left no-repeat;
}

.cfnavbar2 h3,.cfnavbar3 h3,.cfnavbar4 h3 {
float: none;
font-size:120%;
color:white;

margin:0 0 0 0;
padding:1px 0 1px 5px;
font-family: "trebuchet ms", arial, sans serif;
background: url(images/template/menu_left4.gif) top left no-repeat;
}


.cfnavbar4{width:787px!important}
.cfnavbar4{
margin: 10px 10px 0 0px ;
padding: 0;
border:0px solid red;
background: url(images/template/menu_bg4.gif) repeat-x;
}

.cfnavbar4 ul li a, .cfnavbar4 ul li span{
float: left;
font-size:10px;
color:white;
font-weight: bold;
padding: 4px 13px 5px 6px;
text-decoration: none;
}

#footerLinks{border:0px solid red;width:940px;margin:0 0 0 8px;float:left}
#footerLinks .box{border:0px solid blue;float:left;margin:10px 0 10px 0}
#footerLinks .bRight{border-right:2px solid #ccc;}
#footerLinks .bLeft{border-left:2px solid #ccc;margin-right:10px;}
#footerLinks .box a{padding-left:20px}

#indexPageLog{width:619px;height:30%;padding:5px;}

#indexPageLog p{font-size:150%;}

#indexPageLogL{}
#indexPageLogL img{float:left;margin:5px;border:1px solid #ccc}

.imgbn {border:1px solid #ccc;}

.bn_lovely {
	text-align:center;
	margin:5px 10px 0 2px;
	padding:0!important;
	font-size:11px; 
	width:340px; height:100px;
	border:1px solid #ccc;
	line-height:1.5;
}
.bn_lovely a{ text-decoration: none; color:#666; }
.bn_lovely a:hover{ text-decoration: none; color:#666; }
.bn_lovely img {border:0px!important; margin:0!important;}
.alignR		{float:right!important;}

#headerLogo img{margin:0;padding:0;}

#logoTitle{margin: 10px 0 0 10px;font-size:150%;}
.logoTitleP{font-size:150%; margin:10px 0 0 10px;}

/*** notice ******/
/* .tabledata{border:3px solid #99CC00;width:747px}
.tabledata img{margin-right:30px;margin-left:6px;margin-top:-3px}
.tabledata h2{
font-weight:normal;
margin:0;
padding:0;
font-size:8.0pt;
color:#FF9900;
}
.tabledata p{
line-height:16px;
font-size:130%;
border:0px solid red;
margin:0;
padding:0;
margin-bottom:20px;
color:#666666;
font-family:"£Í£Ó £Ð¥´¥·¥Ã¥¯"
}

/*** ´ÉÍý²èÌÌBOX_HEADINGÍÑ¡¡ÄÉ²Ã ******/
.INFO_Frame{	
	margin:10px 5px;
}

.BH_Frame{
margin: 0;
padding:0 20px 0 0;
}

.BH_Title{
margin:0;
padding: 5px 20px 5px 10px;
border:1px solid #FFD112;
background-color:#FFFFCC;
color:#FFA205;
font-weight:normal;
font-size: 17px;
}

.BH_Title2{
margin:0;
padding: 10px 0 0 0;
color:#99cc00;
}

.BH_Title a{
color:#FFA205;
}

.BH_Doc, .BH_Item{
margin-left:10px!important;
padding: 10px 10px 0px 0px;
line-height:1.4;
}

.BH_Doc a{
  color: #0172f0!important;
  text-decoration: none;
}

.BH_Doc image{
border:0px;
}

.BH_GR {
	margin-bottom :10px;
	padding-left: 20px;
	border:1px solid #666666;;
}
.BH_Item {
	color:#99cc00;
	font-weight:bold;
}

.BH_Doc p, .BH_Doc ul, .BH_Doc ol{
	font-size: 16px;
	line-height: 1.7;
}

.BH_Doc p.indent {
	margin: 0 10px 10px 40px;
}

.BH_Doc ul li, .BH_Doc ol li{
	margin-bottom:8px;
}

/*** ¥¤¥ó¥Ç¥ó¥È ******/
.BH_Indent{
	margin-left:27px;
}

/*** ÀÖ ******/
.accolor01 {
	color:#cc0000;
}

/*** ¿å¿§ ******/
.accolor02 {
	color:#62AFC1;
}


/*** pages_ja/ÍÑ¡¡ÄÉ²Ã ******/
.pg_ja_frame{
margin: 10px 20px 0 20px;
padding:20px;
width: 724px;
border: #99cc00 1.5pt solid;
text-align:left;
}

.pg_ja_Title{
color:orange;
font-size:150%;
font-weight:bold;
margin:10px 0 0 0 ;
}

.pg_ja_Doc{
margin: 5px 10px 5px 10px;
}

.pg_ja_Doc P{
font-size: 150%;
}


/*** ÈÆÍÑ¡¡ÄÉ²Ã ******/
.alignL { text-align: left; }
.alignR { text-align: right; }
.alignC { text-align: center; }

.alignLimg { float: left; }
.alignRimg { float: right; margin-left: 10px;}

.alignClear {
	clear: both;
}

.emph{
	color: #749A28;	/*  Ç»¤¤ÎÐ */
	font-weight: bold;
}

.clmgrp {
	padding:5px;
}


*/



