﻿@charset "utf-8";

/* RSO標準スタイルシート 100311 */
/* 681S　くだものえき */

/* -------------------------------------------------------- */
/* サイト全体の初期設定 */
* {	padding: 0; margin: 0; }
a:link { color: #0000ff; text-decoration: underline; }
a:visited { color: #990099; text-decoration: underline; }
a:hover { color: #ff0000; text-decoration: underline; }
body {
  	font-size: 0.85em;
  	text-align: center;
  	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	color: fuchsia;
  	padding: 0;
 	margin: 0;
 	background-color: #FFFFFF;
/* 	background-image: url(../img/bg_green.gif); */
}
img { border-style: none; }
.note {		/* 製作中のコメント用 */
	color: blue;
}



/* -------------------------------------------------------- */
/* 画面レイアウト */
#wrapper {
	background: #FFFFFF;
	text-align: left;
	margin: 0 auto 0;
	width: 785px;
}
#header {
	margin: 10px 0 0 0;
	width: 100%;
	height: 150px;
	position: relative;
	background: url('../img/topimg2.jpg') no-repeat;
	z-index: 1;
}
/* container ----- 	navigator & contents */
#container {
	float: right;
  	width: 565px;
/*  	padding: 0em 20px 2em 0px; */
}
	#navigator {
	  	padding: 0em 0px 2.5em 0px;
	}
	#contents {
	  	padding: 1.1em 0 0 0;
	}
#left_sidebar {
  	float: left;
  	width: 220px;
/*  	padding: 0.4em 10px; */
}
#footer {
	clear: both;
	padding: 2em 0;
	background-color:#f9f4eb;
	/*background-color: #F7B8AE;*/
	margin:0 0 0 0;
	text-align: center;
	width: 785px;
	/*height: 79px;*/
	color: #432A16;
	font-size: small;
	background: url(../img/footer_bg.jpg) no-repeat;
}


/* -------------------------------------------------------- */
/* #header */
h1 {
	font-family: HGS創英角ﾎﾟｯﾌﾟ体, "ＭＳ Ｐ明朝", serif;
	text-align: left;
	font-size: large;
	font-weight: normal;
}
.orchard {
	font-family: "ＭＳ Ｐ明朝", "Times New Roman", serif;
	font-size: 48pt;
}
.orchard_subtitle {
	font-family: "Times New Roman", serif;
	font-size: x-large;
}

.ul-info { list-style-type: none; position: absolute; z-index: 30; top:5px; right: 60px; }
.ul-info li { display: inline; margin-left: 0.5em; }
.ul-info li a { text-decoration: none; color: #DEB887; }
.ul-info li a:hover { text-decoration: underline; color: #D2691E; }

.description { text-align: center; }
.description_header_img { 	/* ヘッダー内の写真部分 */
	text-align: right; 
	padding-right: 20px;
	padding-top: 10px;
}

.ACI_Document_Code {	/* RSO専用 */
	border: 1px solid #800000;
	position: relative;
	z-index: 100;
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	color: #800000;
	background-color: #f9f4eb;
	text-align: center;
	font-weight: normal;
	width: 180px;
	top: 126px;
	left: 603px;
	clear: both;
}

.menu_1 {	/* color me shop pro */
	padding:0px;
	margin:0px;
	line-height:0em;
	text-align:right;
}
.menu_1 img{/* color me shop pro */
	vertical-align:top;
}



/* -------------------------------------------------------- */
/* #container */
h2 {
	/*width: 564px;*/
	height: 30px;
	padding: 6px 0 0 15px;
	background: url(../img/footstamp_bg.gif) no-repeat;
	color: #800000;
	font-size: 1.25em;
	margin-bottom: 15px;
}
h3,h4,h5,h6 {
	font-size: 1.2em;
	margin-bottom: 1.5em;
	padding: 5px 0 5px 5px;
	border-left: 10px solid #000000;
	border-bottom: 1px solid #000000;
	border-bottom-color: #800000;
	border-left-color: #800000;
	color: #808000;
	/*background:transparent url(../img/detail_table_bg.jpg) left top repeat-x;*/
}
h3,h4,h5,h6 { margin-top: 2.5em; }

.subtitle_m {			/* FAQ */
	font-weight: bold;
	font-size: medium;
}
.subtitle { font-weight: bold; }			/* 豆知識 */
.subtitle_gokinjyo { font-size: 1.8em; }	/* ご近所紹介 */
.resource {									/* 豆知識の出典明記 */
	font-size: small;
	text-align: right;
}

#contents .picture_left {		/* ご近所紹介の写真の配置 */
	float: left; 
	margin-right: 10px;
}
#contents .picture_right {		/* 果樹園紹介の写真の配置 */
	float: right; 
	margin-left: 10px;
}

#contents p {
	line-height: 1.5em;
	margin-bottom: 0.2em;
	margin-top: 2px;
}
#contents .lf {
	line-height: 0.5em;
}

#contents .topic-path {
  	line-height: 1em;
  	margin-bottom: 2em;
}

#contents dl { margin: 1em 0; }
#contents dt {
  	margin-bottom: 0.5em;
  	font-weight: bold;
  	border-bottom: 1px dotted #666666;
}
#contents dd { margin-bottom: 2em; }

#container ul {
	margin: 1em 0 1em 20px;
	list-style-type: square;
	padding-left: 20px;
}
#container ol { margin: 1em 0 1em 30px; }
#container li { margin-bottom: 0.5em; }	/* 画像ファイルを追加すること */


