/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 3688 2006-06-02 00:12:18Z drbyte $
 */

/*---------------------------------------
　タグ共通制御
---------------------------------------*/
h1{
	margin:5px 0 0 0;
	padding:0 0 0 25px;
	width:565px;
	font-size: 110%;
	font-weight:bold;
	color:#FFF;
	background:#FFF url(../images/bg-h3.gif) no-repeat left;
	}

h2, h3, h4, h5, h6 {
	margin: 0 0 0 10px;
	font-size: 100%;
	}

h3{
	margin:20px 0 10px 0;
	padding:0 0 0 22px;
	font-size: 100%;
	font-weight:bold;
	color:#900;
	background:url(../images/bg-h4.gif) no-repeat left; }

img { border: none; }
a:hover { color: #FF0000; }

/* 戻るボタン */
div.buttonRow{ margin:20px 10px 20px 20px; }

.red{ color:#F00; }
.small{ font-size:90%; }
.clear_float{ font-size:0; line-height:0; clear:both; }
.space{ margin:0 0 5px 0; }

.serch_input{ padding:0 0 10px 10px; }
.serch_comment{ padding:0 0 0 10px; }

/*---------------------------------------
　基本設定
---------------------------------------*/
body {
	margin: 0 auto;
	padding:0;
	font-size: 100%;
	line-height:140%;
	text-align: left;
	color: #000;
	background: #FFF; }

/* 全体内包 */
#mainWrapper {
	margin: 0 auto;
	padding:0;
	width: 800px;
	vertical-align: top; }

/* ヘッダー */
div.header {
	margin:3px auto 0 auto;
	padding:0 0 5px 0;
	width:800px;
	height: 171px; }

div.header br.clear{
	display:block;
	margin:0;
	padding:0;
	height:1px;
	font-size:0;
	line-height:0;
	clear:both; }

div.header p.head_sum {
	margin:0;
	padding:0;
	width: 800px;
	height: 16px;
	font-size: 80%;
	line-height:90%;
	text-align: left;
	color:gray;
	/* background:url(../../../../images/bg_h1.jpg) bottom no-repeat; */ }

div.header p.topimg {
	margin:0;
	padding:0;
	width: 800px;
	height: 140px;
	font-size: 0;
	line-height:0; }

div.header ul {
	margin:0;
	padding:0 0 0 8px;
	width:792px;
	height:30px;
	background:url(../images/bg_headmenu.jpg); }

*html div.header ul {
	margin:0;
	padding:0 0 0 8px;
	width:792px;
	height:30px;
	background:url(../images/bg_headmenu.jpg) no-repeat; }

div.header li {
	display:block;
	float:left;
	margin:0;
	padding:0 10px 0 7px;
	height:30px;
	font-size:95%;
	list-style-type:none;
	background:url(../images/icon_headmenu.png) no-repeat top left;
	background-position:0 6px; }

div.header li.head_cart {
	float:right;
	padding:0;
	margin:0
	height:30px;
	width:145px; }

div.holiday {
	margin:0;
	padding:5px 8px;
	color:red;
	clear:both;
	border:#F00 solid 1px; }

.contentsWrapper{
	float:right;
	width:590px;
	margin:0;
	padding:0;
}

/* パン屑 */
#navBreadCrumb, #navEZPagesTop {
	margin: 5px 0 5px 0;
	padding: 0;
	width:100%;
	font-size: 95%;
	text-align:right; 
	display:block;
}

/* 本文 */
.centerColumn{
	margin:0 0 20px 0;
	padding:0;
	width:590px;
	font-size: 100%;
	line-height:140%;
	float:right;
	}

.centerColumn .content{
	margin:0;
	padding:0; }

/* サイドメニュー */
#navColumnOneWrapper {
	float:left;
	margin:0;
	padding:0 10px 0 0;
	width:200px;
	font-size: 100%;
	text-align:left;
 }

/*-------------------------------
　サイドメニュー
---------------------------------*/
/* バナースペース */
#bannerboxallContent {
	margin:1px 0 0 0;
	padding:0;
	border:0; }

/* メニュー */
#navColumnOneWrapper dl, div.leftBoxContainer{
	margin:10px 0 0 0;
	padding:0;
	width: 198px;
	border:#636 solid 1px; }

#navColumnOneWrapper dl dt, div.leftBoxHeading{
	margin:0;
	padding: 5px 0 4px 6px;
	font-weight:bold;
	color: #FFF;
	background: #636; }

#navColumnOneWrapper dt.rank{
	background: #666600; }

#navColumnOneWrapper dl dd{
	margin:0;
	padding: 2px 5px;}

/* カレンダー */
#calendar {
	width:100%;
	margin:0 0 10px 0;
	padding:0;
	text-align:center; }

#calendar-add {
	margin:0 auto;
	padding:0 5px;
	font-size:90%;
	color:#F00;
	text-align:left; }

/* 商品検索 */
#searchContent { text-align:center; }

#search A{
		padding:0 0 0 125px;
}

/* メールマガジン */
.mmagazin{
	margin: 10px 0 0 0;
	padding:5px; 
	width:188px;
	background:#FF9;
	border:#FCC solid 1px; }

.mmagazin strong{ color:#600; }

/* サイドメニューのフォーム */
#navColumnOneWrapper input{ width:180px; }

/* 携帯、英語サイトリンク */
.sidelink{
	margin: 10px 0 0 0;
	padding:0; 
	width:100%;
	font-size: 95%;
	line-height:95%;
	text-align:center; }

/*-------------------------------
　フッター
--------------------------------*/
.footer{
	margin:10px auto;
	width:800px;
	text-align: center; }

.foot{
	margin:0 auto;
	padding:0;
	width:800px;
	height:45px;
	text-align: bottom;
	color:#fff;
	font-weight:bold;
	background:url(../../../../images/footer-back.gif) no-repeat; }

.foot_left IMG{
	margin:5px 0 0 20px;
	float:left; }

.foot_right{ padding:15px 0; }
.foot_mtr{ text-align:right; }

/* フッターlink */
.ftnavi ul {
 padding: 3px 0px 0 0;
 margin: 0px;
 font-size: 100%;
 color: #333333;
 line-height: 130%;
 text-align: center;
}

.ftnavi li.ftother {
 color:#333333;
 padding-right:15px;
}

.ftnavi ul li {
 display:inline;
 color: #333300;
 list-style-type:none;
}

.ftnavi ul li a,
.ftnavi ul li a:link, 
.ftnavi ul li a:visited {
 color: #000066;
 text-decoration: none;
}

.ftnavi ul li.ftother a,
.ftnavi ul li.ftother a:link, 
.ftnavi ul li.ftother a:visited {
 color:#003366;
 text-decoration: none;
}

.ftnavi ul li a:hover {
 color: #000033;
 text-decoration: underline;
}

.ftnavi ul li.ftother a:hover {
 color: #330000;
 text-decoration: underline;
}

/*-------------------------------
　トップページ
--------------------------------*/
.centerColumn#indexDefault p{
	margin:0;
	padding:0; }

.centerColumn#indexDefault p.link{ 
	float:right;
	margin:0;
	padding:0 0 0 14px;
	text-align:right;
	background:url(../images/icon-link.gif) no-repeat left; }

.centerColumn#indexDefault img.topspace{ margin:0 0 5px 0; }

.centerColumn#indexDefault h3{
	margin:5px 0 0 0;
	padding:0 0 0 25px;
/*	width:100%; */
	font-size: 100%;
	font-weight:bold;
	color:#FFF;
	background:#FFF url(../images/bg-h3.gif) no-repeat left; }

.centerColumn#indexDefault h4{
	margin:5px 0 0 0;
	padding:0 0 0 22px;
/*	width:100%; */
	font-size: 100%;
	font-weight:bold;
	color:#900;
	background:url(../images/bg-h4.gif) no-repeat left; }

/* フリーダイヤル */
.centerColumn#indexDefault div.freedial{
	margin:0 0 5px 0;
	padding:0 0 0 50px;
	width:540px;
	background:#FFF url(../images/freedial2.gif) no-repeat left top; }

