@charset "Shift_JIS";

/* --- タイプ2 デザイン1 --- */


/* --- 全体の背景・テキスト --- */
body {
	width: 960px; /* 全体の最小幅 */
	margin: 0;
	padding: 0; /* 全体の背景色 */
	color: #404040;
	font-size: 12px;
	width: auto;
}

/* --- 全体のリンクテキスト --- */


/* --- コンテナ --- */
#header div.container,
#content div.container,
#footer div.container {
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
}


/* --- ▼ヘッダ内の設定開始 --- */

/* --- ヘッダ --- */
#header{
	padding-bottom: 1px;
}

/* --- トップエリア --- */
#header div.top {
	background-repeat: repeat-x;
	background-position: top;
	color: #666;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#header div.top div.container {
position: relative; /* 相対配置（ガイドメニューのために設定） */
}

/* --- サイトタイトル --- */
#header .siteTitle,
#header p.siteTitle {
margin: 0 0 7px; /* サイトタイトルのマージン（上、左右、下） */
font-size: 200%; /* サイトタイトルの文字サイズ */
}
/* サイトタイトルの画像 */
#header siteTitle img,
#header p.siteTitle img {
	border: none;
	margin-top: 0px;
}

/* --- キャッチフレーズ --- */
#header p.catch {
	font-size: 12px;
	color: #900;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#header p.catch strong {
	font-weight: normal;
	margin-left: 60px;
	margin-top: 0px;
}

/* --- ガイドメニュー --- */
#header ul.guide {
	position: absolute; /* 絶対配置 */
	top: 5px; /* 上からの距離 */
	right: 10px;
	padding: 0;
	list-style-type: none;
	margin: 0;
}
/* メニュー項目 */
#header ul.guide li {
display: inline;
padding: 0 7px 0 13px; /* 項目のパディング（上右下左） */
background: url(../image/menu_triangle1_box.gif) no-repeat 0 0.2em; /* 項目の背景（マーカー） */
}

/* --- オープニングエリア（トップページ） --- */
#header div.opening {
	margin: 0px;
	text-align: center;
	padding: 0px;
	background-color: #CCC;
}
/* オープニングエリア内の見出し */
#header div.opening h2 {
margin: 0;
}

/* --- ヘッダメニュー --- */
#header div.nl {
	height: 40px;
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 15px;
	margin-bottom: 15px;
}
/* --- メニュー本体 --- */
#header div.nl ul {
	width: 961px; /* メニュー本体の幅（コンテナの幅から2px引いた値） */
	margin: 0;
	padding: 0; /* メニュー本体の右境界線 */
	list-style-type: none;
	text-align: center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFC;
	border-left-color: #F90;
}
/* メニュー項目 */
#header div.nl li {
width: 137px; /* 項目の幅 */
float: left;
line-height: 100%;
}
/* 最初の項目と最後の項目 */
#header div.nl li.first,
#header div.nl li.last {
	width: 159px;
}
/* リンクエリア */
#header div.nl li a {
	display: block;
	position: relative; /* 文字の太さ（太字） */
	color: #273621;
	padding-top: 15px;
	padding-right: 2px;
	padding-bottom: 13px;
	padding-left: 2px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B2B2B2;
	border-left-color: #D0D0D0;
	letter-spacing: 1px;
	font-size: 12px;
	text-decoration: none;
	list-style-type: none;
}
/* 英字部分 */
#header div.nl li a span.en {
display: block;
margin-top: 2px; /* 英字部分の上マージン */
font-size: 85%; /* 英字の文字サイズ */
font-weight: normal; /* 文字の太さ（ノーマル） */
color: #eee8aa; /* 英字の文字色 */
}
/* ポイント時とアクティブ時の設定 */
#header div.nl li a:hover,
#header div.nl li.active a {
	color: #933;
}
#header div.nl li a:hover span.en,
#header div.nl li.active span.en {
color: #fde337; /* ポイント時（アクティブ時）の英字の文字色 */
}

