@charset "Shift_JIS";

@media print {

body {
	zoom: 80%;
	}
}

	
/*
*	1.  YUI Fonts CSS
*	2.  YUI Reset CSS
*	3.  フォントサイズ設定
*	4.  サイト構造
*	5.  ヘッダ設定
*	6.  ヘッダメニュー設定
*	7.  TOPページ　コンテンツ設定
*	8.  フッター設定
*	9.  次ページ COMMON設定
*	10. お仕事一覧・詳細設定
*	12. 商品詳細覧設定
*	13. その他細かいの設定
*	14. スペース設定
*/

/*======================================

	1. YUI Fonts CSS
	*Copyright (c) 2006, Yahoo! Inc. All rights reserved.
	*http://developer.yahoo.com/yui/license.txt
	
	Font-size Adjustment
	77% = 10px	|	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|

=======================================*/

/* YUI Fonts CSS */
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
}

table {
	font-size:inherit;
	font:100%;
}

pre,code,kbd,samp,tt{
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}


/*======================================

	2. YUI Reset CSS
	*Copyright (c) 2006, Yahoo! Inc. All rights reserved.
	*http://developer.yahoo.com/yui/license.txt
	
=======================================*/

body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img {
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}



caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym {
	border:0;
	font-variant:normal;
}

sup {
	vertical-align:text-top;
}

sub {
	vertical-align:text-bottom;
}

input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

input,textarea,select {
	*font-size:100%;
}

legend {
	color:#000;
}


/*======================================

	3. フォント設定
	
=======================================*/

p,
pre,
cite,
blockquote {
	font-size: 100%;
}

li,dt,dd {
	font-size: 100%;
}

* {
	line-height: 1.5;
	font-style: normal;
}

strong {
	font-weight:bold;
}


/*======================================

	4. サイト構造
	
=======================================*/

body {
	margin: 0;
	padding: 0;
	color: #666;
	font-family: "ＭＳ Ｐゴシック", Osaka, "Trebuchet MS", Arial, Helvetica, sans-serif;
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}



/*======================================

	5. ヘッダ設定
	
=======================================*/


#header {
	margin: 0 auto;
	padding: 0 5px;
	width: 915px;
	height: 97px;
	background-image: url(../img/header-bg.gif);
}

#header-logo {
	margin: 0;
	padding: 18px 0 0 36px;
	width: 218px;
	height: 79px;
	float: left;
	background-image: url(../img/logo.png);
	background-position: right;
	background-repeat: no-repeat;
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
}

#header-logo a {
	display: block;
	width: 218px;
	height: 79px;
	}

#header-logo span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	}
#header-logo img {
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
}

#header-catch {
	padding: 10px 22px 0 0;
	float: right;
	width: 570px;
}

#header-catch img {
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
}

#header-catch p {
	color: #F4F2DE;
	font-size: 85%;
	line-height: 120%;
}


/*======================================

	6. ヘッダメニュー設定
	
=======================================*/

#menu{
	margin: 0 auto;
	padding: 0 5px 0 25px;
	width: 895px;
	height: 50px;
	background-image: url(../img/menu-bg.gif);
	}

#menu ul {
	margin: 0;
	padding: 0;
	list-style:none;
	}

#menu li, #menu a {
	display:block;
	height:50px;
	}

#menu li {
	float: left;
	}
	
#menu a {
	text-decoration: none;
	background: url(../img/menu.gif) no-repeat;
	/*\*/
	overflow: hidden;
	/**/
	}

#menu span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	}

#menu01 a{
	background-position: 0 0;
	width: 116px;
	}

#menu01 a:hover{
	background-position: 0 -55px;
	}
	
#menu01 a:active{
	background-position: 0 -55px;
	}

#menu02 a{
	background-position: -116px 0;
	width: 117px;
	}

#menu02 a:hover{
	background-position: -116px -55px;
	}
	
#menu02 a:active{
	background-position: -116px -55px;
	}

#menu03 a{
	background-position: -233px 0;
	width: 117px;
	}

#menu03 a:hover{
	background-position: -233px -55px;
	}
	
#menu03 a:active{
	background-position: -233px -55px;
	}

#menu04 a{
	background-position: -350px 0;
	width: 117px;
	}