.centerColumn#indexDefault div.freedial p{
	margin:0;
	padding:0;
	font-size: 90%;
	line-height:150%; }

.centerColumn#indexDefault div.freedial p strong{ font-size: 110%; }
.centerColumn#indexDefault div.freedial p strong span.red{ font-size: 120%; }

/* ニュース */
.centerColumn#indexDefault ul.news{
	margin:0;
	padding:0 0 0 70px;
	font-size: 90%;
	line-height:150%;
	background: #FFF url(../images/news.gif) no-repeat left top; }

/* ピックアップ商品 */
.centerColumn#indexDefault div.weeklypickup{
	overflow:auto;
	margin:0 0 10px 0;
	padding:0;
	background:#FFC; }

.centerColumn#indexDefault div.weeklypickup div.box-295{
	float:left;
	margin:0;
	padding:0;
	width:295px; }

.centerColumn#indexDefault div.weeklypickup div.box-295 p{
	margin:3px 0 0 0;
	padding:0 5px 0 14px;
	line-height:120%;
	text-align:left;
	background:url(../images/icon-link.gif) no-repeat left top;
	background-position:0 3px; }

/* カタログ請求 */
.centerColumn#indexDefault div.cat{
	width:590px;
	margin:0 0 5px 0;
	padding:0; }

/* オススメ */
.centerColumn#indexDefault div.topic-main{
	margin:0 0 5px 0;
	padding:0;
	width:590px; }

.centerColumn#indexDefault div.topic-main img.mainimg{
	float:left;
	margin:8px 5px 0 0;
	padding:0;
	width:200px;
	height:250px; }

.centerColumn#indexDefault div.topic-main p strong{
	display:block;
	padding:0 0 8px 0; }

/* ランキング */
div.rank{
	float:left;
	margin:10px 0 15px 0;
	padding:0 5px;
	width:186px;
	text-align:center; }

.centerColumn#indexDefault div.rank#rank1{ background:url(../images/ranking1.gif) no-repeat left top; }
.centerColumn#indexDefault div.rank#rank2{ background:url(../images/ranking2.gif) no-repeat left top; }
.centerColumn#indexDefault div.rank#rank3{ background:url(../images/ranking3.gif) no-repeat left top; }
.centerColumn#indexDefault div.rank#rank4{ background:url(../images/ranking4.gif) no-repeat left top; }
.centerColumn#indexDefault div.rank#rank5{ background:url(../images/ranking5.gif) no-repeat left top; }
.centerColumn#indexDefault div.rank#rank6{ background:url(../images/ranking6.gif) no-repeat left top; }

.centerColumn#indexDefault div.rank img{
	display:block;
	margin:0 0 0 40px;
	padding:0; }

/* 季節別作務衣 */
.centerColumn#indexDefault dl.season{
	float:left;
	margin:0 10px 0 10px;
	padding:5px 0 10px 0; }

.centerColumn#indexDefault dl.season dt{
	font-weight:bold; }

.centerColumn#indexDefault dl.season dd{ 
	margin:0 0 0 5px;
	padding:0 0 0 14px;
	background:url(../images/icon-link.gif) no-repeat left; }

/* 特設コーナー */
.centerColumn#indexDefault div.topics{
	overflow:auto;
	margin:0 0 10px 0;
	padding:0;
	background:#FFC; }

.centerColumn#indexDefault div.box-295 h4, .centerColumn#indexDefault div.box-590 h4{
	margin:0;
	padding:0 0 2px 0;
	line-height:120%;
	background:url(../images/.gif) no-repeat left top; }

.centerColumn#indexDefault div.box-295 p, .centerColumn#indexDefault div.box-590 p{
	margin:0;
	padding:0 5px 0 14px;
	line-height:120%;
	text-align:left;
	background:url(../images/icon-link.gif) no-repeat left top;
	background-position:0 3px; }

.centerColumn#indexDefault div.box-295{
	float:left;
	margin:0 0 10px 0;
	padding:0;
	width:295px; }

.centerColumn#indexDefault div.box-590{
	margin:0 0 10px 0;
	padding:0;
	width:590px;
	clear:both; }

/* カテゴリー別一覧 */
.centerColumn#indexDefault div.clist{
	float:left;
	margin:0 0 5px 0;
	padding:0;
	width:196px; }

.centerColumn#indexDefault div.clist img{
	display:block;
	padding:0 0 2px 0; }

.centerColumn#indexDefault div.clist p{
	margin:0;
	padding:0 2px 0 0;
	font-size:100%;
	line-height:120%; }

.centerColumn#indexDefault div.clist p a{
	font-weight:bold; }

/* 値段 */
.stdprice {
	font-weight: bold;
	color: #ff0000;
	}


.listcatch {
	color: #CCCC00;
	}

/* お客様の声 */
.centerColumn#indexDefault div.voice{
	overflow:auto;
	margin:0 0 10px 0;
	padding:5px 10px 0 10px;
	background:#FFC;
	border:#FF9 solid 1px; }

.centerColumn#indexDefault div.voice p{
	margin:5px 0;
	padding:0; }

.centerColumn#indexDefault div.voice p strong.voice{
	display:block;
	margin:0;
	padding:0 0 0 22px;
	color:#330;
	background:url(../images/icon-voice.gif) no-repeat left top;
	background-position:0 3px; }

.centerColumn#indexDefault div.voice p.link{ 
	float:right;
	margin:0;
	padding:0 0 0 14px;
	text-align:right;
	background:url(../images/icon-link.gif) no-repeat left; }

/* お支払いと送料 */
.centerColumn p.shippingExp {
	margin:0 0 10px 0;
	padding:0;
	}

.centerColumn ul.desc {
	margin-bottom:10px;
	}

/* コンテンツ */
.centerColumn#indexDefault div.box-196{
	float:left;
	margin:0 0 10px 0;
	padding:0;
	width:196px; }

.centerColumn#indexDefault div.box-196 p{
	margin:0;
	padding:0 5px 0 13px;
	line-height:120%;
	text-align:left;
	background:url(../images/icon-link.gif) no-repeat left top;
	background-position:0 3px; }

/* プレスリリース */
.centerColumn#indexDefault dl.press{
	float:left;
	margin:0 0 5px 0;
	padding:0 8px 0 0;
	width:287px;
	font-size: 100%;
	line-height:140%; }

.centerColumn#indexDefault dl.press dt{
	color:#660;
	margin:0 0 10px 0;
	padding:0 0 0 18px;
	font-weight:bold;
	background: #FFF url(../images/icon-press.gif) no-repeat left top;
	background-position:0 4px; }

.centerColumn#indexDefault dl.press dd{
	margin:0 0 15px 5px;
	padding:5px 0 0 0;
	border-top:#F00 dashed 1px; }

.centerColumn#indexDefault dl.press dd strong{
	color:red; }

/* バナー3つ並べ */
.centerColumn#indexDefault div.camptop{
	float:left;
	width:195px;
	margin:0;
	padding:0 1px 0 0; }

/*-------------------------------
　facebookアンケート
--------------------------------*/
DIV.centerColumn#fb table{
	margin:0 0 5px 0;
	padding:0;
	width:100%;
	background:#636; }

DIV.centerColumn#fb th{
	padding:3px;
	text-align:left;
	font-weight:bold;
	color:#FFF;
	background:#636; }

DIV.centerColumn#fb td{
	table-layout:fixed;
	padding:3px;
	text-align:left;
	background:#FFF; }

DIV.centerColumn#fb textarea{
	width:450px; }

/*-------------------------------
　お客様の声
--------------------------------*/
.centerColumn#voice p{
	margin:5px 0 20px 0;
	padding:0; }


.centerColumn#voice strong.voice{
	display:block;
	margin:0;
	padding:0 0 0 22px;
	color:#330;
	background:url(../images/icon-voice.gif) no-repeat left top;
	background-position:0 3px; }

.centerColumn#voice p.link{ 
	float:right;
	margin:0;
	padding:0 0 0 14px;
	text-align:right;
	background:url(../images/icon-link.gif) no-repeat left; }