/* --- トピックパス（下層ページ） --- */
#header div.topicPath {
	margin: 0;
	padding: 7px 2px; /* トピックパスの背景色 */
}
#header div.topicPath ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #486C24;
	letter-spacing: 1px;
}
/* リスト項目 */
#header div.topicPath li {
	display: inline;
}
/* リンクエリア */
#header div.topicPath li a {
	padding-right: 15px;
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(file:///D|/tada-wine777/image/topic.gif);
}

/* --- 罫線 --- */
#header hr.none {
display: none; /* 表示形式（なし） */
}

/* --- ▲ヘッダ内の設定終了 --- */


/* --- ▼コンテンツ内の設定開始 --- */

/* --- コンテンツ --- */
#content {
	background-color: #ffffff;
	background-repeat: repeat-x;
	background-position: 0 -5px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}


/* --- ▼メインカラム内の設定開始 --- */

/* --- メインカラム --- */
#main {
	width: 960px; /* メインカラムの幅 */
	text-align: left;
}

/* --- ページタイトル（下層ページ） --- */
#main h1.pageTitle {
margin: 0 0 15px 20px; /* ページタイトルのマージン（上右下左） */
padding: 0 5px; /* ページタイトルのパディング（上下、左右） */
font-size: 180%; /* ページタイトルの文字サイズ */
color: #4075a5; /* ページタイトルの文字色 */
}

/* --- セクション（共通設定） --- */
#main div.section {
	margin-top: 0;
	margin-right: 40px;
	margin-bottom: 2em;
	margin-left: 40px;
}

/* --- 標準セクション --- */
/* --- 見出しエリア --- */
#main div.normal div.heading {
margin: 0 0 1em; /* 見出しエリアのマージン（上、左右、下） */
padding: 7px 11px; /* 見出しエリアのパディング（上下、左右） */
background: #ebf0f3 url(../image/heading_back5_6.gif ) repeat-y right; /* 見出しエリアの背景 */
}
/* 見出し */
#main div.normal h2 {
margin: 0;
padding-left: 16px; /* 見出しの左パディング */
background: url(../image/heading_square11.gif) no-repeat 0 0.15em; /* 見出しの背景（マーク） */
font-size: 130%; /* 見出しの文字サイズ */
line-height: 100%; /* 行の高さ */
}
/* 段落 */
#main div.normal p {
	margin: 0 10px 1em; /* 段落のマージン（上、左右、下） */
	line-height: 160%; /* 行の高さ */
	text-decoration: none;
}

/* --- 強調セクション --- */
#main div.emphasis {
margin-bottom: 3em; /* セクションの下マージン（上書き） */
padding: 0.8em 10px 0; /* セクションのパディング（上、左右、下） */
background: url(../image/emphasis_back2.gif) no-repeat top; /* セクションの背景 */
}
 /* 見出し */
#main div.emphasis h2 {
margin: 0 0 0.8em; /* 見出しのマージン（上、左右、下） */
font-size: 130%; /* 見出しの文字サイズ */
color: #000000; /* 見出しの文字色 */
}
 /* 段落 */
#main div.emphasis p {
margin: 0 0 1em; /* 段落のマージン（上、左右、下） */
line-height: 150%; /* 行の高さ */
}

/* --- ▲メインカラム内の設定終了 --- */


/* --- ▼サイドバー内の設定開始 --- */

/* --- サイドバー --- */
#nav {
	float: right; /* サイドバーの幅 */
	clear: left;
	width: 220px;
	overflow: hidden;
	text-align: center;
}

/* --- セクション（共通設定） --- */
#nav div.section {
margin-bottom: 10px; /* セクションの下マージン */
}
/* 見出し */
#nav div.section h2 {
margin: 0 0 0.7em; /* 見出しのマージン（上、左右、下） */
padding: 4px 6px; /* 見出しのパディング（上下、左右） */
font-size: 120%; /* 見出しの文字サイズ */
}
/* 段落 */
#nav div.section p {
margin: 0 4px 0.6em; /* 段落のマージン（上、左右、下） */
line-height: 130%; /* 行の高さ */
}

