/* ************************************************ 
 *	共通設定
 * ************************************************ */
* {
	margin: 0px;
	padding: 0px;
}

body {
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0;
  margin: 0;
  background: url(https://midori-farm.jp/img/bg.gif);
  background-color:#FFF;
}

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

p{
line-height:140%;
}


img {
	border: 0px;
}

#header2 a {
	color:#090;
	font-size:90%;
}


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

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

/*ヘッダー（ページタイトル、グローバルメニュー）*/
#header {
	height: 350px;
}

#header2 {
	width:560px;
	float:right;
	margin-top:10px;
	margin-bottom:20px;
	padding-right:10px;
}

h1 {
	font-size: 80%;
	font-weight: normal;
	color: #FFF;
	line-height: 150%;
}

#header-inner {
	margin-top: 10px;
	padding: 10px;
}

/*　画面左側メニューの幅　*/
.side {
	float: left;
	width:220px;
	background-color: #393;
	background: url(https://midori-farm.jp/img/bg-wrapper.jpg) no-repeat;
	height: 800px;
}

div.colo_shop{
	background-color: #393;
	padding:20px 10px;
	color:#FFF;
}

div.colo_shop a{
	color:#FFF;
}

/* -- リスト/サイドバーメニュー -- */
#localnavi {
  	list-style-type: none;
  	font-size:90%;
  color: #FFF;
}

#localnavi li { 
	display: inline;
	}

#localnavi a {
  text-decoration: none;
  width: 190px;
  display: block;
  padding: 10px 15px;
  border-bottom: solid #9C0;
  border-width:1px 0;
  background-color: #393;
  color: #FFF;
}

#localnavi a:hover {
	text-decoration: none;
  border-bottom: solid #9C0;
  border-width:1px 0;
	background-color: #9C6;
	color: #fff;
}

#localnavi a {
	font-weight:bold;
}

#nolink_navi {
  	list-style-type: none;
}

#nolink_navi a {
  text-decoration: none;
  width: 190px;
  display: block;
  padding: 10px 15px;
  border-bottom: solid #9C0;
  border-width:1px 0;
  background-color: #9C0;
  color: #fff;
  font-weight:bold;
  list-style-type: none;
  font-size:90%;
}

.address {
	color: #fff;
	text-align:left;
	font-size:small;
	margin-top:3em;
	line-height:120%;
}


/*　画面右側の幅　*/
.main {
	float: left;
	width: 560px;
	padding-left:20px;	
}

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

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

/*　フッター（コピーライト）　*/
.footer {
 width:100%;
 text-align:center;
 clear:left;
padding-bottom:20px;
}

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

/*　テーブル　*/
td, th {
padding: 5px 10px;
}