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

@charset "UTF-8";

/* ID はページで一度だけ使う、レイアウト的な要素に対して使う
   class は繰り返し使うようなものに対して使う */

/* -------------------------------------
　　一般的に利用するスタイル
------------------------------------- */

body {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}

input {
        font-size: 12px;
	padding-top: 2px;
	color: #353539;
}
input.botan {
        font-size: 11px;
}

img{
	border: none;
}

strong{
	font-weight: bolder;
}

form{
	font-size: 88%;
	color: #76767C;
	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: #ffffff;
	
}

/* --- 一覧表示の偶数行用 --- */

.even{
	background: #ffffff;
}

/* --- 入力フォームのタイトル幅揃え用 --- */

.formh{
	width: 8em;
}

/* --- 入力フォームのTEXTAREA --- */

textarea {
	width: 95%;
}

/* --- レジチェックボックス・マウスオフ --- */

.moduleRow { 
	background-color: #ffffff;
}

/* --- レジチェックボックス・マウスオーバー --- */

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

/* --- レジチェックボックス選択行 --- */

.moduleRowSelected {
	background-color: #A9A98D;
	color: #ffffff;
}

/* --- 「ご注文の最終確認」ページ「変更」文字 --- */

.orderEdit {
	color: #5E83B4;
	text-decoration: underline;
}


/* --- 商品価格 --- */

.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;
}

/* -------------------------------------
　　ヘッダー用スタイル
------------------------------------- */

table#headertop {
	border-bottom: 3px solid #A9A98D;
	width: 750px;
	
}

div#header td{
	color: #76767C;
	font-size: 60%;
	padding: 2px;
}


div#header td.navigation {
	background:#ffffff  url("images/nav　igation.gif") no-repeat 35px 3px;
	color: #000000;
	font-size: 60%;
	padding-left: 20px;
}

div#header a{
	color: #434343;
}

div#header a:hover{
	color: #76767c;
}

/* -------------------------------------
　　フッター用スタイル
------------------------------------- */

table#footertop {
	border-top: 0px solid #A9A98D;
	width: 750px;
	
}
div#footer td{
	font-size: 73%;
	color: #76767C;
	padding: 3px;
}

div#footer td.footer_info {
	background: #ffffff;
	color: #76767C;
}

div#footer td.footer {
	background: #ffffff;
	font-size: 70%;
	color: #777777;
	text-align: center;
}

div#footer td.footercopyright {
	background: #A9A98D;
	font-size: 70%;
	color: #ffffff;
	text-align: center;
}

div#footer a{
	color: #5E83B4;
}

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

/* -------------------------------------
　　レイアウトテーブル
------------------------------------- */
td#main{
	background: #ffffff;
        background-image:url(images/titlebottom.gif);; 
        background-repeat:repeat; 
        background-position:left -5px;
	width: 750px;
	height: 10px;
	font-size: 60%;
}

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

td#contentsleft{
	background-position: right;
	background-repeat: repeat-y;
	width: 1%;
	padding-right: 1.0em;
}

td#contentsright{
	background: #ffffff;
        background-image:url(images/login2.gif);; 
        background-repeat:no-repeat; 
        background-position:top left;
	width: 1%;
	padding-left: 0em;
}

td#contentsmain{
	background: #ffffff;
	padding: 5px;
	width: 99%;
}
td#contentsmaintop{
	vertical-align: top;
	background: #ffffff;
	padding: 0px 15px 0px 0px;
	width: 99%;
}
/* -------------------------------------
　　左側ナビ
------------------------------------- */

div#contentsleft{
	font-size: 75%;
	color: #76767C;
	line-height: 130%;
	padding:20px 30px 10px 1px;
}

div#contentsleft a.greet {
	background-image:url(images/greetingicon.gif); 
        background-repeat:no-repeat; 
        background-position:left 3px;
	padding-left:18px;
	margin-left: 1em;
	color: #616166;
	font-weight: normal;
	text-decoration: underline;
}

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

div#contentsleft dt{
	width: 180px;
	background: #A9A98D  url("images/box.gif") no-repeat 0px 0px;
	color: #ffffff;
	margin-top: 1em;
	margin-bottom: 0.5em;
	margin-left: 1px;
	text-align:center;
	padding-top: 2px;
        padding-bottom: 1px;
	font-weight: bold;
}

