/*	H1のスタイル定義	*/
.tk_h1 {
	color: #FF4040;
	padding-bottom: 3px;
	font-size: 16px;
	border-bottom: solid #FF4040 1px;
}
/*	H2のスタイル定義	*/
.tk_h2 {
	color: #FF8000;
	background: url(cook061024-4.gif) no-repeat center left;
	text-align: left;
	border-bottom: dotted #FF8040 1px;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	padding: 15px 5px 5px 100px;
	margin: 10px 0px 10px 0px;
}
/*	DIV（大枠）のスタイル定義	*/
.tk_div_big {
	width: 600px;
	margin: auto;
	text-align: center;
	padding-top: 3px;
	font-size: 12px;
	line-height: 130%;
}
/*	DIV（中枠）のスタイル定義	*/
.tk_div_middle {
	width: 550px;
	text-align: left;
}

/*	DIV（カート枠）のスタイル定義	*/
.tk_div_cart {
	width: 550px;
	text-align: center;
	padding: 10px;
	margin: 30px 0px 10px 0px;
	border: solid #999999 1px;
}

/*	STRONGのスタイル定義	*/
.tk_st {
	font-weight: normal;
}

/*	強調文字のスタイル定義	*/
.tk_bold {
	color: #FF0000;
	font-weight: bold;
}

/*	TABLEのスタイル定義	*/
.tk_tb {
	font-size: 12px;
	line-height: 130%;
}

/*	カート内「ご注文の際は〜」のベルトのスタイル定義	*/
.tk_belt {
	text-align: center;
	background: #C0FFFF;
	color: #000000;
	width: 600px;
	padding: 5px 5px 5px 5px;
	margin: 30px 0px 0px 0px;
	border: solid #000000 1px;
	font-weight: bold;
	font-size: 16px;
}

/*	DIV カート内マーキータグのスタイル定義	*/
.tk_div_marq {
	width: 600px;
	font-size: 14px;
	margin: 10px 0px 0px 0px;
}

/*	カート内TABLEのスタイル定義	*/
.tk_cart_tb {
	font-weight: bold;
	font-size: 14px;
	line-height: 130%;
}

/*	カート内価格のスタイル定義	*/
.tk_cart_price {
	color: #FF0000;
	font-weight: bold;
	font-size: 16px;
}

/*	カート内税込のスタイル定義	*/
.tk_cart_tax {
	font-size: 12px;
	font-weight: normal;
}
