@charset "UTF-8";
/*
//
// +----------------------------------------------------------------------+
// |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:52 shidairiki Exp $
*/
@import url("sideboxes.css");
@import url("optional.css");


body {
/*	background-image:url(../images/main_background.gif);*/
	background-color: white;
	color: #333;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
   font-size: 12px;
   font: 12px Verdana, Arial, sans-serif;
}

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

td.main, p.main {
  line-height: 1.5;
}
td.main{
	padding:.8em 0;
}

h1,h2,h3,h4,h5,h6,li,dl,dt,dd{
	margin:0;
	padding:0;
}

a {
  color: #036;
  text-decoration: none;
}

a:hover {
  color: #9C0;
}

form {
	display: inline;
}

/*HEADER CSS*/

TABLE.header {
  background: #ffffff;
  width: 760px !important;
}

TD.headertop{
	height:7px;
	background-image:url(header/main_header_img01.gif);
	background-repeat:no-repeat;
}

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

TD.headerNavigation {
  width: 750px !important;
  position: relative;
  vertical-align:middle;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color:#000000;
  letter-spacing:1px;
  padding: 5px;
}

TD.headerNavigation A, TD.headerNavigation A:visited, .sideBoxHeading A, td.footertop a, .centerboxheading A  {
}

TD.headerNavigation A:hover, .sideBoxHeading A:hover, td.footertop a:hover, .centerboxheading A:hover  {
}

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_box_spacer_left {
  height: 6px;
}

.column_box_spacer_right {
  height: 6px;
}

.column_box_spacer_single {
  height: 6px;
}

.column_left{
  background: #ffffff;
  font-size:12px;
}

.column_right{
  background: #ffffff;
  font-size:10px;
}

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


.sideBoxContent, .centerboxcontent {
  line-height: 125%;
  padding: 4px;
  background:white url(../images/headings/sideBoxHeading_body.gif) left top repeat-y;
}

.sideBox,.centerbox {
  font-size: 10px;
  margin-bottom: 15px;
  background:white url(../images/headings/sideBoxHeading_top.gif) left top no-repeat;
}
.center_column .sideBox, .center_column .centerbox {
  margin-top:30px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TD.sideBoxHeading, TD.centerboxheading {
  height: 24px;
  padding-left: 5px;
}

.sideBoxHeading, .productListing-heading, .centerboxheading {
  font-size: 10px;
  color: #333;
  padding: 3px;
}

TR.sideBoxHeading, TR.centerboxheading {
}

.sideBoxFooter, .centerboxfooter {
  height:10px;
  background:white url(../images/headings/sideBoxHeading_foot.gif) left bottom no-repeat;
}

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



/*center main section
-----------------------------------*/
TD.pageHeading, DIV.pageHeading, h1 {

}
TD.breadCrumb {
  font-size: 10px;
  color: #9a9a9a;
  background:#FFFF99 url(../images/headings/h1_bg_01.gif) left top no-repeat;
  border-bottom:1px solid white;
  padding: 6px 10px;
}

.main h3{
	font-size:120%;
	margin-top:1.5em;
	color:#295266;
}

#staffdiary h1,#staffdiary h2{
	color:#F60;
}
#staffdiary h2{
	background-image:url(images/staffdiary/staffdiary_main_h2_bg.gif);
	background-repeat:no-repeat;
	color:#FFF;
	font-size:16px;
	line-height:60px;
	margin-top:20px;
	height:60px;
	padding-left:20px;
}

.center_column {
  padding:0 15px;
}
.main_page{
   width: 760px !important;
  background-color: #ffffff;
}

.plainBox, .plainbox-description {
  line-height:1.5;
  background: #ffffff;
  /* border: 1px solid #CCC; */
  /* Girish */
  border: 0px;
  margin-bottom: 15px;
  padding:10px;
}
.plainbox-description {
  background: #ffffff;
  border-width:1px 0;
  padding:10px;
}

.plainBoxHeading {
  font-size: 12px;
  font-weight: bold;
  padding: .8em 0px 5px;
}

.center_column ul, .center_column ol{
	padding:0;
	margin-bottom:0;
	margin-left:2.5em;
}

ul.menulist{
	margin:0;
	list-style-type:none;
}
.menulist li{
	margin:0;
	padding:5px 10px  6px;
	list-style-type:none;
	border-bottom:1px solid #DEE;
}
/* footer
--------------*/

TABLE.footer {
  background: #ffffff;
  text-align: center;
  font-size: 10px;
  margin-top:20px;
}

TD.footertop {
  background-image:url(../images/footer/main_footer_line01.gif);
  background-repeat:repeat-x;
}
TD.footertop p.categories {
	line-height:1.5;
	margin:12px;
}

TD.footerbottom {
  padding: 5px;
}

/*miscellaneous areas
-------------------------------------*/
.box_spacer_top{
	margin-top:10px;
width:370px;
height:240px;
border:none;
}

.box_spacer_top1{
margin-top:10px;
width:370px;
border:none;
}

.box_spacer_top2{
padding:0px 0px 0px;
}

.box_spacer_top3{
padding-bottom:10px;
}

.box_spacer_top5{
padding-top:10px;
}

div#pad{
padding:10px 0px 10px;
}

div#unknown{
height:10px;
text-indent:-9999em;
}

TD.infoBox, SPAN.infoBox {}

TD.cartBox {
   font-size: 10px;
   padding:10px 3px;
   border:1px solid #ccc;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background-color: #ffffff;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even,  TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background-color: #F5F5E9;
}