div#contentsleft dd{
	margin-left: 0px;
	padding-left: 5px;
	padding-right: 3px;
	padding-bottom: 2px;
}

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

div#contentsleft dd.icon {
	border-bottom: 6px dashed #ffffff;
}

div#contentsleft dd.icon a:link{
	padding-left: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
}

div#contentsleft dd.icon a:visited{
	padding-left: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
}

div#contentsleft dd.icon a:active{
	padding-left: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
}

div#contentsleft dd.icon a:hover{
}

/* -------------------------------------
　　右側ナビ
------------------------------------- */
td#greeting{
        background-image:url(images/login1.gif); 
        background-repeat:no-repeat; 
        background-position: left 0px;
	padding: 0px 15px 20px 15px;
	font-size: 75%;
	width: 160px;
	color: #76767C;
	line-height: 150%;
}

td#greeting a.greet {
	background-image:url(images/greetingicon.gif); 
        background-repeat:no-repeat; 
        background-position:left 1px;
	padding-left:18px;
	color: #616166;
	font-weight: normal;
	text-decoration: underline;
}
/* --- メッセージ（こんにちは、○○さん〜） --- */

.greetUser {
	color: #5E83B4;
	font-weight: bold;
}

div.greetinggif{
        background-image:url(images/greeting.gif); 
        background-repeat:repeat; 
        background-position:top left;
	font-size: 60%;
	width: 155px;
	height: 9px;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}
div.welcome{
        color:#A9A98D;
        font-weight: bold;
        text-align:right;
	padding: 5px 0 20px;
}

div#contentsright{
	font-size: 75%;
	color: #76767C;
	line-height: 130%;
	padding-top: 10px;
}

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

div#contentsright table.cart {
	border: 0px solid #ffffee;
}

div#contentsright table.cart th {
        background: #A9A98D  url("images/box.gif") no-repeat 0px 0px;
	
}

div#contentsright table.promo {
	border: 0px solid #ffffee;
}

div#contentsright table.promo th {
        background: #A9A98D  url("images/box.gif") no-repeat 0px 0px;
}

div#contentsright table.info {
	border: 0px solid #ffffee;
}

div#contentsright table.info th {
        background: #A9A98D  url("images/box.gif") no-repeat 0px 0px;
}


div#contentsright td {
	font-size: 78%;
	color: #76767C;
	line-height: 130%;
	padding: 3px;
	background: #ffffff;
}

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

/* -------------------------------------
　　メインコンテンツ
------------------------------------- */
.tendai {
	font-size: 100%;
	color: #A9A98D;
	padding: 0px;
	font-weight: bold;
}

td#catetop h1{
	font-size: 100%;
	text-align: right;
	color: #76767C;
	line-height: 150%;
	margin-bottom: 1em;
	padding-top:2.0em;
	margin-top: 0;
	margin-right: 10px;
	font-weight: bold;
}
td#catetoppro h1{
	font-size: 100%;
	text-align: center;
	color: #76767C;
	line-height: 100%;
	margin-bottom: 0;
	padding-top:2.0em;
	margin-top: 1em;
	margin-right: 20px;
	font-weight: bold;
}
div#contentsmain {
	font-size: 75%;
	color: #76767C;
	line-height: 150%;
	margin-bottom: 0.5em;
}
div#contentsmain p {
	line-height: 150%;
	margin-top: 0.5em;
	padding-top:0.5em;
}



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

div#contentsmain h1{
	font-size: 150%;
	color: #76767C;
	line-height: 150%;
	margin-bottom: 1em;
	padding-left: 0.3em;
	margin-right: 100px;
	font-weight: bold;
}

div#contentsmain h2{
	font-size: 110%;
	color: #76767C;
	line-height: 150%;
	margin-top: 2em;
	margin-bottom: 1em;
	padding-left: 0.3em;
	border-left: 0em solid #A9A98D;
	font-weight: bold;
	background: #ffffff;
}
div#contentsmain h2.gide{
	width: 200px;
	padding-left: 0.3em;
	margin-bottom: 0em;
	border-left: 0em solid #A9A98D;
	border-bottom: 0em solid #A9A98D;
	font-weight: bold;
}