/* --- 標準セクション（グレー） --- */
#nav div.normal {
	background-color: #f9f9f9; /* セクションの背景色 */
	border: 1px solid #999; /* セクションの境界線 */
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
/* 見出し */
#nav div.normal h2 {
	background-color: #DAEFAD; /* 見出しの背景色 */
}

/* --- 強調セクション1（水色） --- */
#nav div.emphasis {
	border: 1px solid #CCC; /* セクションの境界線 */
}
#nav div.emphasis div.inner {
	background-repeat: repeat-x;
	background-position: top;
}
/* 見出し */
#nav div.emphasis h2 {
background-color: #ffffff; /* 見出しの背景色 */
}

/* --- 強調セクション2（グリーン） --- */
#nav div.strong {
	padding: 2px; /* セクションのパディング */
	border: 1px solid #666; /* セクションの境界線 */
}
#nav div.strong div.inner {
padding: 5px; /* 内部のパディング */
background: #a4d53b url(../image/box_back_green1.gif) repeat-x top; /* 内部の背景 */
}
/* 見出し */
#nav div.strong h2 {
background-color: #ffffff; /* 見出しの背景色 */
}

/* --- サブメニュー --- */
/* サブメニュー内の見出し */
#nav div.subMenu h2 {
margin: 0 0 2px; /* 見出しのマージン（上書き） */
padding: 20px 9px 6px; /* 見出しのパディング（上書き） */
border-bottom: 1px #4e83b3 solid; /* 見出しの下境界線 */
}
/* メニューエリア */
#nav div.subMenu ul.nl {
margin: 0;
padding: 0;
list-style-type: none;
}
/* メニュー項目 */
#nav div.subMenu ul.nl li {
margin-bottom: 2px; /* 項目の下マージン */
border-bottom: 1px #4e83b3 dotted; /* 項目の下境界線 */
}
/* リンクエリア */
#nav div.subMenu ul.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 12px 10px; /* リンクエリアのパディング（上下、左右） */
background: #ebf0f3 url(../image/ver_menu5_6off.gif) repeat-y right; /* リンクエリアの背景 */
color: #404040; /* 文字色 */
text-decoration: none; /* テキストの下線（なし） */
}
/* ポイント時の設定 */
#nav div.subMenu ul.nl li a:hover {
background: #ebf0f3 url(../image/ver_menu5_6on.gif) repeat-y right; /* ポイント時の背景 */
text-decoration: underline; /* テキストの下線（あり） */
}

/* --- お問い合わせ --- */
#nav div.contact {
	padding-bottom: 0.3em; /* セクションの下パディング */
	border: 1px solid #693;
}
/* 段落 */
#nav div.contact p {
margin-bottom: 0.4em; /* 段落の下マージン（上書き） */
}
/* 電話番号 */
#nav div.contact p.tel {
margin-bottom: 0.1em; /* 段落の下マージン（上書き） */
font-size: 150%; /* 電話番号の文字サイズ */
font-weight: bold; /* 文字の太さ（太字） */
color: #2b2b2b; /* 電話番号の文字色 */
}
/* フォームへのリンク */
#nav div.contact p.form {
margin-top: 0.7em; /* 段落の上マージン（上書き） */
padding: 3px; /* 段落のパディング（白フチの幅） */
background-color: #ffffff; /* 段落の背景色（白フチの色） */
border: 1px solid; /* 段落の境界線（太さ、スタイル） */
border-color: #e0e0e0 #cccccc #cccccc #e0e0e0; /* 段落の境界線色（上右下左） */
text-align: center;
line-height: 100%; /* 行の高さ（上書き） */
}
/* リンクエリア */
#nav div.contact p.form a {
	display: block;
	position: relative; /* IE6用 */
	padding: 12px 2px; /* リンクエリアの背景 */
	font-size: 14px; /* リンクエリアの文字サイズ */
	font-weight: bold; /* 文字の太さ（太字） */
	color: #ffffff; /* リンクエリアの文字色 */
	text-decoration: none; /* テキストの下線（なし） */
	text-align: center;
	background-color: #3f99b3;
	background-image: url(../../tada-farm1/a03b.gif);
	background-repeat: repeat-x;
	background-position: top;
}
/* ポイント時の設定 */
#nav div.contact p.form a:hover {
	background-color: #003;
	background-image: url(../../tada-farm1/a03.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-weight: bold;
	color: #FF3;
}

