/*ヘッダーイメージ画像*/
.hdimgbg{
	background:url(../../img/005_bg.gif) no-repeat;/*各ページごとに変更が必要*/
	height:158px;
	width:980px;
	margin:0 auto;
}
/*レフトサブナビゲーションのリスト*/
#contents li a{
	color:#fb858a;
	text-decoration:none;
}
#contents li a:visited{
	color:#fb858a;
	text-decoration:none;
}
#contents li a:hover{
	color:#fdb6b9;
	text-decoration:none;
}
#contents li{
	list-style:none;
	background:url(../../img/lnavbg.gif) no-repeat;
	background-position:2px 5px;
	text-indent:1.5em;
	font-size:110%;
	margin-bottom:5px;
}

/*レフトサブナビゲーションのボックス*/
.ln{
	position:absolute;
	top:0;
	left:-270px;
}
.lnav{
	min-height:50px;
 }
 
 
 
 
 

h2{
	font-size:18px;
	background:url(../../img/h2bg.gif) no-repeat left bottom;
	padding-bottom:5px;
	margin-left:16px;
}
h3{
	font-size:16px;
	background:url(../../img/h3bg.gif) no-repeat left top;
	width:660px;
	height:40px;
	color:#c79c59;
	margin:0 0 5px 16px;
	padding-left:16px;
	padding-top:8px;
}
h4{
	font-size:110%;
	color:#ef8c12;
	margin:0 0 5px 32px;
	display:block;
}


#gobackLink{
  text-align:right;
  margin-right:10px;
}
#generalForm {
  margin:5px;
}
#generalForm form{
  text-align:center;
  border:1px solid #ccc;
}
#generalForm table{
  text-align:left;
  width:100%;

}
#generalForm th{
  background:#ccc;
  padding:5px;
  text-align:center;
}
#generalForm td{
  background:white;
  padding:5px;
  text-align:left;
}
#generalForm small{
  color:red;
  font-weight:normal;

}

#generalForm #product_quantity{
  text-align:right;
  ime-mode:disabled;
  border:1px solid #ccc;
  background:#fdd;
}

#generalForm #billing_name,
#generalForm #billing_kana,
#generalForm #shipping_name,
#generalForm #shipping_kana{
  border:1px solid #ccc;
  background:#fdd;
}

#generalForm #billing_prefecture,
#generalForm #shipping_prefecture{
  border:1px solid #ccc;
  background:#fdd;
}

#generalForm #email,
#generalForm #billing_post1,
#generalForm #billing_post2,
#generalForm #billing_tel,
#generalForm #shipping_post1,
#generalForm #shipping_post2,
#generalForm #shipping_tel{
  ime-mode:disabled;
  border:1px solid #ccc;
  background:#fdd;
}

#generalForm #billing_addr1,
#generalForm #billing_addr2,
#generalForm #shipping_addr1,
#generalForm #shipping_addr2{
  width:100%;
  border:1px solid #ccc;
  background:#fdd;
}

#generalForm textarea{
  width:100%;
  border:1px solid #ccc;
  background:#fdd;
}
#generalForm .radio{
  color:#fdd;
}

#error{
  margin:10px;
  text-align:left;
  color:red;
  font-weight:bold;
}