div#contentsmain h3{
	font-size: 110%;
	color: #76767C;
	line-height: 150%;
	margin-top: 2em;
	margin-bottom: 1em;
	padding-left: 0.3em;
	border-left: .5em solid #eeeeee;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	background: #eeeeee;
	font-weight: bold;
}

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

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

div#contentsmain .icon a:link{
	line-height: 150%;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 2px;
}

div#contentsmain .icon a:visited{
	line-height: 150%;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 2px;
}

div#contentsmain .icon a:active{
	line-height: 150%;
	text-align: left;
margin-top: 2px;
	margin-bottom: 2px;
}

div#contentsmain .icon a:hover{
	line-height: 150%;
	text-align: left;
}

/* --- ボックス --- */

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

/* --- ボックス（通常用） --- */

div#contentsmain div.main{
}

/* --- ボックス（レビュー用） --- */

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

/* --- ボックス（画面下のボタン用） --- */

div#contentsmain div.navi{
	margin-bottom: 1.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;
	padding-left: 0em;
	border: 1px solid #A9A98D;
	background: #ffffff;
	line-height: 150%;
	width: 100%;
}
div#contentsmain div.infobox td {
	line-height: 150%;
	font-size: 79%;
}

/* --- ボックス（情報ボックスに縦線を入れる用） --- */

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

/* --- ボックス（情報ボックス内、子ボックス用） --- */

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

/* --- ボックス（案内ボックス用） --- */

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

/* --- ボックス（商品ページ・商品ボックス用） --- */

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

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

div#contentsmain td.also_purchased{
	padding: 0 0 2px 0;
	border-bottom: 1px solid #A9A98D;
	color: #76767C;
	font-weight: bold;
}
span.font-color{
	color: #A9A98D;
	font-weight: normal;
	font-size: 80%;
}

/* beginner  */
div#contentsmain td#beginner { 
	width: 510px;
	background: #ffffff  url("images/beginner2.gif") repeat 0px 0px;
	padding: 0px 35px 0px;
	line-height: 150%;
	font-size: 75%;
	margin: 0;
}

td.beginnertop { 
        width: 510px;
	background: #ffffff  url("images/beginner1.gif") no-repeat 0px 0px;
	ppadding: 0;
	margin: 0;
}
td.beginnerbottom { 
        width: 510px;
	background: #ffffff  url("images/beginner3.gif")  no-repeat 0px 0px;
	ppadding: 0;
	margin: 0;
}
/* guider  */

div#contentsmain td#guider { 
	width: 660px;
	background: #ffffff  url("images/guider2.gif") repeat 0px 0px;
	padding: 0px 35px 0px;
	line-height: 150%;
	font-size: 75%;
	margin: 0;
}

td.guidertop { 
        width: 660px;
	background: #ffffff  url("images/guider1.gif") no-repeat 0px 0px;
	ppadding: 0;
	margin: 0;
}
td.guiderbottom { 
        width: 660px;
	background: #ffffff  url("images/guider3.gif")  no-repeat 0px 0px;
	ppadding: 0;
	margin: 0;
}

.plainboxproduct {
	
	border-top: 0px solid #A9A98D;
        border-bottom: 1px solid #A9A98D;
}
/* --- トップページ用 --- */

td#contentsmaintop div#contentsmaintop {
	vertical-align: top;
	background-color:#FFFFFF; 
        background-image:url(images/topmain.gif); 
        background-repeat:no-repeat; 
        background-position: left 0px;
	padding: 0px;
	width: 99%;
}
div#toplink {
	color: #A9A98D;
	padding: 0px;
	margin: 0px;
	position:relative;
        top:30px;
        left:0px;
	font-size: 75%;
	vertical-align: top;
	padding: 0px;
	margin-left: 0px;
	height: 140px;
	width: 450px;
}
td#topp {
	padding-top: 20px;
	color: #A9A98D;
	text-align: left;
	height: 60px;
	width: 280px;
}

td#topgreet {
	padding-left: 20px;
	width: 230px;
	height: 60px;
}
td#topgreet a.greet,td#topp a.greet {
	background-image:url(images/a 1.gif); 
        background-repeat:no-repeat; 
        background-position:left 5px;
	padding-left:23px;
	margin-left: 0.3em;
	color: #96969d;
	font-weight: normal;
	text-decoration: none;
	line-height: 300%;
}