/* --- ▲サイドバー内の設定終了 --- */


/* --- 罫線 --- */
#content hr.clear {
	clear: right;
	margin: 0;
	visibility: hidden; /* 非表示 */
}

/* --- ▲コンテンツ内の設定終了 --- */


/* --- ▼フッタ内の設定開始 --- */

/* --- フッタ --- */
#footer {
	background-image: url(../image/foot_back1.gif);
	background-repeat: repeat-x;
	background-position: top;
	clear: both;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	border-top-width: 1px;
	border-bottom-width: 7px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #666;
}

/* --- フッタメニュー --- */
#footer ul.nl {
	padding: 0;
	list-style-type: none;
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
/* --- メニュー項目 --- */
#footer ul.nl li {
padding: 0 7px 0 11px; /* 項目のパディング（上右下左） */
background: url(../image/menu_triangle1.gif) no-repeat 0 0.2em; /* 項目の背景（マーカー） */
display: inline;
}
/* ガイドメニュー */
#footer ul.guide {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

/* --- アドレス・コピーライト --- */
#footer address {
	font-style: normal;
	line-height: 140%; /* 行の高さ */
	text-align: center;
}

/* --- ▲フッタ内の設定終了 --- */

/* --- ▼その他の設定開始 --- */

/* --- clearfix --- */
.clearFix:after {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearFix {

}

/* --- ▲その他の設定終了 --- */

/* --- 新着情報エリア --- */
div.update {
	width: 540px;
	float: right;
	margin-bottom: 10px;
}

/* --- 見出し --- */
div.update h3 {
	font-size: 16px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
	text-align: left;
	padding-left: 15px;
	letter-spacing: 2px;
	color: #4A6F00;
	clear: both;
	padding-bottom: 5px;
	background-color: #CCC;
	padding-top: 10px;
}
#container #page #content #main .update img {
	margin-left: 2px;
}


/* --- 新着リスト --- */
div.update dl {
	overflow: auto;
	margin: 0; /* 新着リストの下境界線 */
	text-align: left;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	height: 180px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}


/* --- 本文エリア --- */
div.update dd {
	line-height: 120%;
	letter-spacing: 1px;
	color: #333;
	font-size: 12px;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding-bottom: 5px;
	padding-left: 10px;
}
div.update dt {
	color: #060;
	text-align: left;
	padding-left: 10px;
	padding-top: 3px;
	font-size: 12px;
	line-height: 120%;
	margin-right: 0px;
	letter-spacing: 1px;
	margin-left: 0px;
	margin-top: 1px;
	background-color: #FFF;
	padding-bottom: 2px;
}
div.update2 {
    width: 950px;
    float: none;
    margin-bottom: 30px;
    margin-left: 5px;
}

/* --- 見出し --- */
div.update2 h3 {
	font-size: 16px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
	text-align: left;
	padding-left: 15px;
	letter-spacing: 2px;
	color: #4A6F00;
	clear: both;
	padding-bottom: 5px;
	background-color: #CCC;
	padding-top: 10px;
}
#container #page #content #main .update2 img {
	margin-left: 2px;
}


