@charset "utf-8";

@import url("../packages/default/css/import.css");


/*  レイアウト
-----------------------------------*/
body {
	background: #eeeadb;
	text-align: center;
	color: #444;
}
div#wrapper {
	width: 660px;
	margin: auto;
	text-align: left;
	background: #fff;
}

div#container {
	width: 580px;
	margin: 0 40px;
	padding: 0;
}

/*  common style
-----------------------------------*/
p {
	margin-bottom: 0.8em;
}
a.linkArrow {
	background: url(../packages/default/img/common/arrow_red.gif) no-repeat left 1px ;
	padding-left: 15px;
}
div.section {
	margin-bottom: 20px;
}
.txtRed {
	color: #e00303;
}
.txtR {
	text-align: right;
}
.txtCenter {
	text-align: center;
}


/*  ヘッダ
-----------------------------------*/
div#header {
	height: 232px;
	background: url(../packages/default/img/header/head_bg.jpg) no-repeat 0 0;
	margin-bottom: 35px;
	width: 660px;
}

div#topHeader {/*トップページヘッダ*/
	height: 232px;
	background: url(../packages/default/img/header/head_bg.jpg) no-repeat 0 0;

/*	height: 323px;
	background: url(../packages/default/img/header/top_head_bg.jpg) no-repeat 0 0;/*黒ゴマオリゴキャンペーン*/
	margin-bottom: 35px;
	width: 660px;
}


h1 {
	width: 286px;
	height: 70px;
}
div#header h1 a {
	margin: 0;
	padding: 0;
	width: auto;
	height: 70px;
	background: none;
}
p#headCartIn {
	margin-top: -70px;
	float: right;
	width: 230px;
}

h1.imgH1 {
	width: 580px;
	height: auto;
	margin-bottom: 30px;
}
/*  ナビゲ
-----------------------------------
div#gNav {
	background: #f4f1e9;
}
div#gNav h2 {
	margin-bottom: 12px;
}*/
ul#itemNav {
}
ul#itemNav li {
	display: inline;
	margin-right: 8px;
}
ul#itemNav li.lastChild {
	margin-right: 0;
}


/*  フッタ
-----------------------------------*/

#pagetop {
	width: auto;
}
#footer {
	width: auto;
	border: none;
}

ul#footerNav {
	margin: 5px 35px 20px;
	text-align: center;
}
ul#footerNav li {
	display: inline;
	padding: 2px 5px;
}
div#copyRight {
	width: auto;
	background: #88251d;
	text-align: center;
	color: #fff;
	border: none;
	padding: 5px 35px;
}


/*  トップページ
-----------------------------------*/
div#indexGreeting {
	background: #f4f1e9;
	width: 448px;
	margin-top: -175px;
}
div#indexGreeting h2 {
	margin-bottom: 12px;
}
div#indexGreeting p {
	padding: 0 20px 15px;
	background: url(../packages/default/img/top/greeting_bg.gif) no-repeat left bottom ;
}

/*  配送料のページ
-----------------------------------*/
table.deliveryTbl {
	width: 100%;
	background: #fffacc;
}
table.deliveryTbl th,table.deliveryTbl td {
	border: 1px solid #333;
	padding: 5px;
}
table.deliveryTbl th {
	font-weight: bold;
	text-align: center;
	background: #fff48e;
}
table.deliveryTbl .priceTD {
	background: #fdda86;
	text-align: center;
	font-weight: bold;
}
table.deliveryTbl .grayBG {
	background: #f0f0ef;
	text-align: center;
}


/*  共通　タイトル
-----------------------------------*/
div#wrapper div#listtitle,div#wrapper div#detailtitle {
	background: url(../packages/default/img/common/title_bg.gif) no-repeat left bottom ;
	padding: 20px 0 0 0;
	margin:0;
	color: #3b1e01;
	border: none;
	border-top: 1px dotted #ccc;
}
div#wrapper div#detailtitle {
	margin-bottom: 30px;
}
div#wrapper div#listtitle h2,div#wrapper div#listtitle h1,div#wrapper div#detailtitle h2 {
	margin: 0;
	padding: 15px 20px 10px;
	height: auto;
	width: auto;
}



/*  注文ページ
-----------------------------------*/
div#under02column table.orderTbl {
	width: 580px;
	margin-bottom: 10px;
}
div#under02column table.orderTbl th,table.orderTbl td{
	border: 1px solid #333;
}
div#under02column table.orderTbl th {
	background: #fed73c;
	font-weight: bold;
}
div#under02column table.orderTbl th.resulttd {
	background: #ffefb0;
}


table.entryTbl input,table.entryTbl select {
	margin-bottom: 3px;
}



p.junsei {
	text-align: right;
	margin-top: 10px;
}