div#toplink p {
	color: #A9A98D;
	padding: 0px 20px 0px 20px ;
	margin: 0px 10px 5px;
	border-bottom: 0px solid #A9A98D;
	line-height: 300%;
        letter-spacing : 2px;
	font-weight: normal;
}
div#toplink strong {
	position:relative;
        top:10px;
        left:340px;
	color: #A9A98D;
	line-height: 160%;
        letter-spacing : 2px;
	font-weight: normal;
}

div#toplink h1 {
	font-size: 100%;
	color: #A9A98D;
	padding: 0 0 15px 50px ;
	margin: 0px;
	font-weight: bold;
}

div#topbar {
	font-size: 5px;
	border-top: 0px solid #A9A98D;
	vertical-align: top;
	background-image:url(images/titlebottom.gif); 
        background-repeat:repeat; 
        background-position: left 0px;
	padding: 0px;
	margin: 0;
	width: 100%;
	height: 14px;
	clear: both;
}

div#contentsmain td.featured{
	background: #A9A98D  url("images/box.gif") no-repeat 0px 0px;
	font-size: 75%;
	color: #ffffff;
	line-height: 130%;
	padding: 1px;
	text-align: center;
	font-weight: bold;
}

div#contentsmain div.lefttitle{
	width: 180px;
	background: #A9A98D  url("images/box.gif") no-repeat 0px 0px;
	font-size: 90%;
	color: #ffffff;
	line-height: 130%;
	text-align:center;
	padding: 1px 0 1px 0;
	font-weight: bold;
}



div#contentsmain p.icon {
	font-size: 90%;
	margin: 0px;
	padding-left: 5px;
	padding-right: 3px;
	padding-bottom: 2px;
	border-bottom: 6px dashed #ffffff;
}

div#contentsmain p.icon a:link{
	padding-left: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
}

div#contentsmain p.icon a:visited{
	padding-left: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
}

div#contentsmain p.icon a:active{
	padding-left: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
}

div#contentsmain p.icon a:hover{
}
div#contentsmain dd{
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	line-height: 200%;
}

div#contentsmain dd.icon {
	border-bottom: 0px dashed #ffffff;
}

div#contentsmain dd.icon a:link{
	padding: 0px;
	margin: 2px 0 0;
}

div#contentsmain dd.icon a:visited{
	padding: 0px;
	margin: 2px 0 0;
}

div#contentsmain dd.icon a:active{
	padding: 0px;
	margin: 2px 0 0;
}

div#contentsmain dd.icon a:hover{
}


/* -------------------------------------
　　<table>用スタイル
------------------------------------- */

/* --- 情報ボックス（コンテンツ） --- */

.infoBoxContents {
	background: #ffffff;
}

/* --- 案内情報ボックス（コンテンツ） --- */

.infoBoxNoticeContents {
	background: #FFE6E6;
}

/* --- TR：商品一覧（タイトル） --- */

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

/* --- TD：商品一覧（タイトル） --- */

TD.productListing-heading {
	background: #ffffff;
	color: #76767c;
	font-weight: bold;
	font-variant: small-caps;  /* 文字異体（全て大文字にする） */
}
TD.productListing-heading a{
	color: #76767c;
}

/* --- TD：アドレス帳、レビュー一覧等の項目名 --- */

TD.tableHeading {
	font-weight: bold;
}

/* -------------------------------------
　　リンク装飾設定
------------------------------------- */

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

a:link{
	color:#5E83B4;
	text-decoration: none;
}

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

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

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

/* -------------------------------------
　　カレンダー
------------------------------------- */

div#calendar table {
	border:0px #DDDDDD solid;
	border-collapse:collapse;
}

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

div#calendar td.calendarTitle {
	background-color:#ffffff;
	color:#76767C;
	font-size: 12px;
}

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

div#calendar td.calendarSun {
	background-color:#f5f5f5;
	color:#CDA9A3;
}

div#calendar td.calendarSat {
	background-color:#f5f5f5;
	color:#5E83B4;
}

div#calendar td.calendarWek {
	background-color:#f5f5f5;
	color:#76767C;
}

div#calendar td.calendarBHol {
	background-color:#CDA9A3;
	color:#76767C;
}

div#calendar td.calendarBWek {
	background-color:#FFFFFF;
	color:#76767C;
}