/*-------------------------------
　13万人支持
--------------------------------*/
.centerColumn#support div.intro{
	overflow:auto;
	width:590px;
	margin:0 0 -22px 0;
	padding:0;
	font-size:0;
	line-height:0; }

.centerColumn#support div.intro img.left{
	float:left;
	width:81px;
	margin:0; }

.centerColumn#support div.intro div.right{
	float:right;
	width:509px;
	margin:0; }

.centerColumn#support div.intro div.right div.sublink01{
	width:509px;
	height:60px;
	margin:0; }

.centerColumn#support div.intro div.right div.sublink01 a{
	display:block;
	height:60px;
	margin:0;
	padding:0 0 0 24px;
	background:url(../images/support05.jpg) no-repeat top left; }

.centerColumn#support div.intro div.right div.sublink01 a:hover{
	background:url(../images/support05_on.jpg) no-repeat top left; }

.centerColumn#support div.intro div.right div.sublink02{
	position:relative;
	top:-32px;
	left:24px;
	width:485px;
	height:32px; }

.centerColumn#support div.intro div.right div.sublink02 img{
	float:left; }

.centerColumn#support div.intro div.right img.sublink03{
	position:relative;
	top:-32px;
	left:0;
	width:509px;
	height:30px; }

.centerColumn#support div.imgblock h2,
.centerColumn#support div.voice h2,
.centerColumn#support h2.column{
	margin:0;
	padding:0;
	font-size:0;
	line-height:0; }

* html .centerColumn#support h2.column{ margin-bottom:-4px; }

.centerColumn#support div.imgblock{
	overflow:auto;
	width:590px;
	margin:0 0 10px 0;
	padding:0;
	font-size:0;
	line-height:0; }

.centerColumn#support div.imgblock div.left{
	margin:0;
	padding:0;
	float:left;
	width:295px; }

.centerColumn#support div.imgblock div.right{
	margin:0;
	padding:0;
	float:right;
	width:295px; }

.centerColumn#support div.voice{
	width:590px;
	margin:0 0 10px 0;
	padding:0 0 23px 0;
	background:#fcc url(../images/support21.jpg) no-repeat bottom left; }

.centerColumn#support div.voice div.text{
	margin:10px;
	padding:0 15px;
	background:#FFc;
	border:#bbb dotted 1px; }

.centerColumn#support div.voice h3{
	margin:5px 0 10px 0;
	padding:0 0 0 25px;
	width:565px;
	font-size: 110%;
	font-weight:bold;
	color:#FFF;
	background:#FFF url(../images/bg-h3.gif) no-repeat left; }

.centerColumn#support div.voice p.link{ 
	margin:0 0 0 5px;
	padding:0 0 0 14px;
	background:url(../images/icon-link.gif) no-repeat left; }

.centerColumn#support div.voice div.link-voiceblog{
	overflow: auto;
	width:590px;
	margin:5px 0 0 0;
	padding:4px 0 0 0;
	background:#fff;
	border-top:#bbb dotted 1px;
	clear:both; }

.centerColumn#support div.voice div.link-voiceblog a img,
.centerColumn#support div.voice div.link-voiceblog a{
	border: none;
	overflow: hidden;
	float: left; }

.centerColumn#support div.voice div.link-voiceblog a:hover{ border:#bbb solid 3px; }
.centerColumn#support div.voice div.link-voiceblog a:hover img { margin: -3px; }

.centerColumn#support div.voice p.link02{ 
	margin:0 0 10px 0;
	padding:0;
	background:#fff;
	border-bottom:#bbb dotted 1px; }

.centerColumn#support div.voice p.link02 a{ 
	margin:0 0 0 5px;
	padding:0 0 0 14px;
	background:url(../images/icon-link.gif) no-repeat left; }

.centerColumn#support div.column_bg{
	overflow:auto;
	width:588px;
	margin:0;
	padding:0;
	border-left:#000 solid 1px;
	border-right:#000 solid 1px;
	border-bottom:#000 solid 1px;
	background:url(../images/support26.gif) repeat-y center; }

.centerColumn#support div.column{
	overflow:auto;
	width:568px;
	margin:0;
	padding:0 10px 5px 10px;
	background:url(../images/support23.jpg) no-repeat top right; }

.centerColumn#support div.column div.top{
	margin:0 120px 0 0; }

/*-------------------------------
　よくあるご質問
--------------------------------*/
.centerColumn#qanda dl{
	margin:10px 0 0 0;
	padding:0; }

.centerColumn#qanda dt{
	margin:0 0 3px 5px;
	padding:0 0 0 28px;
	font-weight:bold;
	color:#600;
	background:url(../images/icon_q.gif) no-repeat left; }

.centerColumn#qanda dd{
	margin:0 0 3px 28px;
	padding:0 0 0 14px;
	background:url(../images/icon-link.gif) no-repeat top left;
	background-position:0 5px; }

.centerColumn#qanda h4{
	margin:15px 0 10px 0;
	padding:0 0 0 25px;
/*	width:100%; */
	font-size: 1.1em;
	font-weight:bold;
	color:#FFF;
	background:#FFF url(../images/bg-h3.gif) no-repeat left; }

.centerColumn#qanda p.q{
	margin:0 0 3px 0;
	padding:0 0 0 28px;
	font-weight:bold;
	color:#600;
	background:url(../images/icon_q.gif) no-repeat left; }

.centerColumn#qanda p.a{
	margin:0 0 3px 0;
	padding:0 0 0 28px;
	background:url(../images/icon_a.gif) no-repeat left top; }

.centerColumn#qanda p.link{ 
	margin:0 0 20px 0;
	padding:0 0 0 14px;
	background:url(../images/icon-link.gif) no-repeat top left;
	background-position:0 5px; }

/*-------------------------------
　プレゼント包装
--------------------------------*/
.centerColumn#wrapping h2{
	margin:20px 0 10px 0;
	padding:0 0 0 22px;
	font-size: 100%;
	font-weight:bold;
	color:#900;
	background:url(../images/bg-h4.gif) no-repeat left; }

.centerColumn#wrapping p.link{ 
	margin:0 0 20px 0;
	padding:0 0 0 14px;
	background:url(../images/icon-link.gif) no-repeat top left;
	background-position:0 5px; }

/*-------------------------------
　色別作務衣一覧
--------------------------------*/
div.categoryListBoxContents{ 
	float:left;
	margin:5px 0 0 0; }

/*-------------------------------
　100％満足保証
--------------------------------*/
/* intro */
.centerColumn#return div.intro{
	width:480px;
	height:100px;
	margin:5px 0 10px 0;
	padding:0 0 0 110px;
	background:url(../../../../images/static_img/100-icon.jpg) no-repeat top left;
	overflow:auto; }

.centerColumn#return div.intro p{
	padding:10px 0 0 0; }

/* block */
.centerColumn#return div.block{
	margin:0 0 10px 0;
	padding:0;
	border:#000 solid 1px; }

.centerColumn#return div.block p{
	margin:10px 20px;
	padding:0; }

/* list */
.centerColumn#return div.list{
	margin:0 0 10px 0;
	padding:0;
	height:200px;
	background:#FFC url(../../../../images/static_img/100-icon02.jpg) no-repeat top left;
	border:#000 solid 1px; }

.centerColumn#return div.list ul{
	margin:20px 0 15px 230px;
	padding:0; }

.centerColumn#return div.list li{
	margin:0 0 5px 0;
	padding:0; }

.centerColumn#return div.list p.em{
	margin:0 0 0 210px;
	font-size:110%;
	font-weight:bold;
	line-height:150%;
	text-align:center; }

/* message */
.centerColumn#return div.message{
	margin:0 0 10px 0;
	padding:0;
	border:#660 solid 1px;
	background:#FFC; }

.centerColumn#return div.message h3{
	margin:15px 0 0 15px;
	padding:0 0 0 22px;
	font-size: 100%;
	font-weight:bold;
	color:#900;
	background:url(../images/bg-h4.gif) no-repeat left; }

.centerColumn#return div.message p{
	margin:0;
	padding:10px 20px; }