/* --- 新着リスト --- */
div.update2 dl {
	overflow: auto;
	margin: 0; /* 新着リストの下境界線 */
	text-align: left;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	height: 180px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}


/* --- 本文エリア --- */
div.update2 dd {
    line-height: 160%;
    letter-spacing: 1px;
    color: #333;
    font-size: 14px;
    background-color: #FFF;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    padding-bottom: 5px;
    padding-left: 10px;
}
div.update2 dt {
	color: #060;
	text-align: left;
	padding-left: 10px;
	padding-top: 3px;
	font-size: 12px;
	line-height: 120%;
	margin-right: 0px;
	letter-spacing: 1px;
	margin-left: 0px;
	margin-top: 1px;
	background-color: #FFF;
	padding-bottom: 2px;
}

.clearFix {
}
#content .container #nav .section.normal p {
	text-align: center;
	color: #366;
	font-size: 14px;
	margin-top: 2px;
	margin-bottom: 2px;
}
#content .container #nav .section.normal.contact p {
	text-align: left;
}
.nina {
}
#content .container #main .nina p {
	font-size: 12px;
	color: #000;
}

a:hover img{
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}


a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	color: #C33;
	text-decoration: none;
}
a:active {
	color: #008080;
	text-decoration: none;
}
.map {
	margin-bottom: 110px;
	
}
#main .map p {
	margin-right: 20px;
	font-size: 12px;
	line-height: 25px;
	color: #333;
	letter-spacing: 1px;
}
#main .map img {
	float: left;
	margin-right: 20px;
}
#main .map h2 {
	font-size: 14px;
	color: #360;
}
#main .map h3 {
	font-size: 14px;
	color: #360;
}

/* --- 表全体 --- */
table.example {
	width: 800px; /* 表の幅 */
	border: 1px #c0c0c0 solid; /* 大枠の境界線 */
	border-collapse: collapse;
	margin-left: 80px;
	margin-bottom: 30px;
}

/* --- 表タイトル --- */
table.example caption {
padding-bottom: 5px; /* 表タイトルの下パディング */
}

/* --- セル --- */
table.example th,
table.example td {
	border: 1px #c0c0c0 solid; /* セルの境界線 */
	padding-top: 12px;
	padding-right: 8px;
	padding-bottom: 12px;
	padding-left: 8px;
	font-size: 12px;
	color: #333;
	letter-spacing: 1px;
}

/* --- 1列目 --- */
table.example colgroup.item {
background-color: #ffffff; /* 1列目の背景色 */
}

/* --- 2列目以降 --- */
table.example colgroup.data {
background-color: #ffffff; /* 2列目以降の背景色 */
}

/* --- 見出しセル --- */
table.example thead th {
background-color: #ffffff; /* 見出しセルの背景色 */
text-align: center;
}

/* --- フッタセル --- */
table.example tfoot td {
background-color: #ffffff; /* フッタセルの背景色 */
}
.ast {
	margin-bottom: 50px;
	width: 800px;
	margin-left: 80px;
	
}
#main .ast p {
	font-size: 12px;
	line-height: 22px;
	color: #333;
	letter-spacing: 1px;
	margin-top: 0px;
}
#main .ast img {
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 30px;
	padding-top: 10px;
}
#main .ast h2 {
	font-size: 14px;
	color: #333;
	background-color: #CCC;
	padding-top: 6px;
	padding-bottom: 6px;
	border: 1px solid #999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 30px;
	letter-spacing: 5px;
}
.story {
	margin-bottom: 50px;
	width: 960px;
	
}
#main .story p {
	font-size: 12px;
	line-height: 22px;
	color: #333;
	letter-spacing: 1px;
	margin-top: 0px;
}
#main .story img {
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
}
#main .story h2 {
	font-size: 14px;
	color: #333;
	background-color: #CCC;
	padding-top: 8px;
	padding-bottom: 6px;
	border: 1px solid #999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 30px;
	letter-spacing: 2px;
}
/* --- 1列目 --- */
tabless.example colgroup.item {
background-color: #ffffff; /* 1列目の背景色 */
}

