/*
  $Id: stylesheet.css,v 1.3 2005/02/01 16:04:15 hiroyuki Exp $
*/

@charset "UTF-8";


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

body {
	font-family: Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
        
}

img{
	border: none;
}

strong{
	font-weight: bolder;
}

form{
	margin: 0;
	padding: 0;
}

.floatleft{
	float: left;
}

.floatright{
	float: right;
}

.alignleft{
	text-align: left;
}

.alignright{
	text-align: right;
}

.aligncenter{
	text-align: center;
}

.clearboth{
	clear: both;
	display: none;
}

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

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

/* --- --- */

.odd{
	background: #F5EEE0;
}

/* ---- */

.even{
	background: #ffffff;
}

/* ----- */

.formh{
	width: 8em;
}

/* ---- */

textarea {
	width: 100%;
}

/* ------ */

.moduleRow { 
	background-color: #E4F9FF;
}

/* ---  --- */

.moduleRowOver {
	background-color: #D7E9F7;
	cursor: hand;
}

/* --- --- */

.moduleRowSelected {
	background-color: #D7E9F7;
}

/* ------ */

.orderEdit {
	color: #70d250;
	text-decoration: underline;
}

/* --- --- */

.greetUser {
	color: #0000a0;
	font-weight: bold;
}

/* --- --- */

.productPrice {
	color: #000000;
	font-weight: bold;
}

/* ------ */

.productHontaiPrice {
	color: #000000;
}

/* ---  --- */

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

/* ---  --- */

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

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

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

div.messageBox {
	margin-bottom: 0.5em;
}

div.messageBox p{
	padding: 2px;
}

div.messageBox p.messageStackError, p.messageStackWarning{
	background-color: #FFE6E6;
}

div.messageBox p.messageStackSuccess{
	background-color: #99ff00;
}

/* ----- */

#errorBox{
	background: #ffb3b5;
	font-weight: bold;
}

#headerError{
	background: #ff0000;
	font-weight: bold;
	color: #ffffff;
}

#headerInfo{
	background: #00ff00;
	font-weight: bold;
	color: #ffffff;
}

/* --- --- */

.notice_s{
	font-size: 90%;
	color: #8899bb;
}

/* ------ */

.error_s{
	font-size: 90%;
	color: #ff0000;
}

/* --- --- */

.warning{
	color: #cc0033;
}

/* --- --- */

.error{
	color: #ff0000;
}

/* --- --- */

.warning_bold{
	color: #cc0033;
	font-weight: bold;
}

/* --- --- */

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

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

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

div#header {
	background: url("../templates/default/images/hedder_haikei.gif") right top no-repeat;
}

div#header a:hover { color: #C00; }

div#header td{
	font-size: 85%;
	color: #363636;
}

div#header td#cartnavi a {
	background: #FFF;
}

table#navigation {
	width: 100%;
	background: #F5EEE0;
	border-top: 8px solid #630;
	border-bottom: 1px solid #630;
	}

table#navigation td {
	padding: 5px;
	color: #630;
	}

table#navigation td#navicell {
	background: url("../templates/default/images/icon_top.gif") left no-repeat;
	padding-left: 30px;
	}

table#navigation td#searchcell {
	text-align: right;
	}

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

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

div#footer td{
	font-size: 85%;
	line-height: 150%;
	color: #363636;
	padding: 3px;
}

div#footer td.footer_info {
	background: #ccd4e4;
	color: #000000;
}

div#footer td.footer {
	background: #663300;
	color: #ffffff;
	text-align: center;
}

div#footer a{
	color: #FFFFFF;
}

div#footer a:hover{
	color: #AABBDD;
}

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

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

td#contentsleft,td#contentsright,td#contentsmain{
	vertical-align: top;
	padding-bottom: 0.5em;
}

td#contentsleft{
	background-color: #f1e8bd;
	border-right:1px solid #663300;
	width: 180px;
}

td#contentsright{
	background: #ffffff;
	width: 1%;
}

