/*---------- 商品説明 -----------*/

img {
	border: 0;
}

/* 商品左ゾーン */
#itemleft {
	width: 50%;
	float: left;
	text-align:center;
}

/* 商品右ゾーン */
#itemright {
	width: 50%;
	float: right;
}

/* 商品名 */
#itemname {
	color:#696969;
	font-size: 10pt;
	font-weight:bold;
	width:189px;
	text-align:center;
	padding-top: 5px;
	line-height: 120%;
}

/* 商品名下リンク */
#link1 {
	float: left;
	padding: 10px 0px 0px 40px;
	}

div#link1 a { color: #0066cc; font-size: 8pt; }

/* 左側写真ゾーン */
#itemph1 {
	background-image:url("img/itembk.jpg");
	background-repeat:no-repeat;
	margin: 10px 0px 0px 40px;
	padding: 10px 0px 0px 10px;
	height: 310px;
	}

/* 右側写真ゾーン */
#itemph2 {
	background-image:url("img/itembk2.jpg");
	background-repeat:no-repeat;
	height: 184px;
	margin: 10px 0px 0px 30px;
	padding: 10px 0px 0px 10px;
	}

/* 色違いリンク */
#itemlnk {
	text-align:center;
	padding-top: 0px;
}

div#itemlnk a { 
	color: #0066cc; 
	font-size: 8pt;
}

/* 商品仕様 */
#itemdtl1 {
	width:250px;
	padding: 20px 0px 0px 45px;
	color: #666666;
	font-size: 8pt;
	line-height: 150%;
	}

#itemdtl2 {
	width: 550px;
	padding: 10px 0px 0px 60px;
	color: #666666;
	font-size: 8pt;
	line-height: 150%;
	}

html>body div#itemdtl2 {
	clear: both;
	padding-top: 20px;
}

div#itemdtl2 table {
	border: 1px solid gray;
	border-collapse: collapse;
}

div#itemdtl2 td {
	border: 1px solid gray;
	padding: 2px 0px;
	vertical-align: middle;
	text-align: center;
	font-size: 8pt;
	color: #666666;
}

/* 商品説明 */
#catch {
	color:#666666;
	font-size: 8pt;
	letter-spacing: 0.2em;
	line-height: 160%;
	padding: 20px 20px 0px 20px;
}

html>body div#catch {
	letter-spacing: 0.1em;
}

/* 注文ゾーン */
#itemprice {
	clear: both;
	width: 580px;
	padding-top: 20px;
	}

div#itemprice p{
	padding-left: 30px;
	line-height: 160%;
	letter-spacing: 0.1em;
	color: #003399;
	color: #666666;
	font-size: 8pt;
}

html>body div#itemprice p {
	letter-spacing: -0.05em;
}


/* 注文表 */
#pricehyo {
	width: 560px;
	margin-left: 20px;
}

div#pricehyo table {
	border: 1px solid gray;
	border-collapse: collapse;
	width: 560px;
	padding-left: 20px;
}

div#pricehyo th {
	background-image: url("img/hyo.jpg");
	background-repeat: repeat-x;
}

div#pricehyo th, div#pricehyo td {
	border: 1px solid gray;
	padding: 2px 0px;
	vertical-align: middle;
	text-align: center;
	font-size: 8pt;
	color: #333333;
}

div#pricehyo td div {
	font-size: 8pt;
	color: #333333;
	text-align: center;
}

input#kk {
	font-size: 8pt;
	color: #333333;
	text-align: center;
	border: none;
}

select {
	font-size: 8pt;
}

/* 詳細ゾーン下リンク */
#link2 {
	float: right;
	padding-top: 10px;
	padding-right: 10px;
	text-align: right;
	width: 326px;
	}

div#link2 a { color: #0066cc; font-size: 8pt; }

html>body #link2 {
	margin-top: 20px;
	margin-bottom: 40px;
}

/*---------- 商品topページ -----------*/
/* タイトル */
h1 {
	color: #003399;
	font-size: 11pt;
	font-weight:bold;
	padding: 5px;
	border-bottom: 1px dotted #0099ff;
	}

#itemview {
	padding-top: 10px;
}

div#itemview table {
	width:570px;
}

div#itemview th, div#itemview td {
	width:190px;
	text-align: center;
	padding: 5px 0px;
}

div#itemview th {
	padding-top: 10px;
}

div#itemview td {
	padding-bottom: 20px;
}

div#itemview a { color: #666666; }
div#itemview a:hover { text-decoration: underline; }
*/

#line {
	padding-top: 20px;
	border-bottom: 1px dotted #0099ff;
}