.centerColumn#return p.link{ 
	margin:10px 0;
	padding:0 0 0 14px;
	background:url(../images/icon-link.gif) no-repeat top left;
	background-position:0 5px; }

/*-------------------------------
　洗濯について
--------------------------------*/
.centerColumn#wash ul{
	margin:0 0 20px 20px;
	}

.centerColumn#wash p{
	margin:0 0 20px 20px;
	}

.centerColumn#wash li{
	margin:0 0 5px 20px;
	}

.centerColumn#wash p.link{
	margin:0 0 20px 0;
	padding:0 0 0 14px;
	background:url(../images/icon-link.gif) no-repeat top left;
	background-position:0 5px;
	}

/*-------------------------------
　サイズについて
--------------------------------*/
.centerColumn#size table{
	margin:0 15px 10px 15px;
	padding:0;
	width:560px;
	background:#F93; }

.centerColumn#size th{
	table-layout:fixed;
	padding:3px 0;
	text-align:center;
	background:#FFC; }

.centerColumn#size th.sub{ color:#F60; }

.centerColumn#size td{
	table-layout:fixed;
	padding:3px 0;
	text-align:center;
	background:#FFF; }

.centerColumn#size td.sub2{
	width:100px; }

/*-------------------------------
　お直し・名入れ
--------------------------------*/
.centerColumn#resizeName h2{
	margin:20px 0 10px 0;
	padding:0 0 0 22px;
	font-size: 100%;
	font-weight:bold;
	color:#900;
	background:url(../images/bg-h4.gif) no-repeat left; }

.centerColumn#resizeName table{
	margin:0 15px 10px 15px;
	padding:0;
	width:560px;
	background:#F93; }

.centerColumn#resizeName th{
	table-layout:fixed;
	padding:3px 0;
	text-align:center;
	background:#FFC; }

.centerColumn#resizeName th.sub{ color:#F60; }

.centerColumn#resizeName td{
	table-layout:fixed;
	padding:3px 0;
	text-align:center;
	background:#FFF; }

.centerColumn#resizeName td.sub2{
	width:100px; }

/*-------------------------------
　通信販売法表記
--------------------------------*/
div#mailOrderRuleMainContent{
	margin:0;
	padding:0; }

div#mailOrderRuleMainContent p{
	margin:0 0 5px 0;
	padding:0; }

div#mailOrderRuleMainContent span.subtitle{
	display:block;
	width:192px;
	margin:0;
	padding:4px;
	color:#FFF;
	background:#900; }

.centerColumn#mailOrderRule h3{
	width:580px;
	height:30px;
	margin:10px 0 0 0;
	padding:10px 0 0 10px;
	text-align:left;
	color:#FFF;
	background:url(../images/bg-h3_order.gif) no-repeat left;
	border-bottom:#660 solid 1px; }

.centerColumn#mailOrderRule strong.pay{
	margin:0 0 4px 0;
	padding:0 0 0 22px;
	color:#900;
	background:url(../images/bg-h4.gif) no-repeat left; }

.centerColumn#mailOrderRule div.image{
	margin:0 auto 5px 0;
	text-align:center; }

.centerColumn#mailOrderRule table{
	width:590px;
	margin:0 0 15px 0;
	padding:0;
	background:#660; }

.centerColumn#mailOrderRule th{
	table-layout:fixed;
	width:100px;
	padding:3px;
	text-align:left;
	vertical-align:top;
	background:#FFC; }

.centerColumn#mailOrderRule td{
	table-layout:fixed;
	padding:3px;
	vertical-align:top;
	background:#FFF; }

/* 納期固有 */
.centerColumn#mailOrderRule div#stock h4{
	margin:0;
	padding:0 0 0 10px;
	color:#FFF;
	background:#900; }

.centerColumn#mailOrderRule div#stock h5{
	margin:10px 0 0px 0;
	font-size:100%; }

.centerColumn#mailOrderRule div#stock p{
	margin:5px;
	padding:0; }

.centerColumn#mailOrderRule div#stock img{
	margin:0;
	padding:0; }

.centerColumn#mailOrderRule div#stock{
	width:588px;
	margin:0 0 15px 0;
	padding:0;
	border:#660 solid 1px; }

.centerColumn#mailOrderRule div#stock table{
	width:100%;
	margin:0;
	padding:0; }

.centerColumn#mailOrderRule div#stock th{
	border-right:#660 solid 1px;
	border-bottom:#660 solid 1px; }

.centerColumn#mailOrderRule div#stock th.stocktext{
	width:200px; }

.centerColumn#mailOrderRule div#stock th.center{
	width:100%;
	text-align:center;
	border-right:0; }

.centerColumn#mailOrderRule div#stock th.noborder{
	width:100%;
	border-right:0; }

.centerColumn#mailOrderRule div#stock td{ border-bottom:#660 solid 1px; }

/* プライバシー */
.centerColumn#mailOrderRule div.privacy{
	width:568px;
	margin:0 0 15px 0;
	padding:10px;
	border:#660 solid 1px; }

/*-------------------------------
　サイトマップ
--------------------------------*/
.centerColumn#siteMap div.left{
	float:left;
	margin:0 10px 10px 0;
	padding:0;
	width:275px; }

.centerColumn#siteMap div.right{
	float:right;
	margin:0 0 10px 0;
	padding:0;
	width:275px; }

.centerColumn#siteMap dl{
	margin:0 0 30px 0;
	padding:0 0 5px 0;
	width:265px; }

.centerColumn#siteMap dt{
	margin:20px 0 10px 0;
	padding:0 0 0 22px;
	width:100%;
	font-size: 100%;
	font-weight:bold;
	color:#900;
	background:url(../images/bg-h4.gif) no-repeat left;
	border-top:#660 solid 1px;
	border-bottom:#660 dashed 1px; }

.centerColumn#siteMap dd{ 
	margin:3px 0 0 5px;
	padding:0 0 0 14px;
	background:url(../images/icon-link.gif) no-repeat top left;
	background-position:0 5px; }

/*-------------------------------
　メールマガジン
--------------------------------*/
.centerColumn#mag table{
	margin:0 0 20px 0;
	padding:0;
	width:100%;
	text-align:center;
	border:#660 solid 1px; }

.centerColumn#mag th{
	text-align:left;
	color:#600;
	border-bottom:#660 solid 1px; }

.centerColumn#mag th, .centerColumn#mag td{ padding:5px; }

.centerColumn#mag span.name{
	padding:0 0 0 5px; }

.centerColumn#mag div.sample{
	margin:10px 0 10px 0;
	padding:10px 5px 10px 10px;
	width:573px;
	background:#F6FFD0;
	border:#F3DA76 solid 1px; }

/*-------------------------------
　カタログ請求
--------------------------------*/
DIV.centerColumn#catalog div.topimg1{
	margin:0;
	padding:0;
	width:590px;
	height:303px;
	background:url(../images/cat01.jpg) no-repeat; }

DIV.centerColumn#catalog div.topimg1 p{
	float:right;
	margin:95px 25px 0 0;
	padding:0;
	width:280px;
	text-align:left; }

DIV.centerColumn#catalog div.topimg2{
	margin:0;
	padding:0;
	width:590px;
	height:146px;
	background:url(../images/cat02.jpg) no-repeat; }

DIV.centerColumn#catalog div.topimg2 p{
	float:right;
	margin:10px 10px 0 0;
	padding:0;
	width:400px;
	text-align:left; }

DIV.centerColumn#catalog div.topimg2 p.jamplink a{
	display:block;
	margin:10px 0 0 0;
	height:40px;
	text-indent:-9999px; }

DIV.centerColumn#catalog div.voice{
	margin:10px 0 0 0;
	padding:60px 10px 10px 115px;
	width:465px;
	background:url(../images/cat03.jpg) no-repeat;
	border-bottom:#F3DA76 solid 1px; }

DIV.centerColumn#catalog div.voice p{
	margin:5px 0 20px 0;
	padding:0; }

DIV.centerColumn#catalog div.voice strong.voice{
	display:block;
	margin:0;
	padding:0 0 0 22px;
	color:#330;
	background:url(../images/icon-voice.gif) no-repeat left top;
	background-position:0 3px; }