td#contentsmain{
	background: #ffffff;
	padding: 15px;
	width: 98%;
}

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

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

div#contentsleft{
	font-size: 85%;
	color: #663300;
	line-height: 130%;
}

div#contentsleft dl{
	margin-bottom: 1em;
	height: 100%;
}

div#contentsleft dt{
	background: url("../templates/default/japanese/images/buttons/icon_dt.gif") center left no-repeat;
	border-bottom: 1px solid #663300;
	margin-top: 1em;
	margin-bottom: 0.5em;
	margin-left: 5px;
	padding-left: 15px;
	font-weight: bold;
}

div#contentsleft dd{

	margin-left: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
}

div#contentsleft dd.center {
	text-align: center;
	padding-bottom: 5px;
}

div#contentsleft dd.icon {
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 2px;
	background: url("../templates/default/japanese/images/buttons/icon_dd.gif") center left no-repeat;
	border-bottom: 1px dashed #CC9933;

}
div#contentsleft dd.icon02 {
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 2px;
	font-size: 75%;
	background: url("../templates/default/japanese/images/buttons/icon_dd.gif") center left no-repeat;
	border-bottom: 1px dashed #CC9933;

}

div#contentsleft ul.links {
	margin: 20px 15px;
	}

div#contentsleft ul.links li{
	background: none;
	margin: 5px 0 5px 0;
	padding-left: 0;
	font-size: 0.75em;
	line-height: 120%;
	list-style: none;
	}
	
	div#contentsleft ul.links li.title{
	padding:3px 0 3px 0;
	background: #999;
	color:#fff;
	text-align: center;	
	}

div#contentsleft ul.links li a{
	margin: 3px 0 3px 0;
	background: none;
	padding-left: 0;
	line-height: 120%;
	list-style: none;
	color:#bbc2d4;
	}


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

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

div#contentsright{
	font-size: 80%;
	color: #363636;
	line-height: 130%;
}

div#contentsright table {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

div#contentsright table.cart {
	border: 2px solid #6F880C;
}

div#contentsright table.cart th {
	background: #6F880C;
}

div#contentsright table.promo {
	border: 2px solid #E82F3D;
}

div#contentsright table.promo th {
	background: #E82F3D;
}

div#contentsright table.info {
	border: 2px solid #c39a62;
}

div#contentsright table.info th {
	background: #c39a62;
}
div#contentsright td {
	font-size: 80%;
	color: #363636;
	line-height: 130%;
	padding: 3px;
	background: #fffcf3;
}

div#contentsright th {
	font-size: 80%;
	color: #ffffff;
	line-height: 130%;
	padding: 1px;
	text-align: center;
	font-weight: bold;
}

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

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

div#contentsmain p span {
	padding-bottom: 0.4em;
	border-bottom: 1px dashed #DFCA76;
	line-height: 200%;
}

div#contentsmain {
	font-size: 85%;
	color: #363636;
	line-height: 130%;
	margin-bottom: 0.5em;
}

div#contentsmain .small{
	font-size: 80%;
	color: #363636;
	line-height: 130%;
}

div#contentsmain h1 {

	padding: 3px 0px 3px 25px;
	background: url("../templates/default/images/pt_h1.gif") center left no-repeat #DFCA76;
	border: 1px solid #630;
	color: #630;
	font-size: 160%;
	font-weight: bold;
	line-height: 160%;
}
div#contentsmain div.main h2{
	margin-bottom: 1em;
	padding: 3px 0px 3px 25px;
	background: url("../templates/default/images/pt_h1.gif") center left no-repeat #F1E8BD;
	border: 1px solid #630;
	color: #630;
	font-size: 130%;
	font-weight: bold;
	line-height: 150%;
}
div#contentsmain h3{
	background: url("../templates/default/images/h3_icon.gif") center left no-repeat;
	font-size: 110%;
	color: #363636;
	line-height: 100%;
	padding-left: 1.1em;
	font-weight: bold;
}
div#contentsmain div.main h3#top{
	background:none;
	margin-bottom: 1em;
	padding: 5px 0px 3px 5px;
	border-bottom: 1px solid ;
	color: #663300;
	font-size: 120%;
	font-weight: bold;
}




