@charset "Shift_JIS";



/*----------------------------------------
	テーブルスタイル
-----------------------------------------*/

.td01 {
	width:120px;
	background:#F5CED1;
	border-top: #D1000D 1px solid;
	border-right: #D1000D 1px solid;
	border-bottom: #D1000D 1px solid;
	border-left: #D1000D 1px solid;
	color:#5A3C17;
	padding:10px;
	text-align:center;
}
.td02 {
	background:#F5CED1;
	border-bottom: #D1000D 1px solid;
	border-right: #D1000D 1px solid;
	border-left: #D1000D 1px solid;
	color:#5A3C17;
	padding:10px;
	text-align:center;
}
.td03 {
	border-top: #D1000D 1px solid;
	border-right: #D1000D 1px solid;
	border-bottom: #D1000D 1px solid;
	padding:10px;
}
.td04 {
	border-right: #D1000D 1px solid;
	border-bottom: #D1000D 1px solid;
	padding:10px;
}

.td05 {
	border-top: #D1000D 1px solid;
	border-bottom: #D1000D 1px solid;
	padding:10px;
}
.td06 {
	border-bottom: #D1000D 1px solid;
	padding:10px;
}


/*----------------------------------------
	枠スタイル
-----------------------------------------*/

/*------赤枠------*/

#waku01 {
	width:700px;
	height:auto;
	border: #D1000D 1px solid;
	padding:10px;
}

/*------メッセージ枠------*/

#message{
	width:700px;
	height:auto;
	background-color:#F5CED1;
	color:#5A3C17;
	padding:10px;
	margin-bottom:20px;
}

/*----------------------------------------
	ショッピングページ
-----------------------------------------*/

.item {
	width:150px;
	text-align:center;
	margin:0 11px 20px 0;
	float:left;
}

.photo {
	border: #CCCCCC 1px solid;
	margin-bottom:5px;
}

.ic_left {
	float:left;
}

.ic_right {
	border: none;
	float:right;
}

/*----------------------------------------
	ページの上部へ
-----------------------------------------*/

#pagetop{
	width:720px;
	height:auto;
	margin: 20px auto 0 auto;
	text-align:right;
}