DIV.centerColumn#catalog div.voice p.link{ 
	float:right;
	margin:0;
	padding:0 0 0 14px;
	text-align:right;
	background:url(../images/icon-link.gif) no-repeat left; }

DIV.centerColumn#catalog div.block{
	margin:10px 0 0 0;
	padding:10px;
	width:568px;
	background:#F6FFD0;
	border-top:#F3DA76 solid 1px;
	border-left:#F3DA76 solid 1px;
	border-right:#F3DA76 solid 1px; }

DIV.centerColumn#catalog p.jamplinkimg{
	margin:0 0 10px 0;
	padding:0;
	width:590px;
	text-align:center; }

DIV.centerColumn#catalog h4{
	margin:0;
	padding:0 0 0 22px;
	font-size: 100%;
	font-weight:bold;
	color:#900;
	background:url(../images/bg-h4.gif) no-repeat left; }

DIV.centerColumn#catalog h4.formtitle{
	margin:10px 0 10px 0;
	padding:0 0 0 25px;
	font-size: 110%;
	font-weight:bold;
	color:#FFF;
	background:#FFF url(../images/bg-h3.gif) no-repeat left; }

/* フォームtable */
DIV.centerColumn#catalog table{
	margin:0;
	padding:0;
	width:100%;
	background:#636; }

DIV.centerColumn#catalog th{
	padding:3px;
	width:100px;
	font-weight:normal;
	text-align:left;
	background:#FFF; }

DIV.centerColumn#catalog th.caption{
	width:100%;
	font-weight:bold;
	text-align:center;
	color:#FFF;
	background:#636; }

DIV.centerColumn#catalog th.caption#biko{
	width:130px; }

DIV.centerColumn#catalog td{
	table-layout:fixed;
	padding:3px;
	text-align:left;
	background:#FFF; }

DIV.centerColumn#catalog table.half td{ width:50%; }

DIV.centerColumn#catalog textarea{ width:420px; }

DIV.centerColumn#catalog table.form{
	margin:20px 0;
	padding:0;
	width:100%; }

DIV.centerColumn#catalog table.form td{
	width:50%;
	text-align:center; }

/*-------------------------------
　お問い合わせ, ユニフォーム見積, 海外発送見積
--------------------------------*/
.centerColumn#contact p.link, .centerColumn#uniform p.link, .centerColumn#foreign p.link{ 
	margin:0 0 20px 0;
	padding:0 0 0 14px;
	background:url(../images/icon-link.gif) no-repeat top left;
	background-position:0 5px;
	}

.centerColumn#contact table, .centerColumn#uniform table, .centerColumn#foreign table{
	margin:0 15px 10px 15px;
	padding:0;
	width:560px;
	background:#F93; }

.centerColumn#contact th, .centerColumn#uniform th, .centerColumn#foreign th{
	width: 40%;
	padding:3px 0 0 5px;
	text-align:left;
	background:#FFC; }

.centerColumn#contact td, .centerColumn#uniform td, .centerColumn#foreign td{
	width: 60%;
	padding:3px 0 3px 10px;
	text-align:left;
	background:#FFF; }

.centerColumn#contact textarea, .centerColumn#uniform textarea, .centerColumn#foreign td{
	width: 90%;
	}

/*---------------------------------- コンテンツ関連 -----------------------------------*/
/*-------------------------------
　共通指定
--------------------------------*/
/* 画像左右 */
.centerColumn .left{
	float:left;
	margin:0 10px 10px 0;
	padding:0; }

.centerColumn .right{
	float:right;
	margin:0 0 10px 10px;
	padding:0; }

/* Text Link */
.centerColumn p.link{ 
	margin:3px 0;
	padding:0 0 0 14px;
	background:url(../images/icon-link.gif) no-repeat top left;
	background-position:0 5px; }

/* h2, h3 緑帯 */
.centerColumn h2.green, .centerColumn h3.green{
	margin:5px 0 5px 0;
	padding:0 0 0 25px;
	font-size: 1.1em;
	font-weight:bold;
	color:#FFF;
	background:#FFF url(../images/bg-h3.gif) no-repeat left; }

/* h4 赤アイコン */
.centerColumn h4.red{
	margin:20px 0 10px 0;
	padding:0 0 0 22px;
	font-size: 100%;
	font-weight:bold;
	color:#900;
	background:url(../images/bg-h4.gif) no-repeat left; }

/* topimage */
.centerColumn .topimg{
	margin:0;
	padding:0; }

/*-------------------------------
　作務衣コラム
--------------------------------*/
.centerColumn#column p{
	margin:5px 0 20px 0;
	padding:0; }

.centerColumn#column p.right, .centerColumn#column ol{ 
	float:left;
	width:490px;
	margin:0 0 5px 0;
	padding:0;
	list-style-type:none; }

.centerColumn#column p.right a.link, .centerColumn#column ol li a{ 
	margin:0;
	padding:0 0 0 14px;
	background:url(../images/icon-link.gif) no-repeat top left; }

/*-------------------------------
　作務衣で愉しむ　伝統の藍染
--------------------------------*/
.centerColumn#blog2 div.toptext{
	margin:0;
	height:225px;
	background:url(../images/title-mame-ai2.jpg);
	}

.centerColumn#blog2 div.toptext p{
	margin:0;
	padding:10px 0 0 0;
	width:250px; }

/*-------------------------------
　作務衣で分かる生地の知識辞典
--------------------------------*/
.centerColumn#blog3 div.left{
	float:left;
	margin:0 10px 10px 0;
	padding:0;
	width:265px; }

.centerColumn#blog3 div.right{
	float:right;
	margin:0 0 10px 0;
	padding:0;
	width:265px; }

.centerColumn#blog3 dl{
	float:left;
	margin:0 10px 10px 0;
	padding:0;
	width:255px; }

.centerColumn#blog3 dt{ 
	margin:10px 0 5px 0;
	padding:0 0 0 10px;
	font-weight:bold;
	color:#660;
	border-top:#660 solid 1px;
	border-bottom:#660 dashed 1px; }

.centerColumn#blog3 dd{ 
	margin:0 0 0 20px;
	padding:0 0 0 14px;
	background:url(../images/icon-link.gif) no-repeat top left;
	background-position:0 5px; }

/*-------------------------------
　作務衣の着方やたたみ方あれこれ
--------------------------------*/
.centerColumn#page5 p.catch{
	margin:0 0 5px 0;
	padding:0;
	font-weight:bold; }

.centerColumn#page5 h2{
	margin:5px 0 0 0;
	padding:0 0 0 25px;
	font-size: 110%;
	font-weight:bold;
	color:#FFF;
	background:#FFF url(../images/bg-h3.gif) no-repeat left; }

.centerColumn#page5 dl{
	float:left;
	margin:0 10px 10px 0;
	padding:0;
	width:255px; }

.centerColumn#page5 dt{ 
	margin:10px 0 5px 0;
	padding:0 0 0 10px;
	font-weight:bold;
	color:#660;
	border-top:#660 solid 1px;
	border-bottom:#660 dashed 1px; }

.centerColumn#page5 dd{ 
	margin:0 0 0 20px;
	padding:0 0 0 14px;
	background:url(../images/icon-link.gif) no-repeat top left;
	background-position:0 5px; }

/*-------------------------------
　日本赤十字社寄付
--------------------------------*/
.centerColumn#page6 div.left{
	width:290px;
	float:left;
	margin:0 0 10px 0;
	padding:0 5px 0 0; }

.centerColumn#page6 div.right{
	width:295px;
	float:right;
	margin:0 0 10px 0;
	padding:0; }

/*-------------------------------
　清水章吾
--------------------------------*/
.centerColumn#page7 div.intro{
	overflow:auto;
	margin:0 0 5px 0;
	padding:5px 10px;
	background:#ffc;
	border-left:#000 solid 1px;
	border-right:#000 solid 1px;
	border-bottom:#000 solid 1px; }

.centerColumn#page7 div.intro p.name{
	margin:0 0 4px 0;
	padding:0 0 0 8px;
	border-top:#600 solid 1px;
	border-bottom:#600 dotted 1px;
	color:#600; }