/* テーブル　（特商法の表示他） */
#contents table {
	width: 550px;
	border: 1px solid #808080;
	border-collapse: collapse;
}
#contents table col.koumoku { width: 120px; }
#contents th { padding: 5px; border: 1px solid #808080; }
#contents td { line-height: 1.2em; padding: 5px; border: 1px solid #808080; }
#contents .unchin {
	width: 397px;
	margin: 10px;
	border: 1px solid #C0C0C0;
	border-collapse: collapse;
}
#contents table col.area { width: 180px; }
#contents table col.fare { width: 100px; text-align: center; }


/* テーブルの指定 （お客様の声） */
#customer_voice table {
	width: 500px;
	border: 1px solid #808080;
	border-collapse: collapse;
}
#customer_voice table col.c_name {
	width: 60px;
	text-align: center;
}
#customer_voice th {
	display: none;
	border: 1px solid #808080;
}
#customer_voice td {
	padding: 5px;
	border: 1px solid #808080;
}


/* テーブルの指定  （お知らせ） */
#information table { 
	border: none;
	border-collapse: collapse;
}
#information td {
	border: none;
	padding: 5px;
}


/* 問い合わせフォーム専用 */
#contents .inq_title { 
	font-size: medium;
	font-weight: bold;
}
#contents .inq_explain { line-height: 1.3em; }


/* Photo Gallary */
#photo_gallary table {
	width: 500px;
	border: 1px solid #808080;
	border-collapse: collapse;
}
#photo_gallary td {
	width: 120px;
	padding: 5px;
	border: 1px solid #808080;
}
#photo_gallary img {	/* 写真のサムネイル */
	width: 120px;
	height: 90px;
}
#photo_gallary .grape_mini {
	width: 43px;
	height: 45px;
}


/* お買いもの関係 */
.okaimono_botton {
	padding-left: 30px;
}



/* -------------------------------------------------------- */
/* #left_sidebar by hemp  100410 */
.sidemenu {
	width:190px;
	color:#800000;
	margin-bottom:15px;
	}
.side_title {
	height:30px;
	background:transparent url(../img/side_cat_title_bg.jpg) 0px 0px no-repeat;
	color:#6d2916;
	padding-left:15px;
	font-weight:bold;
	}
.side_text {
	background-color:#f9f4eb;
	padding:13px;
	}
.side_text ul {
	border:solid 1px;
			/* 上　右　下　左 */
	padding:13px 5px 3px 13px;
	}
.side_text ul li{
	list-style: none;
	padding-bottom:10px;
	}
.side_text ul li img{
	vertical-align:middle;
	}
.side_bottom {
	height:4px;
	background-color:#f9f4eb;
	background: url(../img/side_bottom_bg.gif) no-repeat;
	}
#left_sidebar .side_text a {color: #800000;}
#left_sidebar .side_text a:link    {color: #B00000;text-decoration: none;}
#left_sidebar .side_text a:visited {color: #B00000;text-decoration: none;}
#left_sidebar .side_text a:active  {color: #B00000;text-decoration: none;}
#left_sidebar .side_text a:hover   {color: #9E7E64;text-decoration: none;}

.picture_cocopafe_link {		/* レザンドール・バナー */
	background-position: center;
	border-width: 3px;
	border-style: solid;
	border-color: #DCE3E3 #C1C1C1 #C1C1C1 #DCE3E3;
}



/* OLD #left_sidebar （不使用）*/
.side-title {
  text-align: center;
  margin: 0;
  padding: 5px 0;
  background-color: #97342D;
  color: #FFFFFF;
}
ul.localnavi {
  font-size: 95%;
  list-style-type: none;
  margin-bottom: 1em;
}
.localnavi li { display: inline; }
.localnavi a {
  text-decoration: none;
  width: 170px;
  display: block;
  padding: 4px;
  border: 1px outset #501010;
  background-color: #F7B8AE;
  color: #2B2C2E;
}
.localnavi a:hover {
  text-decoration: none;
  border: 1px outset #501010;
  background-color: #D7A89E;
  color: #2B2C2E;
}
.sidebar_title_rso {
	padding: 0.5em 0;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}
.sidebar_omake {				/* パンダ */
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	color: olive;
	text-align: center;
	padding: 0.2em 0;
}



/* -------------------------------------------------------- */
/* #navigator */
#navigator .localnavi {
	list-style-type: none;
	margin-bottom: 1em;
}
#navigator .localnavi li { 
	display: inline; 
	float: left;
	text-align: center;
}
#navigator .localnavi a {
	text-decoration: none;
	display: block;
	width: 97px;
	padding: 0.5em 5px;
	background-color: #eeeeee;
	color: #800000;
	border-right: 1px solid #cccccc;
}
#navigator .localnavi a:hover {
	text-decoration: none;
	background-color: #999999;
	color: #FFFFFF;
	border-right: 1px solid #ffffff;
}



/* -------------------------------------------------------- */
/* #footer */
#footer p { 
	text-align: center;
}
.text_center_times {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-size: medium;
}
#footer a {color: #432A16;}
#footer a:link    {color: #432A16;text-decoration: none;}
#footer a:visited {color: #432A16;text-decoration: none;}
#footer a:active  {color: #432A16;text-decoration: none;}
#footer a:hover   {color: #7E5E44;text-decoration: none;}



/* Copyright (c) 2010 Raisin d'or Systems and Operation. All Rights Reserved. */