/* --- 2列目以降 --- */
tabless.example colgroup.data {
background-color: #ffffff; /* 2列目以降の背景色 */
}

/* --- 見出しセル --- */
tabless.example thead th {
background-color: #ffffff; /* 見出しセルの背景色 */
text-align: center;
}

/* --- フッタセル --- */
tabless.example tfoot td {
background-color: #ffffff; /* フッタセルの背景色 */
}
/* --- フッタセル --- */
tabless.example tfoot td {
background-color: #ffffff; /* フッタセルの背景色 */
}
.ast {
	margin-bottom: 30px;
	width: 800px;
	margin-left: 80px;
	
}
.winelist {
	margin-bottom: 110px;
	width: 320px;
	
}
#main .winelist p {
	margin-right: 20px;
	font-size: 12px;
	line-height: 25px;
	color: #333;
	letter-spacing: 1px;
}
#main .winelist img {
	float: left;
	margin-right: 20px;
}
#main .winelist h2 {
	font-size: 14px;
	color: #360;
}
#main .winelist h3 {
	font-size: 14px;
	color: #360;
}

/* --- リストエリア --- */
ul.thumbnail {
	width: 100%; /* リストエリアの幅 */
	min-width: 660px; /* リストエリアの最小幅（不要な場合は削除） */
	margin: 0; /* リストエリアのパディング（上、左右、下） */
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

/* --- リスト項目 --- */
ul.thumbnail li {
	width: 240px; /* 項目の幅 */
	float: left;
	margin: 0px;
}

/* --- 項目内容 --- */
ul.thumbnail dl {
	font-size: 13px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #333;
}

/* --- 写真エリア --- */
ul.thumbnail dt {
/* height: 102px; */ /* 写真エリアの高さ（dt要素の高さを指定する場合） */
margin-bottom: 5px; /* 写真エリアの下マージン */
}
ul.thumbnail dt img {
	padding-top: 50px;

}

/* --- キャプションエリア --- */
ul.thumbnail dd {
	margin: 0 0 3px; /* キャプションエリアのマージン（上、左右、下） */
	height: 6.5em; /* キャプションエリアの高さ */
	line-height: 200%;
	font-size: 13px;
}
.fontr {
	color: #F00;

}
/* --- 表全体 --- */
table.examplesc {
	width: 420px; /* 表の幅 */
	border: 1px #c0c0c0 solid; /* 大枠の境界線 */
	border-collapse: collapse;
	margin-bottom: 40px;
}

/* --- 表タイトル --- */
table.examplesc caption {
padding-bottom: 5px; /* 表タイトルの下パディング */
}

/* --- セル --- */
table.examplesc th,
table.examplesc td {
	border: 1px #c0c0c0 solid; /* セルの境界線 */
	padding-top: 7px;
	padding-right: 8px;
	padding-bottom: 7px;
	padding-left: 8px;
	font-size: 12px;
	color: #333;
	letter-spacing: 1px;
	font-weight: normal;
}


/* --- 1列目 --- */
table.examplesc colgroup.item {
background-color: #ffffff; /* 1列目の背景色 */
}

/* --- 2列目以降 --- */
table.examplesc colgroup.data {
background-color: #ffffff; /* 2列目以降の背景色 */
}

/* --- 見出しセル --- */
table.examplesc thead th {
background-color: #ffffff; /* 見出しセルの背景色 */
text-align: center;
}

/* --- フッタセル --- */
table.examplesc tfoot td {
background-color: #ffffff; /* フッタセルの背景色 */
}
/* --- 表全体 --- */
table.examplesc1 {
    width: 520px; /* 表の幅 */
    border: 1px #c0c0c0 solid; /* 大枠の境界線 */
    border-collapse: collapse;
    margin-bottom: 40px;
    margin-top: 20px;
}

/* --- 表タイトル --- */
table.examplesc1 caption {
padding-bottom: 5px; /* 表タイトルの下パディング */
}

/* --- セル --- */
table.examplesc1 th,
table.examplesc1 td {
    border: 1px #c0c0c0 solid; /* セルの境界線 */
    padding-top: 7px;
    padding-right: 8px;
    padding-bottom: 7px;
    padding-left: 8px;
    font-size: 12px;
    color: #333;
    letter-spacing: 1px;
    font-weight: normal;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 18px;
}


/* --- 1列目 --- */
table.examplesc1 colgroup.item {
background-color: #ffffff; /* 1列目の背景色 */
}

/* --- 2列目以降 --- */
table.examplesc1 colgroup.data {
background-color: #ffffff; /* 2列目以降の背景色 */
}

/* --- 見出しセル --- */
table.examplesc1 thead th {
background-color: #ffffff; /* 見出しセルの背景色 */
text-align: center;
}

/* --- フッタセル --- */
table.examplesc1 tfoot td {
background-color: #ffffff; /* フッタセルの背景色 */
}

.crt {
	padding-left: 125px;
	padding-top: 100px;
}
#content .container #main .crt img {
	float: left;
	padding-right: 40px;
}
.crtgf {
    padding-top: 100px;
    padding-bottom: 120px;
}
#content .container #main .crtgf img {
    float: left;
    padding-right: 40px;
    padding-left: 20px;
}
#content .container #main form {
	padding-left: 360px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#content .container #main formss {
	padding-left: 350px;
}
.carts {
	padding-top: 70px;
	padding-bottom: 70px;
}
#content .container .carts img {
	text-align: center;
	border: 1px solid #CCC;
	margin-left: 230px;

}
#content .container #main .wpw h2 {
	font-size: 14px;
	color: #696;
}

