/* ************************************************ 
 *	共通設定
 * ************************************************ */
* {
	margin: 0;
	padding: 0;
	list-style: none;
}

body {
	color: #000000;
	font-size: small;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height: 1.6em;
	/*background: #f4f1ed url(https://nonkifarm.com/img/bg.gif) center;*/
	background:#fff;
	text-align:center;
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

img {
	border: 0px;
}

a {	
	color: #633;
	text-decoration: none;
}
a:hover {	
	color: #633;
	text-decoration: underline;
}
a:visited {	
	color: #633;
	text-decoration: none;
}


/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- 
 *※ページ全体の幅は840pxとなっています。
    幅を広げる場合は、.sideと.mainのwidth
    の合計値が#containerのwidthになるよう
    設定してください。
 * ------------------------------------- */

/*ページ全体の幅、レイアウトをセンタリング*/
#container {
	margin:40px auto;
	width:840px;
	text-align:left;
}

/*ヘッダー（ページタイトル、グローバルメニュー）*/
.header {
 width:100%;
 clear:left;
margin-bottom:20px;
}

/*　画面左側メニューの幅　*/
.side {
	float: left;
	width:200px;
padding-right:40px;
}

.subtotal {
	padding:5px 0;
}
.stotal {
	text-align:right;
}
.total {
	padding:5px 0;
	border-top:1px solid #C3C3C3;
	text-align:right;
}

.postage {
	border-top:1px dotted #C3C3C3;
	border-bottom:1px dotted #C3C3C3;
	list-style-type:none;
	margin-bottom:5px;
}

.postage li {
	margin:5px 0;
	color:red;
	text-align:left;
}

.viewcart {
	padding:5px 0;
	text-align:center;
}

/*　画面右側の幅　*/
.main {
	float: left;
	width: 600px;
}

/* 特定商取引法に基づく表記（返品など）ボタン */
p#sk_link_other {
	text-align:left;
	margin-top:10px;
}

p#sk_link_other a {
	font-size:12px;
}

/*　フッター（コピーライト）　*/
.footer {
 width:100%;
 clear:left;
}

#group-list {
	border-top:#838383 dotted 1px;
	padding:5px 0px 0px;
	margin:10px 20px 0px 0px;
}

#navi {
	position: absolute;
	top: 30px;
	margin: 0 0 0 290px;
}

#navi ul li {
	width: 201px;
	height: 16px;
	margin: 0 0 18px;
}

#navi ul li a {
	width: 201px;
	height: 16px;
	display: block;
	text-indent: -9999px;
}

#navi ul li.nv04 {
	margin: 0 0 0;
}

#navi ul li.nv01 a {
	background: url(https://nonkifarm.com/img/navi11.gif) 0 0 no-repeat;
}
#navi ul li.nv02 a {
	background: url(https://nonkifarm.com/img/navi12.gif) 0 0 no-repeat;
}
#navi ul li.nv03 a {
	background: url(https://nonkifarm.com/img/navi13.gif) 0 0 no-repeat;
}
#navi ul li.nv04 a {
	background: url(https://nonkifarm.com/img/navi14.gif) 0 0 no-repeat;
}

#navi ul li.nv01 a:hover {
	background: url(https://nonkifarm.com/img/navi11.gif) -201px 0 no-repeat;
}
#navi ul li.nv02 a:hover {
	background: url(https://nonkifarm.com/img/navi12.gif) -201px 0 no-repeat;
}
#navi ul li.nv03 a:hover {
	background: url(https://nonkifarm.com/img/navi13.gif) -201px 0 no-repeat;
}
#navi ul li.nv04 a:hover {
	background: url(https://nonkifarm.com/img/navi14.gif) -201px 0 no-repeat;
}


#navi2 {
	position: absolute;
	top: 30px;
	margin: 0 0 0 600px;
}

#navi2 ul li {
	width: 240px;
	height: 36px;
	margin: 0 0 7px;
}

#navi2 ul li a {
	width: 240px;
	height: 36px;
	display: block;
	text-indent: 0;
	font-family: Georgia, "Times New Roman", Times, serif, "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 14px;
	letter-spacing: 0;
	line-height: 36px;
	color: #fff;
	font-weight: normal;
	text-indent: 45px;
	text-decoration: none;
}

#navi2 ul li.nv03 {
	margin: 0 0 0;
}

#navi2 ul li.nv01 a {
	background: url(https://nonkifarm.com/img/icon.gif) 0 0 #633;
	letter-spacing: 0px;
}
#navi2 ul li.nv01 span.small, #navi2 ul li.nv02 span.small {
	font-size: 10px;
	letter-spacing: 0;
}
#navi2 ul li.nv02 a {
	background: url(https://nonkifarm.com/img/icon22.gif) 0 0 #000;
}

#navi2 ul li.nv03 a {
	background: url(https://nonkifarm.com/img/icon33.gif) 0 0 #663;
}

#navi2 ul li.nv01 a:hover {
	background: url(https://nonkifarm.com/img/icon.gif) 0 -36px #a99;
}
#navi2 ul li.nv02 a:hover {
	background: url(https://nonkifarm.com/img/icon22.gif) 0 -36px #999;
}
#navi2 ul li.nv03 a:hover {
	background: url(https://nonkifarm.com/img/icon33.gif) 0 -36px #cb9;
}

.topimg {width:840px; height:350px; background:#ccc;}

.reclist {padding:5px 0; border-top:1px solid #ccc;}

.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
}