@charset "utf-8";
html {
	padding: 0;
	margin: 0;
	font-size: 10pt;
	color: #666
	
}
body {
	background: black;
	font-size: 10pt;
	padding: 0;
	margin: 0;
	text-align: center;
}

/*************ヘッダー*********************************/
Div#HeaderBack {
	width: 100%;
	height: 100px;
	margin: 10px 0 4px 0;
	text-align: center;
}
Div#Header {
	width: 900px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-image: url('../skin/headerBack.gif');
	background-position: center;
	background-repeat: no-repeat;
	text-align:left
}
Div#logo {
	width: 250px;
	height: 100px;
	position: relative;
	bottom: 0;
	left: 0;
	z-index: 1;
	margin-left: 0;
	margin-right: auto;
}
Div#global {
	width: 610px;
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: right;
	z-index: 2
}
/************インデックス**********************************/
Div#IndexImgBack {
	width: 100%;
	padding: 0;
	background: #706C5F;
	margin-bottom: 4px;
	text-align: center
}
Div#IndexImg {
	width: 900px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}
/*************************************/
Div#indexItemBox {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 600px; /* important */
	height: 140px; /* important */
	margin: 10px auto 30px auto;
	background: #fff;
	padding: 0px;
}

#indexItemBoxFrame {
    position: relative;
    padding: 0
}
/* for IE6 */
*html #indexItemBoxFrame {
	width: 600px;
	height: 140px;
	left: -3px;
	margin-left:0
}

#indexItemBoxPre {
    	float: left;
	margin-left: 0;
	width: 20px;
	height: 140px
}
#indexItemBoxNex {
	float: right;
	margin: 0;
	width: 20px;
	height: 140px
}

#indexItemBoxContent {
	position: absolute;
	list-style: none;
	top: 0px;
	margin-left: 20px;
	display: block;
	background-color: white;
	padding: 0;
	float: left;
}
#indexItemBoxContent li {
     list-style: none;
     display: block;
     float: left;
     margin: 5px 5px 5px 5px;
     padding: 5px;
     border: 0px;
     background-color: white;
}
#indexItemBoxContent {
     width: 20000px;
}
#indexItemBox ul li img {
     display: block;
}
/*********************************/
.indexNewItemBox {	
	width: 600px;
	margin: 20px auto 0px auto;
	padding-bottom: 20px;
	border-bottom: 1px gray dotted
}
.indexNewItemBoxImage {
      width: 110px;
      height: 90px;
      float: left
}
.indexNewItemBoxText {
	width: 450px;
	float: right;
	text-align: left
}

.indexNewItemBoxCk {
	text-align: right;
	font-weight: bold;
	margin-top: 20px
}
/************共通**********************************/
Div#mainBack {
	margin: 0 0 0 0;
	padding-top: 0;
	text-align: center;
}
Div#main {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background: white;
}
Div#mainLeft {
	width: 650px;
	float: left;
	padding-top: 10px;
	background: white;
}
#mainTable {
	width: 630px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: left;
}
/*
#mainTable td {
	width: 100%;
	height: auto;
	text-align: center;
}
*/

/***********アイテムリストページ***********************************/
.itemListTable {
	width: 630px;
	margin: 0 auto 10px auto;
}
.itemListTableTd {
	width: 50%;
	padding-top: 20px;
	vertical-align: top;
	border-bottom: 1px gray dotted;
}
.itemListTableText {
	width: 180px;
	float: right;
}
/************アイテムページ**********************************/
#ItemTable {
	width: 630px;
	margin: 10px auto 10px auto;
}
#ItemTable .left {
	width: 378px;
	text-align: left;
	vertical-align: top;
}
#ItemTable .right {
	width: auto;
	text-align: left;
	vertical-align: top;
}
#ItemTable .name {
	font-size: 1.6em;
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	color: #666666;
	padding-top: 6px;
	border-top: 1px gray dotted
}
#ItemTable .text {
	border-top: 1px gray solid;
	padding-top: 10px;
}
#ItemFooter {
	text-align: right;
	font-weight: bold;
	padding: 10px 0;
	border-top: 2px #CCCCCC solid;
}