div#contentsmain div.main h4{
	line-height: 150%;
	color: #630;
	font-size: 120%;
	font-weight: bold;
}
div#contentsmain div.osusume h4{
	margine:0;
	padding:0;
	line-height: 150%;
	color: #630;
	font-size: 100%;
	font-weight: bold;
}

div#contentsmain h5{
	padding-left: 1.1em;
	line-height: 150%;
	color: #630;
	font-size: 180%;
	font-weight: bold;

}

div#contentsmain strong {
	background: #EFEFEF;
	color: #974A4A;
	margin: 0 2px 0 2px;
	padding: 2px;
	font-weight: bold;
	}

div#contentsmain th {
	font-size: 85%;
	color: #363636;
	line-height: 130%;
	font-weight: bold;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
}

div#contentsmain td {
	font-size: 85%;
	color: #363636;
	line-height: 130%;
	padding-top: 2px;
	padding-bottom: 2px;
}

div#contentsmain .icon a:link{
	line-height: 150%;
	border-bottom: 1px dashed #cfcfdf;
	padding-left: 5px;
	margin-left: 2em;
	margin-top: 2px;
	margin-bottom: 2px;
	border-left: .5em solid #DDDDDD;
}

div#contentsmain .icon a:visited{
	line-height: 150%;
	border-bottom: 1px dashed #cfcfdf;
	padding-left: 5px;
	margin-left: 2em;
	margin-top: 2px;
	margin-bottom: 2px;
	border-left: .5em solid #DDDDDD;
}

div#contentsmain .icon a:active{
	line-height: 150%;
	border-bottom: 1px dashed #cfcfdf;
	padding-left: 5px;
	margin-left: 2em;
	margin-top: 2px;
	margin-bottom: 2px;
	border-left: .5em solid #DDDDDD;
}

div#contentsmain .icon a:hover{
	line-height: 150%;
	border-left: .5em solid #AA0000;
}

div#contentsmain dl.arrow {
	text-align: left;
	}

div#contentsmain dl.arrow dt{
	background: url("../images/top_icon_arrow.gif") left no-repeat;
	margin-bottom: 0.3em;
	font-weight: bold;
	margin-left: 16px;
	padding-left: 16px;
	}

div#contentsmain dl.arrow dd {
	margin-bottom: 0.5em;
	margin-left: 32px;
	line-height: 140%;
	}

/* --- --- */

div#contentsmain div{
	clear: both;
	margin-top: 0.5em;
	margin-bottom: 2em;
}

/* ---- */

div#contentsmain div.main{
	
}

/* --- -- */

div#contentsmain div.reviews{
	clear: none;
}

/* --- --- */

div#contentsmain div.navi{
	margin-bottom: 2.0em;
}

/* --- --- */

div#contentsmain div.header{
	margin-top: 0em;
	margin-bottom: 0.5em;
}

/* --- --- */

div#contentsmain div.footer{
	padding-top: 0.5em;
	border-top: 1px solid #999999;
}

/* --- -- */

div#contentsmain div.infobox {
	margin-top: 3px;
	border: 1px solid #DE9503;
	background: #F5EEE0;
}

/* --- --- */

div#contentsmain div.infoboxsp {
	border-right: 1px solid #ccd4e4;
}

/* --- --- */

div#contentsmain div.formarea {
	margin: 0;
	padding: 5px;
	border: 1px solid #FCDC9C;
	background: #F7F0D8;
}

/* ----- */

div#contentsmain div.infoboxnotice {
	margin-top: 3px;
	border: 1px solid #FF8E90;
	background: #FFE6E6;
}

/* --- -- */

div#contentsmain div.plainbox{
	padding: 0.5em;
	border: 1px solid #ccd4e4;
}