/* --- 入れ子にされたリスト用 --- */
ul.sitemap ul {
	padding: 0;
	list-style-type: none;
	margin: 0;
}

/* --- 全てのリスト項目 --- */
ul.sitemap li {
	line-height: 30px;
	background-image: url(file:///D|/tada-wine777/image/v_line6.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	padding-top: 1px;
	padding-right: 0;
	padding-left: 10px;
}

/* --- 2階層目のコンテナ --- */
ul.sitemap div.contentNav {
	width: 100%; /* コンテナの幅 */
	margin-top: 20px;
}

/* --- セクション（2階層目のリストエリア） --- */
ul.sitemap ul.section {
	width: 400px; /* セクションの幅 */
	float: left;
	margin-left: 50px;
}
ul.sitemap ul.separator {
background: url(v_separator.gif) repeat-y right top; /* セクション間の垂直区切り線 */
}

/* --- 2階層目以降のリスト項目 --- */
ul.sitemap ul.section li {
	background-image: url(file:///D|/tada-wine777/image/v_line6.gif);
	background-repeat: no-repeat;
	background-position: 5px 0.6em;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 20px;
	letter-spacing: 1px;
}

/* --- 3階層目以降のリストエリア --- */
ul.sitemap ul.section ul {
margin: 7px 0 0 8px; /* 3階層目以降のマージン（上右下左） */
font-weight: normal; /* 3階層目以降の文字をノーマルの太さに戻す */
}

/* --- 3階層目以降のリスト項目 --- */
ul.sitemap ul.section ul li {
	border-bottom: none; /* 3階層目以降の下境界線 上書き */
	background-image: url(file:///D|/tada-wine777/image/triangle6.gif);
	background-repeat: no-repeat;
	background-position: 0 0.8em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 12px;
}

/* --- 4階層目以降のリスト項目 --- */
ul.sitemap ul.section ul li li {
padding: 0 0 0 9px; /* 4階層目以降のパディング（上右下左）上書き */
background: url(square.gif) no-repeat 0 0.4em; /* 4階層目以降の背景 上書き */
}
#content .container #main .sitemap .contentNav.clearFix .section.separator li ul li a:link {
	color: #006;
	text-decoration: none;
}
#content .container #main .sitemap .contentNav.clearFix .section.separator li ul li a:visited {
	color: #006;
}
#content .container #main .sitemap .contentNav.clearFix .section.separator li ul li a:hover {
	color: #900;
}
#content .container #main .sitemap .contentNav.clearFix .section li ul li a:link {
	color: #006;
	text-decoration: none;
}
#content .container #main .sitemap .contentNav.clearFix .section li ul li a:visited {
	color: #006;
}
#content .container #main .sitemap .contentNav.clearFix .section li ul li a:hover {
	color: #900;
}
#content .container #main .sitemap .contentNav.clearFix .section.separator li a:link {
	color: #006;
	text-decoration: none;
}
#content .container #main .sitemap .contentNav.clearFix .section.separator li a:visited {
	color: #006;
}
#content .container #main .sitemap .contentNav.clearFix .section.separator li a:hover {
	color: #900;
}