#subImageTable {
	width: 350px;
	text-align: center;
	margin-left: 0;
	margin-right: auto;
	display: block;
	
}
#subImageTable td{
	width: 175px;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px
}
.itemPageCautionArea {
    width: 350px;
	background:#E6E6FF;
	margin-top: 20px
}
.itemPageCautionAreaTitle {
	display: block;
	margin-bottom: 6px;
	text-align: center;
	font-weight: bold
}
.itemPageCautionArea ul {
     margin-left: 20px;
     padding-left: 0
}
.itemPageCautionArea li {
     padding-bottom: 10px
}
/*************カート関連*********************************/
.cart {
	width: 630px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: center;
	border-top: 1px gray solid;
	border-bottom: 1px gray solid;

}

.cal {
	width: 630px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: right;
	border-top: 1px gray solid;
	border-bottom: 1px gray solid;
}

Div#cartNavi {
     width: 630px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: right;
}
/**********アバウト関連************************************/
.plotTable {
	width: 630px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: center;
}

.souRight {
      width: 70%;
      border-bottom: 1px gray solid;
      text-align: center;
      padding-top: 4px;
      padding-bottom: 4px;
      padding-left: 4px
      
}
.aboutLeft {
      width: 30%;
      border-bottom: 1px gray solid;
      background: #EFEFEF;
      font-size: 10pt;
	 font-weight: bold
}

.aboutRight {
      width: 70%;
      border-bottom: 1px gray solid;
      text-align: left;
      padding-top: 4px;
      padding-bottom: 4px;
      padding-left: 4px
      
}

/**********リンク関連************************************/
Div#linkList {
      margin-top: 20px;
}

.linkListBox {
      width: 610px;
      margin-top: 20px;
      margin-left: auto;
      margin-right: auto;
      padding: 10px 0
}

.qrImage {
	 margin-left: 20px;
	 float: right;
	 width: 25px;
	 height: 25px
}

Div#linkList h2{

	font-family: "MS UI Gothic";
	font-size: 1.1em;
	margin-top: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #333;
	background-image: url('../skin/listBack.png');
	border-left: 10px #333 solid;
	border-bottom: 1px #333 solid;
	margin-bottom: 5px;
	background-repeat: repeat-x;
	text-align: left;
}

Div#linkList .linkListTable {
	width: 610px;
	height: auto;
	background-image: url('');
}
Div#linkList .linkListTdLeft {
	width: 210px;
	height: auto;
	text-align: left;
	vertical-align: top;
}
Div#linkList .linkListTdRight {
	width: 400px;
	height: auto;
	text-align: left;
	vertical-align: top;
}
/**********ハウツー関連************************************/
.how2BoxTop1 {
    background-image:url(../en/skin/how2BoxTop1.gif);
	background-repeat: no-repeat;
	width: 600px;
	margin: 10px auto 0px auto;
}
.how2BoxTop2 {
    background-image:url(../en/skin/how2BoxTop2.gif);
	background-repeat: no-repeat;
	width: 600px;
	margin: 10px auto 0px auto;
}
.how2BoxTop3 {
    background-image:url(../en/skin/how2BoxTop3.gif);
	background-repeat: no-repeat;
	width: 600px;
	margin: 10px auto 0px auto;
}
.how2BoxTop4 {
    background-image:url(../en/skin/how2BoxTop4.gif);
	background-repeat: no-repeat;
	width: 600px;
	margin: 10px auto 0px auto;
}
.how2BoxTop5 {
    background-image:url(../en/skin/how2BoxTop5.gif);
	background-repeat: no-repeat;
	width: 600px;
	margin: 10px auto 0px auto;
}
.how2BoxTop6 {
    background-image:url(../en/skin/how2BoxTop6.gif);
	background-repeat: no-repeat;
	width: 600px;
	margin: 10px auto 0px auto;
}
.how2BoxTop7 {
    background-image:url(../en/skin/how2BoxTop7.gif);
	background-repeat: no-repeat;
	width: 600px;
	margin: 10px auto 0px auto;
}
.how2BoxTop8 {
    background-image:url(../en/skin/how2BoxTop8.gif);
	background-repeat: no-repeat;
	width: 600px;
	margin: 10px auto 0px auto;
}
.how2BoxTop9 {
    background-image:url(../en/skin/how2BoxTop9.gif);
	background-repeat: no-repeat;
	width: 600px;
	margin: 10px auto 0px auto;
}
.how2BoxMiddle {
    background-image:url(../en/skin/how2BoxMiddle.gif);
	background-repeat: repeat-y;
	width: 600px;
	margin: 0px auto 0px auto;
	padding: 4px 0 10px 0
}
.how2BoxBottom {
    background-image:url(../en/skin/how2BoxBottom.gif);
	background-repeat: repeat-y;
	width: 600px;
	margin: 0px auto 0px auto;
}
.how2BoxInner {
	width: 560px;
	margin-left: auto;
	margin-right: auto;
}
.how2BoxTopSpace {
    width:1px;
	height: 44px
}
.how2BoxBottomSpace {
    width:1px;
	height: 46px
}
.how2boxImg {
    width: 64px;
	height: 64px;
	float: right;
	margin-left: 20px
}
/***********ページ右***********************************/