.errorBox {   background: #ff797c; color: #ffffff; font-weight: bold; }
.stockWarning {   color: #cc0033; }
.productsNotifications { padding:5px; background: #f2fff7; }
.orderEdit {   color: #70d250; text-decoration: underline; }
.productListing-heading {
}

TD.productListing-heading{
	background-color:#E5E5D5;
}
TD.productListing-data {
	padding:5px;
}

td.pageresults a {
  color: #0000FF;
}

td.pageresults a:hover {
  background: #FFFF33;
}
td.pageresults {
  font-size: 10px;
}
TR.subBar {
  background: #f4f7fd;
}

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

TD.accountCategory {
  font-size: 13px;
  color: #aabbdd;
}

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

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

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

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

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

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

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

TABLE.formArea {
	background: #f1f9fe;
	border: 1px solid #7b9ebd;
}

TD.formAreaTitle {
	font: bold 12px Verdana, Arial, sans-serif;
}

SPAN.markProductOutOfStock {
	color: #c76170;
	font: bold 12px Verdana, Arial, sans-serif;
}

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;
  color: #FF0000;
}

SPAN.errorText {
  color: #ff0000;
}

.moduleRow td,.moduleRowOver td,.moduleRowSelected td{ padding:5px; }
.moduleRow { }
.moduleRowOver { background-color: #de6; cursor: pointer; }
.moduleRowSelected { background-color: #de6; }

.checkoutBarFrom, .checkoutBarTo {   color: #8c8c8c; }
.checkoutBarCurrent {   color: #000000; }

/* message box */

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

/* input requirement */

.inputRequirement {
  color: #ff0000;
  font-size: 10px;
}

span.coming {
color: #ff797c;
}

/* 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-subtotal-Amount, TD.ot-cod-fee-Amount, TD.ot-total-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: 9px;
  line-height: 1.0;
  text-align : left;
  font-weight: bold;
  padding-top: 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: 11px Verdana, Arial, sans-serif;
}

/* categories_description */
TABLE.categoriesdescription {
}

TD.categoriesdescription {
  padding:10px 0;
  line-height: 1.5;
}
/*category_row*/
TABLE.category_row TD{
 padding:1px;
}
TABLE.category_row TD A{
 display:block;
 padding:5px;
}
TABLE.category_row TD a:hover{
 border-color:#9C0;
}
TABLE.category_row TD a img{
 display:block;
}

/* categories box parent and child categories and extra links */
A.category-top, A.category-links {
  text-decoration: none;
}
A.category-subs, A.category-products {
  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;
}


/*---------------------------
2007/7/6 追加
-----------------------*/
/*TOPICS CSS*/
 
#Topics h1{
 background-repeat:no-repeat;
 color:#333;
 font-size:40px;
 line-height:60px;
 margin-top:10px;
 height:50px;
 padding-left:20px;
}
#Topics h2{
  background-image:url(../../../../topics/topics_img/topics_main_h2_bg.gif);
 background-repeat:no-repeat;
 color:#ffffff;
 font-size:25px;
 line-height:60px;
 margin-top:0px;
 height:60px;
 padding-left:20px;
}
#Topics h3{
 font-size:120%;
 padding-left:20px;
 color:#295266;
}
 .TopicsText {
    font-size: 12px;
    line-height: 125%;
    margin-left:10px;
 margin-right:10px;
}
 .boxText2 {
    font-size: 12px;
    line-height: 125%;
	padding: 0px 5px 5px 5px;
}

/*---------------------------
2007/12/4 追加
-----------------------*/
/*campaign CSS*/
 
#campaign h1{
    background-color:#ffffff;
 background-repeat:no-repeat;
 color:#333;
 font-size:40px;
 line-height:60px;
 margin-top:10px;
 height:50px;
 padding-left:20px;
}
#campaign h2{
    background-image:url(../../../../campaign/campaign_img/campaign_main_h2_bg.gif);
 background-repeat:no-repeat;
 color:#ffffff;
 font-size:25px;
 line-height:60px;
 margin-top:0px;
 height:60px;
 padding-left:20px;
}
#campaign h3{
 font-size:120%;
 padding-left:20px;
 color:#FFFFFF;
}
#campaign h4{
 font-size:120%;
 padding-left:20px;
 color:#333;
}
#campaign h5{
 font-size:20px;
 line-height:50px;
 padding-left:20px;
 margin-top:0px;
 height:50px;
 color:#003366;
}
 .campaignText {
    font-size: 12px;
    line-height: 125%;
    margin-left:10px;
 margin-right:10px;
}

/*---------------------------
2007/12/16 追加
-----------------------*/
/*ranking CSS*/

#ranking h1{
 background-color:#ffffff;
 background-repeat:no-repeat;
 color:#333;
 font-size:40px;
 line-height:60px;
 margin-top:10px;
 height:50px;
 padding-left:20px;
}
#ranking h2{
 background-image:url(../../../../ranking/ranking_img/ranking_h2_bg.gif);
 background-repeat:no-repeat;
 color:#ff0000;
 font-size:25px;
 line-height:65px;
 margin-top:0px;
 height:60px;
 padding-left:14px;
}
#ranking h3{
 font-size:120%;
 padding-left:20px;
 color:#ff0000;
}
#ranking h4{
 font-size:120%;
 padding-left:20px;
 color:#333;
}
#ranking h5{
 font-size:20px;
 line-height:50px;
 padding-left:20px;
 margin-top:0px;
 height:50px;
 color:#003366;
}
#ranking h6{
 font-size:120%;
 color:#333;
}
 .rankingText {
    font-size: 12px;
    line-height: 125%;
    margin-left:10px;
 margin-right:10px;
}

/* interview.css */
.nana { padding: 5px; margin: 10px 0 5px 0; color: #FF00af;}
.akane { padding: 5px; margin: 10px 0 5px 0; color: #009fff;}
.top { padding: 10px; margin: 10px 0 10px 0; color: #666666; background-color: #ffffcc; border: dotted 1px #ffcc00;}
