@charset "Shift_JIS";

/*ヘッダーここから*/
#header {
	text-align: center;
	width: 1000px;
	height: 245px;
	background-image: url(../media/header_k.jpg);
	background-repeat: no-repeat;
	margin: auto;
}

/* IE6のみ */
* html #header {
	text-align: center;
	width: 1000px;
	height: 245px;
	background-image: url(../media/header_k.jpg);
	background-repeat: no-repeat;
	margin: auto;
	margin-left: 1px;
}

/*ナビゲーション(パンくずリスト)*/
#navi {
	margin-right: 30px;
	margin-left: 30px;
	width: 860px;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 10px;
}

/* IE6のみ */
* html #navi {
	margin-right: 10px;
	margin-left: 10px;
	width: 860px;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 10px;
	display: inline;
}

/*階層ページTOP案内*/
#k_info {
	height: auto;
	width: 600px;
	font-weight: bold;
}


/*商品(大)ここから*/
/*枠*/
#comm_b {
	float: left;
	height: auto;
	width: 600px;
	margin-top: 15px;
}

#comm_bt {
	font-size: 26px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	height: 34px;
	width: 600px;
	line-height: 1.2em;
}

#comm_binfo {
	float: left;
	height: auto;
	width: 290px;
	margin-top: 10px;
	margin-right: 30px;
	line-height: 1.3em;
}

#comm_b_right {
	float: right;
	height: auto;
	width: 280px;
}

/*商品詳細テーブル*/
.comm_b01_table {
	width: 280px;
	border-collapse:collapse;
	margin-top: 10px;
}

.comm_b01_table tr td {
	vertical-align: middle;
	font-size: 14px;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.5em;
}

.comm_b02_table {
	width: 280px;
	border-collapse:collapse;
	margin-top: 10px;
}

.comm_b02_table tr td {
	vertical-align: middle;
	font-size: 12px;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.3em;
}

/*商品名*/
.style_name {
	color: #000000;
	font-weight: bold;
	font-size: 16px;
}

/*在庫数*/
.style_kb {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}

/*価格*/
.style_krb {
	color: #CC0000;
	font-size: 16px;
	font-weight: bold;
}

/*カートに入れるボタンここから*/
form input#btn_cart_in {
	background: url(../media/b_cart_in.jpg) no-repeat left top; 
}

form input.input_btn {
	width: 100%;
	height: 50px;
	border: none;
	overflow: hidden;
	cursor: pointer;
	padding: 0;
	text-indent: -9999px;
	display: block;
	float: left;
	margin-right: 5px;
}

/* Operaのみ適用*/
*+html:first-child body form input.input_btn {
	padding-left: 300px;
}
/*カートに入れるボタンここまで*/

/*アンダーライン*/
#comm_bline {
	clear: left;
	height: 20px;
	width: 600px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	margin-bottom: 40px;
}

/*商品(大)ここまで*/

/*商品(小)ここから*/
/*枠*/
#comm_s {
	float: left;
	height: auto;
	width: 600px;
	margin-top: 15px;
}

#comm_s_img {
	float: left;
	width: 300px;
}

#comm_s_right {
	float: right;
	height: auto;
	width: 280px;
}

#comm_sinfo {
	height: auto;
	width: 280px;
	margin-top: 10px;
	font-size: 13px;
	line-height: 1.2em;
	margin-bottom: 10px;
}

/*商品詳細テーブル*/
.comm_s01_table {
	width: 280px;
	border-collapse:collapse;
}

.comm_s01_table tr td {
	vertical-align: middle;
	font-size: 14px;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.5em;
}

.comm_s02_table {
	width: 280px;
	border-collapse:collapse;
}

.comm_s02_table tr td {
	vertical-align: middle;
	font-size: 12px;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.3em;
}

/*カートに入れるボタンここから*/
form input#btn_cart_in {
	background: url(../media/b_cart_in.jpg) no-repeat left top; 
}

form input.input_btn {
	width: 100%;
	height: 50px;
	border: none;
	overflow: hidden;
	cursor: pointer;
	padding: 0;
	text-indent: -9999px;
	display: block;
	float: left;
	margin-right: 5px;
}

/* Operaのみ適用*/
*+html:first-child body form input.input_btn {
	padding-left: 300px;
}
/*カートに入れるボタンここまで*/

/*アンダーライン*/
#comm_sline {
	clear: both;
	height: 20px;
	width: 600px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	margin-bottom: 40px;
}

/*商品(小)ここまで*/