Div#mainRight {
	width: 248px;
	float: right;
	text-align: center;
	padding-top: 10px;
	background: white;
}
Table#rightTable {
	width: 235px;
	margin-left: auto;
	margin-right: auto;
}
/***********フッター***********************************/
Div#footer {
	width: 900px;
	margin: 4px auto 10px auto;
	background-image: url('../skin/footerBack.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	position: relative;
}
Div#footerLeft {
	width: 300px;
	float: left;
	left: 0;
	z-index: 10;
	display: inline;
}
Div#footerRight {
	width: 500px;
	float: right;
	right: 10px;
	margin-top: 10px;
	z-index: 20;
	color: gray;
	text-align: right;
	display: inline
}
/**********************************************/
Div#end {
	width: 900px;
	margin: 5px auto 20px auto;
	background: black;
	color: #C0C0C0;
	text-align: center;
}
/***************************/
/********* IMAGE ***********/
/***************************/
img {
	border: 0;
	margin: 0;
}
.ItemThamb {
	width: 120px;
	height: 120px;
	display:block;
	vertical-align: middle;
	float: left;
}
.indexItemThamb {
	width: 120px;
	height: 120px;
}

.listImg {
	width: 15px;
	height: 15px;
	margin-right: 5px;
}
.mainImage {
	display: block;
	margin-bottom: 20px;
	width: 350px;
	height: 250px;
	border: 1px gray solid;
}
.subImage {
	width: 110px;
	height: 90px;
}
.subImageLarge {
	width: 165px;
	height: 120px
}
.buyImage {
	width: 190px;
	height: 40px;
}
/***************************/
/********** LINK ***********/
/***************************/
a {
	text-decoration: none;
	color: #0099CC;
}
a:visited {
	color: #0099CC;
}
a:hover {
	color: #00CCFF;
	text-decoration: underline;
	background: #fff;
}
a:active {
}
Div#global a {
	text-decoration: none;
	color: #0099CC;
	display: block;
	padding: 10px 15px 10px 15px;
	text-align: center;
	background-image: url('../skin/globalBack.gif');
	font-weight: bold;
}
Div#global a:visited {
	text-decoration: none;
	color: #0099CC;
	display: block;
	padding: 10px 15px 10px 15px;
	text-align: center;
	background-image: url('../skin/globalBack.gif');
	font-weight: bold;
}
Div#global a:hover {
	color: #00CCFF;
	text-decoration: none;
	display: block;
	padding: 10px 15px 10px 15px;
	text-align: center;
	background: none;
	font-weight: bold;
}
Div#global a:active {
	color: #00CCFF;
	text-decoration: none;
	display: block;
	padding: 10px 15px 10px 15px;
	text-align: center;
	background: none;
	font-weight: bold;
}

