@charset "shift_jis";

/* 一括で全ての要素の余白をゼロに指定 */
* {
  margin: 0;
  padding: 0;
}

/* 全体的なリンク */

a:link,
a:visited,
a:hover,
a:active { text-decoration: underline; }

a:link { color: #666; font-weight:bold }
a:visited { color: #666; font-weight:bold}
a:hover { color: #666; font-weight:bold}
a:active { color: #666; font-weight:bold}

/* -------------------------------------------------------------
   [1] レイアウトに関する指定 */

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

#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 800px;
}

#header {
	height: 350px;
}

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

#container {
	width: 100%;
	background-color:#FFF;
}

#contents {
	width: 560px;
	float: right;
	color: #666;
	background-color: #FFF;
}

#sidebar {
	width: 220px;
	float: left;
	background-color: #393;
	background: url(img/bg-wrapper.jpg) no-repeat;
	height: 1500px;
}

#footer {
	padding: 10px 0 10px;
	margin: 0;
	clear: both;
}

p {padding:0 10px;
	}
p img {float:left; 
	margin:0 10px 10px 0;}

/* -------------------------------------------------------------
   [2] ヘッダーブロック内に関する指定 */

/* -- キーワード -- */
h1 {
	font-size: 80%;
	font-weight: normal;
	color: #FFF;
	line-height: 150%;
}

/* -- ページの概要 -- */
.description {
	margin-bottom: 0.5em;
	color: #FFF;
}

/* -------------------------------------------------------------
   [3] コンテンツブロック内に関する指定 */

/* -- 見出し -- */
h2 {
	font-size: 120%;
	color:#693;
	padding: 0.5em 0 0.5em 0.5em;
	border-width:0 0 2px 13px;
	border-color:#693;
	border-style:solid;
	margin:10px 0 10px 10px ;
}

h3#kome {
  font-size: 120%;
  padding: 1em 0 1em 25px;
  background: url(http://midori-farm.jp/img/bg-h.gif) no-repeat 0 50%;
	margin:10px 0 10px 10px ;
}

h3,h4,h5,h6 { margin-top: 1em; }

/* -- 文字 -- */
#contents p {
  line-height: 1.6em;
  margin-bottom: 0.5em;
}

/* INFORMATION CUSTOMIZE */
div#contents dl.information dt {
   float:left;
   margin-left:10px;
}

div#contents dl.information dd {
   margin:0 0 5px 0;
   padding: 0px 0px 5px 9em;
}

/* ボックス */
div#shop{
	width:518px;
	padding:10px;
	border:solid 1px #CCC;
	float:left;
	margin:10px;
}

div#imgbox{
	width:200px;
	float:left;
	margin-right:10px;
}

div#shop_txt{
	width:308px;
	float:left;
}

p#shohin_name{
	width:288px;
	font-size:110%;
	font-weight:bold;
	display:block;
	background-color:#9C0;
	color:#FFF;
   text-align:center;
	float:left;
}

p#shohin{
	font-size:110%;
	font-weight:bold;
	display:block;
	background-color:#9C0;
	color:#FFF;
   text-align:center;
   margin-top:10px;
}

p#price{
	color:#F30;
   text-align:center;
}

.price2{
	color:#F30;
}

/* コンテンツ内shopリスト */
ul#shop {
	margin-left:30px;
	line-height:150%;
	list-style:circle;
}

/* テーブル */
table {
	background-color: #C1C1C1;
	border: 1px solid #CCC;
	border-collapse: collapse;
}
th {
	background-color: #F5F5F5;
	font-weight: normal;
	border: 1px solid #CCC;
	/*white-space: nowrap;*/
	padding: 5px;
	width: 120px;
}
td {
	background-color:#FFC;
	border: 1px solid #CCC;
	padding: 5px;
}

/* -- 左アキのボックス -- */
.left_box {
	margin-left:10px;
	margin-bottom:10px;
}

/* -------------------------------------------------------------
   [4] サイドバーブロック内に関する指定 */

/* -- サイドバータイトル -- */
.side-title {
  text-align: center;
  padding: 5px 0;
  background-color: #cc6;
  color: #333;
}

/* -- リスト/サイドバーメニュー -- */
#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;
}

#nolink_navi{
  	list-style-type: none;
  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%;
}

/* -------------------------------------------------------------
   [5] フッターブロック内に関する指定 */

#footer p {
	text-align: center;
	color: #666;
	margin-top:20px;
	font-size:80%;
}