#menu04 a:hover{
	background-position: -350px -55px;
	}
	
#menu04 a:active{
	background-position: -350px -55px;
	}

#menu05 a{
	background-position: -467px 0;
	width: 117px;
	}

#menu05 a:hover{
	background-position: -467px -55px;
	}
	
#menu05 a:active{
	background-position: -467px -55px;
	}

#menu06 a{
	background-position: -584px 0;
	width: 116px;
	}

#menu06 a:hover{
	background-position: -584px -55px;
	}
	
#menu06 a:active{
	background-position: -584px -55px;
	}



/*======================================

	7. TOPページ　コンテンツ設定
	
=======================================*/

#top-image {
	margin: 0 auto;
	padding: 0 5px;
	width: 915px;
	height: 315px;
	background-image: url(../img/bg.gif);
}


#top-contents {
	margin: 0 auto;
	padding: 0 5px;
	width: 915px;
	text-align: left;
	background-image: url(../img/main-bg.gif);
}


#top-contents-left {
	margin: 0;
	padding: 22px 0 0 16px;
	width: 633px;
	text-align: left;
	float: left;
}


#top-contents-right {
	margin: 0;
	padding: 22px 16px 0 0;
	width: 228px;
	text-align: left;
	float: right;
}

#top-contents-bottom {
	padding: 36px 20px 10px 0;
	text-align: right;
	background-image: url(../img/footer-bg2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width:895px;
	clear:both;
}

#top-contents-bottom a {
	color: #666666;
	text-decoration: none;
}

#top-contents-bottom a:hover {
	color: #6A0709;
}


/*----- メインバナー設定 -----*/

#top-main-banner {
	margin: 0;
	padding: 0;
}


/*----- 新着設定 -----*/

#top-news {
	margin: 22px 0;
	padding: 0;
}

#top-news p{
	margin: 0;
	padding: 0;
}

#top-news-contents {
	padding: 10px;
	background: url(../img/news-bg.gif) no-repeat;
	height: 235px;
}


/*----- レストラン -----*/

#top-restaurant {
	margin: 0;
	padding: 0;
	width: 228px;
	text-align: left;
	float: left;
}

#top-restaurant p{
	margin: 0;
	padding: 0;
}

#top-restaurant-contents {
	padding: 10px;
	background: url(../img/restaurant-bg.gif) no-repeat;
	height: 175px;
}


/*----- おすすめ -----*/
#top-recommened {
	margin: 0;
	padding: 0;
	width: 382px;
	text-align: left;
	float: right;
}

#top-recommened p{
	margin: 0;
	padding: 0;
}

#top-recommened-contents {
	padding: 10px;
	background: url(../img/recommened-bg.gif) no-repeat;
	height: 175px;
}


/*----- モバイルサイト -----*/
#top-mobile {
	margin: 0;
	padding: 13px 0;
}


/*----- ブログバナー -----*/

#top-blog {
	margin: 0;
	padding: 0;
	width: 228px;
	text-align: left;
	float: left;
}

#top-blog p{
	margin: 0;
	padding: 0;
}

#top-blog-contents {
	padding: 10px 12px;
	background: url(../img/blog-bg.gif);
}

#top-blog-contents img{
	margin: 10px 0 0 0;
}


/*======================================

	8. フッター設定
	
=======================================*/


#footer {
	margin: 0 auto;
	padding: 0 5px;
	width: 915px;
	height: 224px;
	background-image: url(../img/footer-bg.gif);
}

#footer-left {
	margin: 0;
	padding: 24px 20px 0 16px;
	width: 258px;
	text-align: center;
	float: left;
}

#footer-center {
	margin: 0;
	padding: 50px 0 0 0;
	float: left;
	font-size: 85%;
}

#footer-right {
	margin: 0;
	padding: 36px 43px 0 0;
	float: right;
}

#footer-bottom {
	clear: both
}


/*======================================

	9. 次ページ COMMON設定
	
=======================================*/

#main-image {
	margin: 0 auto;
	padding: 0 5px;
	width: 915px;
	background-image: url(../img/bg.gif);
}


#contents {
	margin: 0 auto;
	padding: 0 5px;
	width: 915px;
	text-align: left;
	background-image: url(../img/main-bg.gif);
}