.centerColumn#page7 div.intro div.right{
	width:373px; }

.centerColumn#page7 div.intro ul{
	margin:0 0 0 20px;
	padding:0; }

/*-------------------------------
　清水章吾 座談会
--------------------------------*/
.centerColumn#page9 div.intro{
	overflow:auto;
	margin:0;
	padding:5px 10px 0 10px;
	background:#ffc;
	border-left:#000 solid 1px;
	border-right:#000 solid 1px;
	border-bottom:#000 solid 1px; }

.centerColumn#page9 div.intro img{
	margin:5px 0 0 0; }

.centerColumn#page9 div.intro h3{ margin-top:5px; }

.centerColumn#page9 div.photo{
	overflow:auto;
	margin:0 0 5px 0;
	padding:0;
	background:#ffc;
	border:#000 solid 1px; }

.centerColumn#page9 div.photo img{
	float:left;
	margin:0;
	padding:0; }

.centerColumn#page9 p.caption{
	margin:0 10px;
	padding:5px 0;
	font-size:90%;
	line-height:140%; }

/*-------------------------------
　清水章吾　作務衣テレビ
--------------------------------*/
.centerColumn#page8 div.block{
	overflow:auto;
	margin:0 0 10px 0;
	padding:5px 10px;
	background:#ffc;
	border-left:#000 solid 1px;
	border-right:#000 solid 1px;
	border-bottom:#000 solid 1px; }

/*-------------------------------- 以下商品ページ関連 --------------------------------*/

/*---------------------------------
　カテゴリ一覧ページ
---------------------------------*/
.centerColumn#indexProductList h1#productListHeading{
	margin-bottom:0; }

.centerColumn#indexProductList div#indexProductListCatDescription{
	margin:0;
	padding:0; }

/* 商品の数 */
#productsListingBottomNumber {
	margin:45px 0 30px 0;
	text-align:right;
	}

/*---------------------------------
　商品詳細ページ
-----------------------------------*/
p#productDetailsTitle{
	margin:5px 0 10px 0;
	padding:0 0 0 25px;
	width:565px;
	font-size: 110%;
	font-weight:bold;
	color:#FFF;
	background:#FFF url(../images/bg-h3.gif) no-repeat left;
	}

/* 画像部分 */
#productAdditionalImages div {
	margin:0;
	padding:10px 10px 20px 0;
	width:120px; }

.imgLink {
	font-size:100%;
	line-height:130%; }

p#productImagesClickToEnLarge {
	display:block;
	margin:0;
	padding:5px 0 0 0;
	font-size:90%;
	line-height:120%; }

/* 商品名周辺 */
#productHtml1 {
	margin:2px 0 10px 0;
	padding:0;
	font-size:120%;
	font-weight:bold;
	line-height:130%; }

#productName.productGeneral {
	margin:0;
	padding:0;
	font-size:120%;
	font-weight:bold; }

#productYomigana {
	margin:0;
	padding:0;
	font-size:95%;
	line-height:140%; }

#productPrices {
	margin:0;
	padding:0;
	font-size:100%;
	font-weight:bold;
	color:red; }

/* 商品詳細 商品名・価格以下 */
#productDescription {
	margin:0;
	padding: 0 0 20px 0;
	font-size: 100%;
	background:url(../images/item-line.gif) bottom no-repeat; }

/* テキスト部分 */
#productDescription div.explanation {
	padding:0 0 20px 0;
	font-size:100%;
	line-height:140%;
	}

#productDescription div.explanation h3{
	margin:5px 0 0 0;
	padding:0;
	font-size: 120%;
	color:#000;
	background:url(.gif); }

#productDescription div.explanation p{
	margin:20px 0; }

.tabTable td{
	padding:0 10px 0 10px;
	}

/* 映像 */
p.productGeneral object{
	margin:5px 0; }


/* ページが見つかりません */
.pageNotFound {
	text-align:center;
	margin:50px 0 50px 0;
	}

/*---------- テンプレート使用ここから ----------*/

/* テキスト例外…ピックアップ文言用 */
#productDescription div.explanation div.exp_point{
	margin:0;
	padding:10px 10px;
	text-align:left;
	color:#000;
	background:#FFC;
	border:#C60 solid 1px; }

#productDescription div.explanation div.exp_point ol{
	margin:0 0 0 10px;
	padding:10px 10px;
	text-align:left; }

#productDescription div.explanation div.exp_point ol li{
	padding:5px 0; }

#productDescription div.explanation div.exp_point02{
	width:550px;
	margin:20px 10px 0 10px;
	padding:10px 10px;
	text-align:left;
	color:#000;
	background:#FFC;
	border:#C60 solid 1px; }

/* テキスト例外…ピックアップ文言用 */
#productDescription div.explanation div.point{
	float:right;
	width:435px;
	margin:0 0 15px 0;
	padding:10px 10px;
	text-align:left;
	background:#FFC;
	border:#C60 solid 1px; }

/* 仕様テーブル */
#productDescription table{
	margin:10px 10px 0 10px;
	padding:0;
	width:570px;
	font-size: 100%;
	text-align:left;
	border-top:1px solid #C66;
	border-left:1px solid #C66;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	background:#FFF;
	clear:both; }

#productDescription table th, #productDescription table td{
	table-layout:fixed;
	padding:3px 5px;
	text-align:center;
	border-bottom:1px solid #C66;
	border-right:1px solid #C66; }

#productDescription table.exp_disc2{ border-bottom:1px solid #C66; }

#productDescription table th{ text-align:center; background:#FFC; }
#productDescription table td{ text-align:left; background:#FFF; }

#productDescription table.exp_disc1 th{ width:100px; }
#productDescription table.exp_disc2 td{ text-align:center; }

/* 仕様テーブル内季節 */
#productDescription table.exp_season{
	margin:0;
	width:50%;
	empty-cells:show;
	background:#FFF;
	border:0; }

#productDescription table.exp_season td{
	table-layout:fixed;
	padding:0 10px 0 0;
	text-align:center;
	border:0; }

/* サイズについて */
p.aboutSize{
	margin:0 10px 0 0;
	padding:0;
	font-size: 100%;
	text-align:right;
	clear:both; }

/*---------- テンプレートここまで ----------*/