#wrap{
	margin-top: 30px;
	margin-bottom: 60px;
	margin-right: auto;
	padding-left: 30px;
}
.smallimage {
	background-color : #fff;
	border: 1px solid #CCC;
	padding: 3px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0;
	clear: both;
}

/* --- 表全体 --- */
table.ex {
	width: 960px; /* 表の幅 */
	margin-bottom: 30px; /* 表の下マージン */
	border: 1px #c0c0c0 solid; /* 大枠の境界線 */
	border-collapse: collapse;
	font-size: 12px;
	margin-left: 0px;
}

/* --- 表タイトル --- */
table.ex caption {
	padding-bottom: 5px; /* 表タイトルの下パディング */
	font-size: 16px;
}

/* --- セル --- */
table.ex th,
table.example td {
/* width: 20%; */ /* セルの幅（セルの幅を均等にする場合） */
padding: 6px 8px; /* セルのパディング（上下、左右） */
border: 1px #c0c0c0 solid; /* セルの境界線 */
}

/* --- 見出しセル --- */
table.ex thead th {
	background-color: #EFD; /* 見出しセルの背景色 */
	text-align: center;
	font-size: 12px;
	color: #000;
	letter-spacing: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* --- フッタセル --- */
table.ex tfoot td {
background-color: #f5f5f5; /* フッタセルの背景色 */
}

/* --- データセル --- */
table.ex tbody td {
	background-color: #ffffff; /* データセルの背景色 */
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	color: #191946;
	letter-spacing: 1px;
	border: 1px solid #999;
	padding-left: 8px;
}
.sace {
	clear: both;
	padding-bottom: 20px;
}
.wsp {
	height: 240px;
	width: 520px;
	clear: both;
	margin-bottom: 30px;
	background-image: url(../image/ww02.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 20px;
	float: right;
}
.container #main #theea .wsp p {
	font-size: 12px;
	line-height: 20px;
	color: #000;
	margin-left: 30px;
	padding-top: 10px;
	letter-spacing: 1px;
	height: 250px;
	margin-right: 8px;
}
.crtw {
    padding-top: 0px;
    width: 100%;
    text-align: left;
}
.crtpcyz {
	font-size: 14px;
	color: #282828;
	letter-spacing: 1px;
	clear: both;
	font-weight: bold;
}
.crtpx {
	letter-spacing: 1px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	padding-left: 20px;
	line-height: 40px;
}
.crtpcy {
	font-size: 14px;
	color: #600;
	letter-spacing: 1px;
	clear: both;
	font-weight: bold;
}
#cartkkb {
	margin-left: 30px;
}
.off {
    font-size: 14px;
    color: #F00;
    line-height: 24px;
    margin: 0px;
    font-weight: normal;
    text-align: center;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
}