#contents-left {
	margin: 0;
	padding: 22px 0 0 16px;
	width: 228px;
	text-align: left;
	float: left;
}


#contents-right {
	margin: 0;
	padding: 22px 16px 0 0;
	width: 633px;
	text-align: left;
	float: right;
}

#contents-bottom {
	padding: 36px 20px 10px 0;
	text-align: right;
	background-image: url(../img/footer-bg2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width:895px;
	clear:both;
}

#contents-bottom a {
	color: #666666;
	text-decoration: none;
}

#contents-bottom a:hover {
	color: #6A0709;
}
	

.contents-inner {
	padding: 10px 15px;
	background-image: url(../img/contents-bg.gif);
}

.contents-inner h4 {
	margin: 30px 0 5px 0;
	border-bottom: 2px dotted #999999;
	color: #B00003;
	font-weight: bold;
	font-size: 114%;
	clear: both;
}

.contents-inner h4 a{
	color: #B00003;
	font-weight: bold;
	font-size: 114%;
	text-decoration: none;
}

.contents-inner-title {
	margin: 0;
	padding: 30px 0 0 80px;
	height: 49px;
	background-image: url(../img/contents-title.gif);
	color: #FFFFFF;
	font-size: 136%;
	font-weight: bold;
}

.contents-inner-bottom {
	margin: 0;
	padding: 0;
	clear: both;
}

.contents-height {
	min-height: 150px;
	_height: 150px;		/* IEのみに適用される(undesr score hack) */

}

.contents-height2 {
	min-height: 225px;
	_height: 225px;		/* IEのみに適用される(undesr score hack) */

}



/*======================================

	8. サブメニュー設定
	
=======================================*/

#sub-menu {
	margin: 0 4px 30px 4px;
	padding: 0;
	width: 220px;
	}

#sub-menu ul {
	margin: 0;
	padding: 0;
	list-style:none;
	}

#sub-menu li {
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #CCCCCC;
	}

#sub-menu li,
#sub-menu a {
	display: block;
	widows: 197px
	}

#sub-menu a {
	margin: 0;
	padding: 10px 5px 8px 18px;
	background-image: url(../img/sub-menu-bg.gif);
	height: 18px;
	text-decoration: none;
	color: #666666;
	line-height: 1.2;
	}

#sub-menu a:hover{
	color: #B00003;
	background-image: url(../img/sub-menu-bg2.gif);
	}


/*======================================

	10. RSS
	
=======================================*/

.rss-info {
	margin: 0 10px;
	padding: 0;
	}

.rss-info table {
	width: 100%;
	border-collapse: collapse;
	}

.rss-info th,
.rss-info td {
	padding: 3px;
	border-bottom: 1px dotted #999999;
	}

.rss-info th {
	color: #B00003;
	font-weight: bold;
	}

.rss-info a {
	color: #666666;
	text-decoration: none;
	}

.rss-info a:hover {
	color: #B00003;
	}

.rss-lacave {
	margin: 0 13px;
	text-align: center;
	color: #B00003;
	font-weight: bold;
	line-height: 100%;
	}

.rss-wine-title {
	color: #B00003;
	font-weight: bold;
	}



/*======================================

	10. 歴史年譜
	
=======================================*/


.history-title table {
	width: 100%;
	border-collapse: collapse;
	}

.history-title td,
.history-title th {
	padding: 5px;
	border: 1px solid #CCCCCC;
	}

.history-title th {
	text-align: center;
	height: 40px;
	background-color: #F5F5F5;
	color: #6B0709;
	}


/*======================================

	11. 会社案内
	
=======================================*/


.company-table table {
	width: 100%;
	border-collapse: collapse;
	}

.company-table td, 
.company-table th {
	padding: 5px;
	border: 1px solid #CCCCCC;
	}

.company-table th {
	text-align: center;
	background-color: #F5F5F5;
	color: #6B0709;
	}



/*======================================

	11. 過去の社長ブログ
	
=======================================*/

.blog-contents-inner {
	padding: 10px 15px;
	background-image: url(../img/contents-bg.gif);
}

.blog-contents-inner h4 {
	margin: 30px 0 5px 0;
	border-bottom: 2px dotted #999999;
	color: #B00003;
	font-weight: bold;
	font-size: 114%;
	clear: both;
}