/***************************/
/********** LIST ***********/
/***************************/
Div#global ul {
	list-style: none;
	margin-left: auto;
	position: relative;
	margin-right: 0;
	display: inline;
	right: 0;
}
Div#global li {
	padding: 0;
	width: auto;
	display: inline;
	float: right;
	background-image: url('../skin/globalBack_on.gif');
	background-position: bottom;
	background-repeat: repeat-x;
	border-right: 1px #999 solid;
	border-left: 1px #fff solid;
}
Div#mainRight dl {
	padding: 0;
	text-align: left;
	border-bottom: 1px gray solid
}
Div#mainRight dt {
	margin: 0.5em 0 0.5em 0;
	padding: 0;
	font-weight: bold;
	border-bottom: 1px gray dotted;
}
Div#mainRight dd {
	padding-left: 5px;
	margin: 0.5em 0 0.5em 0;
}
#ItemListTable ul {
	padding-top: 5px;
	margin-left: 0px;
	list-style-image: url('../skin/list_arrow.png');
	margin-top: 0;
	padding-left: 0px;
}
#ItemListTable li {
	list-style-position: inside;
	float: left;
	vertical-align: top;
	padding-left: 0px;
	margin-left: 0;
}



/***************************/
/********** TABLE ***********/
/***************************/
td {
	padding: 0;
	font-size: 10pt;
}


/***************************/
/********** BOX ************/
/***************************/

.bgRed {
	background: #FFCCCC
}

.bgGray {
    background: #ddd
}
.plotBox {
	width: 630px;
	margin: 10px auto 10px auto
}


/***************************/
/********** BAR ************/
/***************************/

.plotTitle {
	background-image: url('../skin/title_gray.png');
	background-repeat: repeat-x;
	text-align: center;
	font-weight: bold;
	width: 630px;
	margin: 10px auto 10px auto
}

/***************************/
/********* Font ************/
/***************************/
h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.3em;
	margin: 0px;
	border-top: 3px solid orange;
	background-image: url('../skin/stripeBack.png');
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: white;
	text-align: left;
}
h2 {
	font-family: "MS UI Gothic";
	font-size: 1.2em;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #333;
	background-image: url('../skin/subTitleBack.png');
	border-left: 10px #333 solid;
	border-bottom: 1px #333 solid;
	margin-bottom: 5px;
	background-repeat: repeat-x;
	text-align: left;
}
h3 {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.3em;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: gray;
}
.price {
	color: red;
	font-weight: bold;
}
.attent {
	color: red;
	font-weight: bold;
}
.picupTitle {
	font-size:1em;
	color: #666;
	border-bottom: 2px silver solid;
	margin-bottom: 4px
}
.textRight {
	text-align: right
}
.textCenter {
	text-align: center
}
.textLeft {
	text-align: left
}
/***************************/
/********* CLEAR ***********/
/***************************/
.cb {
	clear: both;
}
.cl {
	clear: left;
}
.cr {
	clear: right;
}

/***************************/
/******** PADDING **********/
/***************************/
.p2 {
	padding-top: 2px;
	padding-bottom: 2px;
}
.p4 {
	padding-top: 4px;
	padding-bottom: 4px;
}
.p6 {
	padding-top: 6px;
	padding-bottom: 6px;
}
.p10 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.p20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.ps2 {
	padding-left: 2px;
	padding-right: 2px;
}
.ps4 {
	padding-left: 4px;
	padding-right: 4px;
}
.ps6 {
	padding-left: 6px;
	padding-right: 6px;
}
.ps10 {
	padding-left: 10px;
	padding-right: 10px;
}
/***************************/
/********* FORM ************/
/***************************/
.itemNum {
	width: 2.5em;
	text-align: right;
}

.submit{
    	color: #333333;
	background-color: #FFCCCC;
	border: 1px maroon solid;
	vertical-align: middle;
	cursor: pointer;
}
.submit4LinkStyle {
	text-decoration: none;
	color: #0099CC;
	font-weight: bold;
	cursor: pointer;
	border: 0px;
	background: #ddd
	
}
/***************************/
/********* border ************/
/***************************/
.borderBottomDottedGray {
      border-bottom: 1px gray dotted
}