div#contentsmain div.navi p, div.header p, div.footer p{
	margin: 0;
	padding: 0;
}

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

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

ul {
	padding-left: 0px;
	margin: 0px;
	}

li {
	font-size: 0.85em
	text-align: left;
	line-height: 200%;
	list-style-type: none;
	background: url("../Images/tokuri.gif") left no-repeat;
	margin-bottom: 0.3em;
	font-weight: bold;
	margin-left: 16px;
	padding-left: 5px;
	border-bottom:1px #DDDDDD dashed;
	}

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

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

/* ------ */

.infoBoxContents {
	background: #F5EEE0;
}

/* --- --- */

.infoBoxNoticeContents {
	background: #FFE6E6;
}

/* --- -- */

TR.productListing-heading {
	background: #ccd4e4;
}

/* ------ */

TD.productListing-heading {
	background: #ccd4e4;
	color: #000000;
	font-weight: bold;
	font-variant: small-caps;  /*  */
}

/* --- --- */

TD.tableHeading {
	font-weight: bold;
}

/* --- --- */

table#info dl{
	text-align: left;
	}

table#info dt{
	background: url("../images/top_icon_arrow.gif") left no-repeat;
	margin-bottom: 0.2em;
	font-weight: bold;
	margin-left: 5px;
	padding-left: 15px;
	}

table#info dd{
	font-size: 85%;
	margin-bottom: 0.2em;
	margin-left: 5px;
	padding-left: 15px;
	}

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

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

a:link, a:visited, a:active, a:hover {
	font-size: inherit;
}

a:link{
	color:#3333CC;
	text-decoration: none;
}

a:visited{
	color:#663399;
	text-decoration: none;
}

a:hover{
	color:#990033;
	text-decoration: underline;
}

a:active{
	color:#ff99cc;
	text-decoration: none;
}

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

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

div#calendar table {
	margin: 5px 9px 0 0;
	border:1px #DDDDDD solid;
	border-collapse:collapse;
	width: 90%;
}

div#calendar td {
	border:1px #DDDDDD solid;
	padding:1px;
	text-align:center;
	font-size: 12px;
}

div#calendar td.calendarTitle {
	background-color:#FFFFFF;
}

div#calendar td.calendarSun,div#calendar td.calendarSat,div#calendar td.calendarWek{
	font-weight:bold; 
}

div#calendar td.calendarSun {
	background-color:#FFCCCC;
	color:#FF0000;
}

div#calendar td.calendarSat {
	background-color:#CCFFFF;
	color:#0000FF;
}

div#calendar td.calendarWek {
	background-color:#EEEEEE;
}

div#calendar td.calendarBHol {
	background-color:#FFCCCC;
	color:#FF0000;
}

div#calendar td.calendarBWek {
	background-color:#FFFFFF;
}
/* -------------------------------------

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

.price{
	color: red;
	font-weight: bolder;
}

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

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

.ranking{
	font-weight:bold;
	font-size:105%;
	color:#FF0000;
}

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

------------------------------------- */
.ranking_table{
	padding:5px;
 margin-bottom:15px;
}
.ranking_table th{
 font-size:110%;
	border-bottom:solid #999999 1px ;
	padding-left:3px;
 }
.ranking_table th a{
	text-decoretion:none;
 }
.ranking_table td{
	padding:5px;
	 }

#top_ranking_comment{
		padding-left:15px;
}

/*---------------------------
searchbox
-----------------------------*/
#search_box{
	background-color:#DEDEDE;
	padding:5px;
	border:1px solid #999999;
}

/*products_all*/

	div#contentsmain .products_all h3{
	display:inline;
	background:none;
	margin-bottom: 1em;
	margin-right: 1em;
	padding: 0px;
	color: #663300;
	font-size: 130%;
	font-weight: bold;
		line-height: 150%;
}

#defaultSelected2{
		background-color:#cccccc;
			font-weight: bold;
}

