/******************************
* itemdetail.css
* 商品ページのCSSファイルです
* 2007/09/19 yama
******************************/
/* 商品ページ 全体 */
.item-page {
 	width: 500px;			/* 横幅 */
	padding: 0px;			/* 余白 */
	background-color: ;	/* 背景色 */
	border-color: ;		/* 枠線の色 */
	border-width: 0px;		/* 枠線の太さ */
	border-style: solid;	/* 枠線のスタイル */
	text-align: left;
	margin-top: 10px;
	clear: both;
 }

/* 見出し */
.item-page h3 {
	padding: 0px;				/* 余白 */
	color:#663300;				/* 項目文字色 */
	font-size:18px;				/* 項目文字サイズ */
	font-weight:bold;			/* 項目太字 */
	height: 50px;
	padding-top: 8px;
	padding-left: 10px;
	background-image: url(../img/template0014/Image/bar02.gif);
	background-repeat: no-repeat;
}

/* 内容テキスト */
.item-page p {
	line-height: 1.3;		/* 行間（倍率） */
	background-color: ;	/* 内容背景色 */
	padding: 0px;			/* 余白 */
	color: #666666;			/* 内容文字色 */
	font-size: 14px;			/* 内容文字サイズ */
	font-weight: normal;		/* 内容太字 */
	margin-top: 20px;
}

/* 画像 */


/* PRアイコン */
.icon-pr {
	width: 500px;
}


.icon-pr img {
	width: auto;
	padding: 0px;
	margin: 0px;
	clear: both;	
}

/* 商品画像 */
.item-image {
	width: 500px;
	border-width: 1px;
	border-color: #CEC0B5;
	border-style: solid;
	text-align: center;
	margin-bottom: 10px;
}

.item-image img {
	width: 250px;
	margin-top: 10px;		/* 間隔 */
	margin-bottom: 10px;
}

/* サブ画像 */
.item-page .subimg {
	width: 500px;
	text-align: center;
}

.subimg img {
	width: 500px;
	margin: 0px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
}

/* テーブル */
.item-page table {
	width: 500px;
	border-collapse: collapse;
	margin-top: 25px;
	padding: 0px;
	border-color: #CEC0B5;
	border-width: 1px;
	border-style: solid;
}

/* テーブル 項目 */
.item-page th {
	width: 150px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #;	/* 項目背景色 */
	color: #663300;				/* 項目文字色 */
	font-size: 12px;				/* 項目文字サイズ */
	font-weight: normal;			/* 項目太字 */
	text-align: center;
	border-color: #CEC0B5;
	border-width: 1px;
	border-style: solid
}

/* テーブル 内容 */
.item-page td {
	background-color: ;	/* 内容背景色 */
	color: #663300;				/* 内容文字色 */
	font-size: 12px;				/* 内容文字サイズ */
	font-weight: normal;		/* 内容太字 */
	border-color: #CEC0B5;
	border-width: 1px;
	border-style: solid;
	text-indent: 1em;
}

/* フォームの装飾 */
.item-page form {
	width: 500px;
	color: #663300;
	margin-top: 30px;
}

.item-submit {
	margin-top: 20px;
	margin-bottom: 30px;
}

.item-submit input {
	color: #663300;
	border-width: 0px;
	background-image:url(../img/template0014/Image/btn_cart2.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 140px;
	height: 31px;
}


.item-submit .suryo {
	width: 50px;
	height: 18px;
	padding: 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
	background-image: none;
}


.item-page hr {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #000000;
}
/* この商品について問合せる～レビューを書く リスト */
.item-page ul {
	margin: 5px;
	clear: left;
}

.item-page li {
	list-style: none;
	background-color: ;
	color: ;
	font-size: 12px;
	font-weight: normal;
	padding: 2px;
}

/* リンクのデザイン */
.item-page a {
	text-decoration: ;
	color: ;				/* 通常 */
}

.item-page a:visited {
	color: ;				/* 訪問済 */
}

.item-page a:hover {
	color: ;				/* マウスが乗っている時 */
}