.blog-contents-inner img {
	margin: 0 0 0 10px;
}

.blog-contents-inner td {
	padding: 0 0 10px 0;
}



/*======================================

	11. ワイナリー紹介
	
=======================================*/

.winery-table img {
	margin: 0 5px 10px 0;
}





/*======================================

	11. BLOG設定
	
=======================================*/

.blog-contents-inner {
	padding: 10px 15px;
	background-image: url(../img/contents-bg.gif);
}

.blog-contents-inner h4 {
	margin: 30px 0 5px 0;
	border-bottom: 2px dotted #999999;
	color: #B00003;
	font-weight: bold;
	font-size: 114%;
	clear: both;
}

.blog-contents-inner h4 a{
	color: #B00003;
	font-weight: bold;
	font-size: 114%;
	text-decoration: none;
}

.blog-contents-inner p{
	margin: 0 0 12px 0;
}

.blog-contents-inner-title {
	margin: 0;
	padding: 30px 0 0 80px;
	height: 49px;
	background-image: url(../img/contents-title.gif);
	color: #FFFFFF;
	font-size: 136%;
	font-weight: bold;
}

.blog-contents-inner-bottom {
	margin: 0;
	padding: 0;
	clear: both;
}


.entry-date {
	padding: 0 0 15px 0;
	text-align: right;
}

.entry-footer-info {
	padding: 0 0 20px 0;
	border-top: 1px solid #CCCCCC;
	text-align: right;
}

.blog-rss {
	padding: 30px 0;
	text-align: center;
}

.pager-bottom {
	text-align: center;
}


/*======================================

	12. 各種フォーム設定
	
=======================================*/

.contact-style table {
	margin: 0 0 10px 0;
	border-collapse: collapse;
	}

.contact-style td,
.contact-style th {
	padding: 10px 5px;
	border-bottom: 1px solid #CCCCCC;
	}

.contact-style th {
	color: #D7007F;
	text-align: right;
	width: 135px;
	}

.contact-attention {
	color: #CC0000;
	}
	
.contact-privacy {
	margin: 0 0 20px 0;
	padding: 10px;
	border: 3px double #ECCBA4;
	background-color: #F9F2DC;
	}



/*======================================

	13. 過去のイベント
	
=======================================*/

.event-list td {
	padding: 5px;
	border-bottom: 1px dotted #CCCCCC;
	}

.event-list th {
	padding: 5px;
	border-bottom: 1px dotted #CCCCCC;
	width: 200px;
	color: #A30010;
	font-weight: bold;
	}

.event-title {
	margin: 0px;
	padding: 0px;
	border-bottom: 2px solid #A20010;
	font-size: 122%;
	font-weight: bold;
	}

.event-pic {
	margin: 0 0 20px 0;
	width: 158px;
	}

.event-pic a {
	padding: 3px;
	border: 1px solid #999999;
	display:block;
	}

.event-pic a:hover {
	border: 1px solid #FF0000;
	}
	

/*======================================

	13. その他細かいの設定
	
=======================================*/

/*----- イメージ設定 -----*/
.img-right {
	padding: 5px;
	float: right;
}

.img-left {
	padding: 5px;
	float: left;
}

.img-middle {
	vertical-align: middle;
}


/*----- TEXT寄せ設定 -----*/
.text-right {
	text-align:right;
}

.text-center {
	text-align:center;
}


/*----- 通常のリスト設定 -----*/
.basic-number {
	list-style-position: inside;
	list-style-type: decimal;
}

.basic-list {
	list-style-type: square;
}


.text-green {
	color: #336600;
}

/*======================================

	14. スペース設定
	
=======================================*/

.bottom-space5{
	padding-bottom: 5px;
}

.bottom-space10{
	padding-bottom: 10px;
}

.bottom-space15{
	padding-bottom: 15px;
}

.bottom-space20{
	padding-bottom: 20px;
}

.bottom-space30{
	padding-bottom: 30px;
}

.top-space5{
	padding-top: 5px;
}

.top-space10{
	padding-top: 10px;
}

.top-space15{
	padding-top: 15px;
}

.top-space20{
	padding-top: 20px;
}

.top-space30{
	padding-top: 30px;
}