/* カート全体（こっちか、ソース内.productAttributes）どっちかで統一できるのでは？ 
cart_moduleに統一。*/
.cart_module {
	margin: 20px 0 5px 0;
	padding: 10px 0 25px 10px;
	text-align: center;
	background:#FFEFEF;
	border:#F00 solid 1px; }

/* オプション名＆オプション値 */
.wrapperAttribsOptions {
	margin: 6px 0 0 5px;
	}

/* オプションラベル */
.attribsSelect {
	font-weight:bold; }

/* 在庫表　※htmlでのwidthやalign等の指定を取り除く */
.shiyoTable {
	float:right;
	margin:0 0 20px 0;
	border:0;
	bakcground:#C66;
	font-size:100%;
	clear:both; }

.shiyoTable th {
	background:#FFC; }

.shiyoTable td { background:#FFF; }


/*--------------------------------
　ページ下部共通 在庫インフォメーション
----------------------------------*/
.add-info-top {
	margin:0;
	padding:0;
	text-align:left;
	font-size:100%;
	line-height:140%;
	border-left:#000 solid 1px;
	border-right:#000 solid 1px;
	border-bottom:#000 solid 1px; }

.add-info-title {
	margin:0 0 10px 0;
	padding:3px 0 3px 5px;
	text-align:left;
	background:#CF9;
	border-top:#000 solid 1px;
	border-bottom:#000 solid 1px; }

.add-info{
	margin:0 15px 10px 15px;
	padding:0; }

.add-info p{
	margin:0 0 10px 0;
	padding:0; }




/*--------------------------------- 以下自動表示関連 ----------------------------------*/

/*--------------------------------
　自動表示部分
----------------------------------*/
/* おすすめ商品等のタイトル */
.centerBoxHeading {
	margin:5px 0 0 0;
	padding:0 0 0 25px;
/*	width:100%; */
	font-size: 120%;
	font-weight:bold;
	color:#FFF;
	background:#FFF url(../images/bg-h3.gif) no-repeat left; }

/* 商品ブロック横三段組み */
.centerBoxContentsFeatured {
	float:left;
	margin:8px 1px 5px 1px;
	padding:0;
	width:32.5%;
	font-size: 100%;
	text-align:center; }


/*---------------------------------- 以下cart内関連 -----------------------------------*/

/*--------------------------------
//hirai 2008/12/19
//cart内のレイアウト
----------------------------------*/
/*項目区切り*/
.checkout {
	font-size: 100%;
	width:578px;
	border:1px solid #660000;
	padding:10px 0 10px 10px;
	margin:0 0 20px 0;
	float:left;
	background:#FFF;
	}

.checkout_custom {
	font-size: 100%;
	width:578px;
	border:1px solid #660000;
	padding:10px 0 10px 10px;
	margin:0 0 20px 0;
	float:left;
	}

.checkout#cp-ways {
	font-size: 100%;
	border-bottom:1px solid gray;
	padding:10px 0 10px 25px;
	margin:0;
	width:100%;
	}

.checkout#media {
	font-size: 100%;
	border-bottom:1px solid gray;
	padding:10px 0 10px 25px;
	margin:0;
	width:100%;
	}

.checkout#jiyuArea textarea{
	width:550px;
}

.checkout#jiyuArea div{
	border-bottom:1px solid gray;
	margin:0;
	width:100%;
	height:100px;
}

/*項目区切り 住所情報*/
.checkoutAddress {
	border:1px solid #660000;
	width:578px;
	padding:5px 0 5px 10px;
	margin:0 0 10px 0;
	float:left;
	}

.dashline{
	height:1px;
	border:1px dotted #660000;
	margin:0 10px 0 0;
	padding:0;
}

/*項目区切り 住所情報 二列表示*/
.checkoutAddress2 {
	padding:10px 0 0 25px;
	}

/*項目区切りタイトル*/
h2.checkoutTitle {
	font-size:100%;
	color:#fff;
	background-color:#660000;
	background-repeat: no-repeat;
	background-position: left;
	padding:0 0 0 10px;
	margin:0;
	}


h3.checkoutcap {
	font-size:100%;
	background:#FFF url("../images/bg-h4.gif") no-repeat left top;
	background-position:-3px 2px;
	padding:5px 0 0 20px;
	margin:0 0 10px 0;
	}

h3.checkoutcap span.normal{
	font-weight:normal;
	}

h3.checkoutcap_account {
	font-size:100%;
	background:#FFF url("../images/bg-h4.gif") no-repeat left top;
	background-position:-3px 2px;
	padding:5px 0 0 20px;
	margin:0 0 10px 0;
	font-weight:normal;
	font-size:12pt;
	}



DIV.checkoutcap {
	font-size:100%;
	background:#FFF url("../images/bg-h4.gif") no-repeat left top;
	background-position:-3px 2px;
	padding:5px 0 0 20px;
	margin:0 0 10px 0;
	font-weight:bold;
	width:120px;
	}

DIV.checkoutcap_pass {
	font-size:100%;
	background:#FFF url("../images/bg-h4.gif") no-repeat left top;
	background-position:-3px 2px;
	padding:5px 0 0 20px;
	margin:0 0 10px 0;
	}


div.checkoutShippingHeadingDate div.important{
	font-weight:bold;
	margin:0 10px 0 0;
	}

/*自由記入欄*/
.comments {
	margin-left:10px;
	}

/* */
/*
//input.privacy {
//	margin: 0 0 0 10px;
//	}
*/


/*--------------------------------
//hirai 2008/12/24
//希望配送日時
----------------------------------*/
.checkoutShippingHeadingDate {
	font-size: 100%;
	line-height: 200%;
	padding:5px;
	margin-top:5px;
	}

/*--------------------------------
//hirai 2009/01/07
//div ページ bottom
----------------------------------*/
.checkout_bottom {
	padding:10px 0 0 25px;
	}

.information {
	width: 500px;
	font-size: 100%;
	line-height: 140%;
	margin: 0 0 0 10px;
	}

/*--------------------------------
//hirai 2009/01/07
//お客様ページ すべての履歴
----------------------------------*/
#allHistory {
	margin-top:5px;
	}

/*--------------------------------
//hirai 2009/01/07
//お客様ページ 氏名
----------------------------------*/
#name {
	font-size:100%;
	}


/*--------------------------------
//hirai 2009/01/07
//”カートになにも入ってない”という表示
----------------------------------*/
#cartEmptyText {
	margin:130px 0 130px 0;
	}


/*--------------------------------
//hirai 2009/01/14
//お客様ページ リンク
----------------------------------*/
.myPage {
	font-size:100%;
	margin:0;
	padding:0;
	}

.content{
	margin:0;
	padding:0;
}

.content strong{
	width:100px;
}


/*-------------------------------
　phpフォーム 共通
--------------------------------*/
p.form-entry{
	margin:15px 15px 10px 15px;
	}

p.form-error{
	margin:40px 0 50px 0;
	color:red;
	text-align:center;
	}

p.form-close{
	margin:25px 15px 40px 15px;
	}

span.form-check{
	color:red;
	font-size:90%;
	}

div.form-button{
	text-align:center;
	margin:15px 0 0 0;
	}


/*-------------------------------
　パスワードをお忘れですか？
--------------------------------*/
.centerColumn#passwordForgotten label{
	margin:0 0 0 25px;
	}

/*-------------------------------
　アドバンスド検索
--------------------------------*/
.centerColumn#advSearchDefault fieldset{
	margin:20px 20px 20px 20px;
	}

/*-------------------------------
　cookie
--------------------------------*/
.centerColumn#cookieUsageDefault fieldset{
	margin:20px 20px 20px 20px;
	}

/*-------------------------------
　お届け先,支払先住所の追加
--------------------------------*/
.centerColumn#checkoutShipAddressDefault address{
	margin:10px 0 10px 25px;
	}

#checkoutShipAddressDefaultAddress {
	padding:10px 0 10px 5px;
	}

#checkoutShipAddressDefaultAddressinstructions {
	padding:15px 0 10px 5px;
	}


.centerColumn#checkoutPayAddressDefault address{
	margin:10px 0 10px 25px;
	}

#checkoutPayAddressDefaultAddress {
	padding:10px 0 10px 5px;
	}

#checkoutPayAddressDefaultAddressinstructions {
	padding:15px 0 10px 5px;
	}


/*---------------以下不明------------------*/

TH, #cartEmptyText, #cartBoxGVButton, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews,  #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}

#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
	}

#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}

#bannerboxHeading {
	background-color: #0000CC;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/*misc*/
.back {
	float: left;
	}

.forward {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #E8E8E8;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #FFF;
	height: 1.5em;
	vertical-align: top;
	}

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0 10px 0 0;
	list-style-type:none;
	list-style-image:URL(../images/icon-link.gif);
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}

TR.tableHeading {
	background-color: #CC9933;
	height: 2em;
	}

.ratingRow {
	margin: 1em 0em 1.5em 0em;
	}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
	}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color: #ffffff;
	}

/*---------------以上不明------------------*/



/*--------------------------------*/
FORM, SELECT, INPUT {
	display: inline;
	font-size: 100%; }

h4.form {
	font-size: 100%;
	margin: 8px 0 5px 0; }


TEXTAREA {
	float: left;
	width: 100%; }

input:focus, select:focus, textarea:focus { 
	margin:0;
	padding:0;
	background: #F0F8FF; }

FIELDSET {
	padding: 0;
	margin: 0;
	border: 1px solid #cccccc; }







#logo, .centerBoxContents, .specialsListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

LEGEND {
	margin: 5px 0 5px 0;
	padding: 0.3em;
	font-size: 100%;
	font-weight: bold; }

CODE { font-size: 100%; }

LABEL {
	padding: 0.2em;
	line-height: 1.5em; }

LABEL.checkboxLabel, LABEL.radioButtonLabel { margin: 0; }

LABEL.inputLabel {
	float: left;
	margin: 0 0 0 10px;
	width: 11em;
	font-size: 1.1em; }

LABEL.inputLabelPayment {
	float: left;
	width: 15em; }

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
	float: left;
	width: 12em; }

ADDRESS {
	padding: 0.5em;
	font-style: normal;
 }

.clearBoth { clear: both; font-size:0%; line-height:0%; }

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a; }

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #000;
	}

.messageStackWarning, .messageStackError {
	font-size: 1.1em;
	background-color: #ff0000;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000;
	}

/*wrappers - page or section containers*/
#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

#navColumnTwoWrapper {
	margin: auto;
	} 

#tagline {
	color:#000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

#accountLinksWrapper{
	margin: 0 0 10px 0;
	font-size: 110%;
	line-height: 140%;
	}



#sendSpendWrapper, #navEZPagesTOCWrapper {
	margin: 0 0 10px 0;
	font-size: 110%;
	line-height: 140%;
	width: 70%; 
	}

.floatingBox{
	margin: 0 0 10px 0;
	font-size: 110%;
	line-height: 140%;
	width: 100%; 
}


#checkoutShipto, #checkoutBillto {
	margin: 0 0 10px 20px;
	font-size: 110%;
	line-height: 140%;
	width: 70%; 
	}


.checkoutshiptitle{
	margin: 0 0 10px 20px;
	font-size: 110%;
	line-height: 140%;
	width:20%;
	float:left;
}

#checkoutShipto_conf{
	margin: 0 0 10px 0;
	font-size: 110%;
	line-height: 140%;
	width: 100%;
}

#checkoutBillto_conf {
	margin: 0 0 10px 0;
	font-size: 110%;
	line-height: 140%;
	width: 100%;
}
/*navigation*/

.navSplitPagesResult {
	margin: 20px 0 20px 0;
	}

.navSplitPagesLinks {}
.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: #9a9a9a;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	width: 100%;
	}

#navMain ul, #navSupp ul, #navCatTabs ul  {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	white-space: nowrap;
	}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none; 
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #000;
	}

#navEZPagesTOC ul {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	line-height: 1.5em;
	}

#navEZPagesTOC ul li {
	white-space: nowrap;
	}

#navEZPagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
	}

#navMainSearch, #navCategoryIcon, .buttonRow{
	margin: 0;
	}

.buttonRow {
	font-size: 1.2em;
	line-height: 140%;
	}




/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

.alert{
	color:red;
}



/*Shopping Cart Display*/

.tableHeading TH {
	font-size: 1.1em;
	border-bottom: 1px solid #cccccc;
	}

.tableHeading, #cartSubTotal {
	background-color: #FFFFBB;
	 }

#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-size: 1.2em;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	}

.cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay   {
	padding: 0.5em 0em;
	}

.cartProductDisplay{
	font-weight:bold;
	padding: 0.5em 0em;
	}

#cartContentsDisplay{
	border-bottom:1px solid #D0DF9C;
	margin:0;
}

.cartTableHeading{
	background-color:#D0DF9C;
}

#cartAttribsList{
	font-weight:normal;
}


.cartProductDisplay {
	font-size: 1.2em;
	}

.cartUnitDisplay, .cartTotalDisplay {
	font-size: 1.1em;
	text-align: right;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	font-size: 1.1em;
	width: 4.7em;
	}

.cartNewItem {
	color: #33CC33;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #660099;
	position: relative;   /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

#cartAttribsList {
	margin-left: 50px;
	}

#mediaManager {
width: 50%; 
margin: 0.2em;
padding: 0.5em;
}



/* 商品価格 */
.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	font-weight:bold;
	color: #f00; }

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	font-weight:bold;
	color: #f00; }



#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
	} 

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

DIV#ottotal{
	border-top:1px solid #D0DF9C;
	color:red;
	font-weight:bold;
	}


.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}

/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}

.categoryIcon {}
#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsNew {
	margin: 1em 0em;
	}

/*sideboxes*/
.columnLeft {}


#otsubtotal, #otshipping, #ottotal, #otloworderfee{
	font-size:14pt;
}

.l_space{
	margin-left:10px;
}

td.accountProductDisplay{
	padding:5px 0 0 10px;
}

#orderTotals{
	margin:0 10px 20px 0;
}


#myAccountOrdersStatus{
	text-align:center;
}

#myAccountShipInfo h3, #myAccountPaymentInfo h3, h4#paymethod{
	margin:20px 0 0 10px;
}

.instructions{
	width:60%;
}

DIV.smarticon{
	width:580px;
	margin:20px auto;
	padding:0;
	border:1px solid #ff9900;
	float:left;
}

DIV.smarticon2{
	width:550px;
	margin:20px auto;
}

DIV.smarticon P.si_left{
	float:left;
	font-size:90%;
	margin:0;
	padding:2px 20px;
}

DIV.smarticon P.si_right{
	float:right;
	font-size:90%;
	line-height:140%;
	margin:10px 0;
	padding:0;
}

#logoffDefaultMainContent {
	margin: 25px 0 25px 25px;
	}


.wrapperCartIN{
	float:right;
	margin:0 10px 0 0;
}

.verisign {
	text-align: center;
	}

/*-----お支払い方法画面追加項目------*/

.checkabout{
	width:550px;
	margin:0;
	padding:0;
	border:1px solid #808000;
	font-size:11pt;
	float:left;
}

.checkinfo{
	width:550px;
	text-align:center;
	margin:0;
	padding:5px 0;
	background-color:#FFFF99;
	border-bottom:1px solid #808000;
}

.checkinfo_left1{
	width:130px;
	float:left;
	padding:10px;
	text-align:center;
	font-size:11.5pt;
	line-height:370%;
}

.checkinfo_left2{
	width:130px;
	float:left;
	padding:10px;
	text-align:center;
	font-size:11.5pt;
	line-height:950%;
}

.checkinfo_left3{
	width:130px;
	float:left;
	padding:10px;
	text-align:center;
	font-size:11.5pt;
	line-height:185%;
}


.checkinfo_right{
	width:389px;
	float:right;
	padding:5px;
	background-color:#fff;
	border-left:1px solid #808000;
}

.checkinfo_wrap{
	background-color:#FFFF99;
	border-bottom:1px solid #808000;
	float:left;
}
	
.checkinfo_wraplast{
	background-color:#FFFF99;
	float:left;
}
hr.checkinfo_bottom{
	border-bottom:1px solid gray;
}

/*-----2009/04/02ishii------*/
.joinimg img{
	float:left;
	margin:0;
	padding:0;
}

.catIMG_2nd a img{
	float:left;
	padding:0 0 0 30px;
}

.catIMG_3rd a img{
	float:left;
}

.content#pageTwoMainContent{
	margin:0;
	padding:0;
	width:590px; }

.content#pageTwoMainContent img{
	margin:0;
	padding:0;
	border:none;
 }

.content#pageTwoMainContent p img{
	margin:0;
	padding:0;
	border:none;
 }

.content#pageTwoMainContent p a img{
	margin:0;
	padding:0;
	border:none;
 }

P#productHtml3.productGeneral IMG{
	margin-top:5px;
}

.attention{
	background:#FF9;
	margin:5px;
	padding: 20px;
	border:1px solid #FFA500;
}

.error{
	font-size:20pt;
}

hr.cartline{
	height: 2px;
	border: none;
	border-top: 2px #660000 dotted;
	margin:0 10px 10px 0;
}

/* 在庫テーブル */

table.zaikotable{
	width:590px;
	align:center;
	border:0;
	cellspacing:0;
	border:1px solid #663366;
	border-collapse: collapse;
}

tr.zaikohead{
	background:#663366;
	color:#fff;
}

table.zaikotable tr td{
	width:50%;
	border:1px solid #663366;
	padding:10px;
}

.half{
	width:48%;
}

.capspace{
	padding:5px 0 0 30px;
}


.checkout table tr td IMG{
	padding:0 10px 0 0;
}

.hisall{
}

.errormsg{
	padding:5px 0 0 10px;
}



