@charset "utf-8";
/* CSS Document */

body {
	background-color: #e1bb91;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 16px;
	color: #272525;
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3";
}

h1,h2,h3,h4,h5 {	margin: 0px;	padding: 0px;}
a img {	border-style: none;}

a:link {	text-decoration: none;	color: #5d0000;}
a:visited {	text-decoration: none;	color: #5d0000;}
a:hover {	text-decoration: underline;	color: #2F0000;}
a:active {	text-decoration: underline;	color: #2F0000;}

/*TOPページ*/
#top {
	background-color: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-color: #71563c;
	position: relative;
}
#header {	border-bottom: 8px solid #e2ccb4;}
#header h1,#header #main_title {	font-size: 100%;	padding: 10px 0 0 20px;	height: 30px;}
#header h1 a,#header #main_title a {	color: #4b1f27;}
#header #tel {	position: absolute;	left: 588px;	top: 0px;}

@media screen and (max-width: 767px) {
#top { width: 100%;}
#header #tel {display: none;}


}

#main_fla {
	background-image: url(../images/main_fla_bg.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 262px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #110300;
	text-align: center;
}
#main_fla #fla_area { background:url(../images/main.jpg) no-repeat center 0;}
#catch {
	margin-bottom:20px;
	padding:0 10px;
	background:url(../images/catch_bg.gif) 0 0 repeat-x;
	background-color:#EFDBC3;
	border:1px solid #EED9BC;
}
#catch strong {	font-weight: normal;	color: #340000;}
#top_left {	float: left;	width: 350px;}
#top_right {	float: right;	width: 350px;}
.top_menu {
	background-image: url(../images/top_left_bg.gif);
	clear: both;
	padding-bottom: 5px;
	margin-bottom:15px;
}
.top_menu h2 {
	display: block;
	height: 24px;
	width: 350px;
	border-bottom: 5px solid #2f0000;
}
.recomend {	background-image: url(../images/top_h2_01.gif);	background-repeat: no-repeat;}
.wine {	background-image: url(../images/top_h2_02.gif);	background-repeat: no-repeat;}
.launch {	background-image: url(../images/top_h2_04.gif);	background-repeat: no-repeat;}
.blog {	background-image: url(../images/top_h2_05.gif);	background-repeat: no-repeat;}
.blog a {	display: block;	height: 24px;	width: 350px;}

#recomend_bg {
	background-image: url(../images/recomend_board_bg.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding: 0 0 0 9px;
	margin: 0 0 10px 0;
	width: 336px;
}
#recomend_inner {
	background-image: url(../images/recomend_board_photo.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 3px 20px 3px 15px;
	color: #FFFFFF;
}
#recomend_inner ul,#launch_menu ul {	padding: 0px;	margin: 2px 0;}
#recomend_inner li,#launch_menu li {	list-style-type: square;	margin: 0 0 0 20px;	padding: 0px;}
#recomend_wine {
	background-image: url(../images/recomend_wine_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size:10px;
	margin: 5px 0 5px 8px;
/*ワイン5本の場合*/
	padding: 10px 0 0 5px;
	height: 100px;
	width: 326px;
/*ワイン4本の場合
	padding: 6px 0 0 10px;
	height: 69px;*/
/*ワイン3本の場合
	padding: 6px 0 0 10px;
	height: 71px;
	width: 326px;*/
}
#recomend_wine li {	list-style-type: none;}
#top_inquiry {	padding-bottom: 15px;}

#news {}
#news h2 {	background-image: url(../images/top_h2_03.gif);	height: 24px;	width: 350px;}
#news_text {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #f0d9c0;
	margin-bottom: 15px;
	background-image: url(../images/top_news_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 10px;
}
#news_text  ul {	margin: 0px;	padding: 0px;}
#news_text  li {
	padding-bottom: 3px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #e8ceb2;
	list-style-type: none;
}
#news_text  li p { padding:0 !important; margin:0;}
#news_text  li .date { float:left; width:55px;}
#news_text  li .text_area { float:right; width:272px;}


.top_menu h2 em,#news h2 em {display: none;}
#launch_menu {
	background-image: url(../images/launch_bg.jpg);
	background-repeat: repeat-y;
	margin-top: 5px;
	margin-left: 8px;
}
#launch_menu_inner {
	background-image: url(../images/launch_footer.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-right: 15px;
	padding-left: 7px;
	padding-bottom: 10px;
}

#recomend_mobile {
	background-image: url(../images/recomend_mobile_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 98px;
	width: 310px;
	padding-top: 12px;
	padding-left: 26px;
	margin-top: 5px;
	margin-left: 7px;
	margin-bottom: 5px;
}
#recomend_mobile a {	color: #230909;	font-size: 10px;}

/*サブページ*/
#contents {	width: 720px;	margin-right: auto;	margin-left: auto;	padding-top: 9px;}
#pan {	padding-left: 15px;}
#pan a {	color: #5d0000;}
#lead_img {	padding-top: 15px;}
.sub_title,.sub_title02{
	font-size: 22px;
	background-image: url(../images/sub_h1_bg.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	background-position: left top;
	height: 38px;
	padding-left: 18px;
	font-family: "ヒラギノ明朝 Pro W6","PMingLiU", serif;
	line-height: 150%;
	padding-top: 3px;
}
/*body:first-of-type .sub_title {	letter-spacing: -0.3em;}
body:first-of-type .sub_title02 {	letter-spacing: 0em;}*/
#sub_contents {
	border: 1px solid #e1bb91;
	margin-top: 15px;
	background-image: url(../images/sub_contents_bg.jpg);
	background-repeat: repeat-x;
	background-color: #fffbf7;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#sub_contents .concept {
	line-height: 180%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	width: 580px;
	font-size: 14px;
}
#concept_all {
	background-image: url(../images/concept_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 150px;
}
#concept_all strong {
	font-weight: normal;
	color: #340000;
}
#sub_contents_menu {
	background-image: url(../images/sub_contents_bg.jpg);
	background-repeat: repeat-x;
	background-color: #fffbf7;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #e1bb91;
	border-left-color: #e1bb91;
	background-position: left top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-color: #e1bb91;
	border-right-color: #e1bb91;
	padding: 20px;
	clear: left;
}
#sub_contents h2,#sub_contents_menu h2 {
	font-family: "ヒラギノ明朝 Pro W6","PMingLiU",serif;
	background-image: url(../images/h2_menu_line.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 16px;
	line-height: 150%;
	padding-left: 3px;
	color: #2f0000;
}
/*body:first-of-type #sub_contents h2 {	letter-spacing: -0.3em;}
body:first-of-type #sub_contents_menu h2 {	letter-spacing: -0.3em;}*/

#sub_contents_menu h3,#sub_contents h3 {
	font-size: 14px;
	margin-top: 5px;
	margin-left: 10px;
	background-color: #74401B;
	padding: 7px 8px 5px;
	color: #FFFFFF;
	font-family: serif;
}
#sub_page_lead,.sub_page_lead {	padding-top: 15px;	padding-right: 20px;	padding-left: 20px;}
#menu_tab {
	padding: 0px;
	width: 719px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/menu_tab_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 28px;
}
#menu_tab li {	list-style-type: none;	float: left;	margin: 0px;	padding: 0px;	height: 28px;}
.menu_table {
	border-style: none;
	width: 650px;
	margin-left: 20px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.menu_table td,.menu_table th {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #e0ccb6;
	padding: 4px;
	text-align: left;
	vertical-align:top;
}
.menu_table .price {
	width: 100px;
	vertical-align: top;
	text-align: right;
	padding-right: 10px;
}
.menu_table p {
	padding-left: 15px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	font-weight: normal;
}
.menu_photo {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
}
.menu_photo img {	margin-right: 5px;	margin-left: 5px;}
#access {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	background-color: #E1BB91;
}
#access th {
	padding: 4px;
	vertical-align: top;
	text-align: right;
	width: 70px;
	background-color: #74401B;
	color: #FFFFFF;
}
#access td {	padding: 4px;	background-color: #FFFFFF;}
#open th {
	font-weight: normal;
	width: 90px;
	text-align: left;
	padding: 0px;
	background-color: #FFFFFF;
	color: #272525;
}
#open td {	vertical-align: top;	padding: 0px;}
.recruit {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	background-color: #E1BB91;
	margin-top: 15px;
	margin-bottom:30px;
	font-size:14px; line-height:160%;
}
.recruit  th {
	padding: 8px;
	vertical-align: top;
	text-align: right;
	width: 140px;
	background-color: #74401B;
	color: #FFFFFF;
}
.recruit  td {	padding: 8px;	background-color: #FFFFFF;}
#sitemap {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	width: 150px;
	line-height: 200%;
	padding-left: 20px;
	padding-bottom: 15px;
}
#sitemap li {}
#sitemap_sub {	font-weight: normal;	margin-left: 15px;	padding: 0px;}
#sitemap_sub li {}
.staff_info {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 11px;
	margin-bottom: 30px;
}
.staff_info td {	vertical-align: top;	padding: 4px;}
.staff_data {
	width: 360px;
	margin-right: auto;
	margin-left: auto;
	background-color: #E1BB91;
}
.staff_data th {
	vertical-align: top;
	text-align: right;
	width: 50px;
	background-color: #74401B;
	color: #FFFFFF;
	padding: 4px;
}
.staff_data td {	background-color: #FFFFFF;}
.staff_history {	margin: 0px;	list-style-type: square; padding:0;}
.staff_history li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
/*共通*/
#navi {
	font-family: "ヒラギノ明朝 Pro W3","Batang",  serif;
	font-size: 16px;
	background-image: url(../images/navi_bg.gif);
	background-repeat: repeat-x;
	height: 28px;
	padding-right: 40px;
	padding-left: 40px;
	color: #FFFFFF;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #110300;
	background-position: left bottom;
	margin-bottom: 9px;
	font-weight: bold;
}
body:first-of-type #navi {	letter-spacing: 0em;}
#navi a {	color: #FFFFFF;}
#navi a:hover {	text-decoration: none;	color: #E0FF0A;}
#navi ul {
	margin: 0px;
	padding: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #620000;
}
#navi li {
	margin: 0px;
	padding-top: 4px;
	padding-right: 21px;
	padding-bottom: 8px;
	padding-left: 21px;
	list-style-type: none;
	background: url(../images/navi_bottun_off.gif) repeat-x 0 0;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #620000;
}
#navi .navi_on {
	background-image: url(../images/navi_bottun_on.gif);
	background-repeat: repeat-x;
}
#news_window {	background-color: #FFFFFF;	padding: 15px;}

#pagetop {	text-align: right;	padding-top: 15px;	padding-right: 20px;}
#pagetop a {	color: #110300;}
#footer {	padding-top: 18px;}

#footer_link {
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ba9e97;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer_link a {
	font-weight: bold;
	color: #230909;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(../images/icon_link.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#footer_inner {
	background-color: #200000;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #110300;
	padding: 10px;
	font-size: 85%;
	color: #FFFFFF;
	height: 94px;
	line-height: 12px;
}
#footer_logo {	float: left;	width: 90px;}
#footer_copyright {	float: left;	padding-top: 28px;}
#footer_open {	float: right;}

.page_navi { padding:0; margin:0 0 15px;}
.page_navi li { display:inline-block; list-style:none;margin-right:5px; border:1px solid #e1bb91; border-top:none; background:#e1bb91; color:#fff;}
.page_navi li a { display:block; padding:10px 15px; background:#fff;}
.page_navi li.now { padding:10px 20px;}

.clear {	clear: both;}
.img0 {	margin: 0px;	padding: 0px;}
.attention {	color: #a91c1c;}
.nomal {	font-weight: normal;}
.small {	font-size: 85%;}
.sp_banner {	padding-bottom: 15px;}
.nomal_text { padding-left:10px; padding-right:10px;}

/*ポルチーニ特集*/
#sub_contents_porcini {
	border: 1px solid #e1bb91;
	margin-top: 15px;
	background-image: url(../sp/images/porcini_bg.jpg);
	background-repeat: no-repeat;
	background-color: #fffbf7;
	padding-top: 102px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-position: 0px 0px;
	font-size: 14px;
	line-height: 160%;
	width: 678px;
}
#sub_contents_porcini h1 {
	background-image: url(../sp/images/porcini_h1.jpg);
	background-repeat: no-repeat;
	height: 175px;
	width: 680px;
	background-position: -1px 0px;
}
#sub_contents_porcini h1 em,#sub_contents_porcini h2 em {	display: none;}
#sub_contents_porcini h2 {
	background-repeat: no-repeat;
	height: 36px;
}
#sub_contents_porcini #h2_1 {	background-image: url(../sp/images/porcini_h2_1.jpg);}
#sub_contents_porcini #h2_2 {	background-image: url(../sp/images/porcini_h2_2.jpg);}
#sub_contents_porcini #h2_3 {	background-image: url(../sp/images/porcini_h2_3.jpg);}
#sub_contents_porcini #h2_4 {	background-image: url(../sp/images/porcini_h2_4.jpg);}
#sub_contents_porcini p {		padding: 15px 20px 30px 20px;	margin: 0px;}
#sub_contents_porcini .photo_right1 {	float: right;	margin-left: 20px;	margin-right: 5px;}
#sub_contents_porcini .photo_right2 {	float: right;	margin-left: 20px;	margin-right: 25px;}
#sub_contents_porcini  .photo_center {	text-align: center;	padding-top: 0px;}
#sub_contents_porcini  .photo_center img {	margin-right: 5px;	margin-left: 5px;}
#top_sp_banner {
	padding-bottom: 15px;
}



/*忘年会・新年会*/
#sub_contents_ye_party {
	background-image: url(../sp/images/ye_party_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 9px;
	border: 1px solid #e1bb91;
	background-color: #FFFCF7;
	width: 700px;
}
#sub_contents_ye_party h1 {
	background-image: url(../sp/images/ye_party_h1.jpg);
	background-repeat: no-repeat;
	height: 120px;
	width: 632px;
	background-position: 1px 5px;
	margin-right: auto;
	margin-left: auto;
}
#sub_contents_ye_party h1 em,#ye_party_text em,#sub_contents_pasta h1 em,#sub_contents_pasta_sub h1 em {	display: none;}
#sub_contents_ye_party h2 {
	background-repeat: no-repeat;
	height: 36px;
}

#ye_party_text {
	background-image: url(../sp/images/ye_party_text.jpg);
	background-repeat: no-repeat;
	background-position: 0px 25px;
	display: block;
	height: 225px;
	width: 439px;
	float: left;
}

#ye_party_photo {	float: right;	padding-top: 25px;	padding-bottom: 10px;}
#party_menu {
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
}
#party_menu h2 {
	text-align: center;
	padding-bottom: 5px;
}
#party_menu h3 {
	color: #540d0d;
	font-size: 150%;
	text-align: center;
	margin: 0px;
	padding-top: 10px;
}
#party_menu h3 .price {
	font-size: 70%;
	font-weight: normal;
	color: #333333;
	padding-left: 10px;
}
#party_menu .kind {
	text-align: center;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#party_menu h4 {
	font-size: 100%;
	color: #FFFFFF;
	background-color: #ee9200;
	padding-left: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#party_menu h4 span {
	font-weight: normal;
	color: #FF0000;
	padding-left: 10px;
	font-size: 90%;
}
#party_menu p {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#sub_contents_ye_party .etc,#sub_contents_xmas2009 .etc,#sub_contents_xmas2010 .etc,#sub_contents_ye_party2011 .etc,#sub_contents_xmas2011 .etc .etc,#sub_contents_xmas2012 .etc {
	width: 480px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 20px;
	border: 1px solid #C28D34;
	margin-top: 15px;
}
#sub_contents_ye_party .etc p,#sub_contents_xmas2009 .etc p,#sub_contents_xmas2010 .etc p,#sub_contents_ye_party2011 .etc p,#sub_contents_ye_party2012 .etc p {
	margin: 0px;
	padding-bottom: 10px;
}
#sub_contents_ye_party .inquiry,#sub_contents_ye_party2011 .inquiry ,#sub_contents_ye_party2012 .inquiry{
	text-align: center;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}

/*忘年会2011*/
#sub_contents_ye_party2011 {
	background-image: url(../sp/images/ye_party_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 9px;
	border: 1px solid #e1bb91;
	background-color: #FFFCF7;
	width: 700px;
}
#sub_contents_ye_party2011 h1 {
	background-image: url(../sp/images/ye_party2011_h1.jpg);
	background-repeat: no-repeat;
	height: 130px;
	width: 632px;
	background-position: 1px 5px;
	margin-right: auto;
	margin-left: auto;
}

#sub_contents_ye_party2011 h1 em,#ye_party_text2011 em,#sub_contents_pasta2011 h1 em,#sub_contents_pasta2012 h1 em {	display: none;}
#sub_contents_ye_party h2 {
	background-repeat: no-repeat;
	height: 36px;
}
#ye_party_photo2011 {	float: right;	padding: 15px 0 0 10px;}
#ye_party_text2 { font-family:"メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; line-height:180%; font-size:120%;}
#ye_party_text2 strong { color:#7e1414;}



/*バックナンバー用*/
#sp_backno {	font-weight: bold;	text-align: right;	padding-bottom: 15px;}
#backno_list {	margin: 0px;	padding: 10px 15px 30px 15px;}
#backno_list a {	font-weight: bold;	padding-right: 10px;}
#backno_list li {	border-bottom: 1px dashed #E1BB91;	padding: 5px 0;}

/*クリスマス2009*/
#sub_contents_xmas2009 {
	background-image: url(../sp/images/xmas2009_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 9px;
	border: 1px solid #e1bb91;
	background-color: #FFFCF7;
	width: 700px;
}

#sub_contents_xmas2009 h1 em,#xmas2009_text em,#xmas2009_menu h2 em {	display: none;}
#sub_contents_xmas2009 h1 {	background:url(../sp/images/xmas2009_h1.jpg) 0 0 no-repeat;	width:700px;	height:129px;}
#xmas2009_text {	background:url(../sp/images/xmas2009_text.jpg) 0 -10px no-repeat;	width:700px;	height:120px;}
#xmas2009_menu {	margin-top:20px;}
#xmas2009_menu h2 {	background:url(../sp/images/xmas2009_h2.gif) 0 0 no-repeat;	width:700px;	height:75px;}
.xmas_menu-l {	width:430px;	float:left;}
.xmas_menu-r {	width:250px;	padding:10px 10px 0;	float:right;}
#xmas2009_menu .menu_table {
	border-style: none;
	width: 400px;
	margin-left: 20px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#xmas2009_menu .menu_table td,#xmas2009_menu .menu_table th {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #e0ccb6;
	padding: 4px;
	text-align: left;
}

/*クリスマス2010*/
#sub_contents_xmas2010 {
	background: url(../sp/images/xmas2010_bg.jpg) no-repeat 0 0;
	padding: 69px 9px 9px 9px;
	border: 1px solid #e1bb91;
	background-color: #FFFCF7;
	width: 700px;
}

#sub_contents_xmas2010 h1 em,#xmas2010_text em,#xmas2010_menu h2 em {	display: none;}
#sub_contents_xmas2010 h1 {	background:url(../sp/images/xmas2010_h1.jpg) 0 0 no-repeat;	width:580px;	height:70px; margin:0 auto; padding-bottom:50px;}
#xmas2010_text {	background:url(../sp/images/xmas2010_text.jpg) 0 -10px no-repeat;	width:580px;	height:200px; margin:0 auto;}
#xmas2010_menu {	margin-top:20px;}
#xmas2010_menu h2 {	background:url(../sp/images/xmas2009_h2.gif) 0 0 no-repeat;	width:700px;	height:75px;}
.xmas_menu-l {	width:430px;	float:left;}
.xmas_menu-r {	width:260px;	padding:20px 0 0 10px;	float:right; text-align:center;}
#xmas2010_menu .menu_table {
	border-style: none;
	width: 420px;
	margin-left: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#xmas2010_menu .menu_table td,#xmas2010_menu .menu_table th {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #e0ccb6;
	padding: 4px;
	text-align: left;
}

/*クリスマス2011*/
#sub_contents_xmas2011,#sub_contents_xmas2012 {
	background: url(../sp/images/xmas2011_bg.jpg) no-repeat 0 0;
	padding: 69px 9px 20px 9px;
	border: 1px solid #e1bb91;
	background-color: #FFFCF7;
	width: 700px;
}

#sub_contents_xmas2011 h1 em,#xmas2011_text em,#xmas2011_menu h2 em,
#sub_contents_xmas2012 h1 em,#xmas2011_text em,#xmas2012_menu h2 em {	display: none;}

#sub_contents_xmas2011 h1 {	background:url(../sp/images/xmas2011_h1.jpg) 0 0 no-repeat;	width:580px;	height:70px; margin:0 auto; padding-bottom:50px;}
#sub_contents_xmas2012 h1 {	background:url(../sp/images/xmas2012_h1.jpg) 0 0 no-repeat;	width:580px;	height:70px; margin:0 auto; padding-bottom:50px;}
#xmas2011_text {	background:url(../sp/images/xmas2011_text.jpg) 0 -10px no-repeat;	width:580px;	height:200px; margin:0 auto;}
#xmas2011_menu {	margin-top:20px;}
#xmas2011_menu h2 {	background:url(../sp/images/xmas2009_h2.gif) 0 0 no-repeat;	width:700px;	height:75px;}
.xmas_menu-l {	width:430px;	float:left;}
.xmas_menu-r {	width:260px;	padding:20px 0 0 10px;	float:right; text-align:center;}
#xmas2011_menu .menu_table,#xmas2012_menu .menu_table {
	border-style: none;
	width: 420px;
	margin-left: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#xmas2011_menu .menu_table td,#xmas2011_menu .menu_table th,
#xmas2012_menu .menu_table td,#xmas2012_menu .menu_table th {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #e0ccb6;
	padding: 4px;
	text-align: left;
}

/*クリスマス共通*/
#sub_contents_xmas {
	background: url(../sp/images/xmas2011_bg.jpg) no-repeat 0 0;
	padding: 69px 9px 20px 9px;
	border: 1px solid #e1bb91;
	background-color: #FFFCF7;
	width: 700px;
}

#sub_contents_xmas h1 { text-align:center; margin-bottom:50px;}

#xmas_text {	background:url(../sp/images/xmas2011_text.jpg) 0 -10px no-repeat;	width:580px;	height:200px; margin:0 auto;}
#xmas_text em,#xmas_menu h2 em { display:none;}
#xmas_menu {	margin-top:20px;}
#xmas_menu h2 {	background:url(../sp/images/xmas2009_h2.gif) 0 0 no-repeat;	width:700px;	height:75px;}
#xmas_menu h2.no_bg { background:none;}
.xmas_menu-l {	width:430px;	float:left;}
.xmas_menu-r {	width:260px;	padding:20px 0 0 10px;	float:right; text-align:center;}
#xmas_menu .menu_table,#xmas2012_menu .menu_table {
	border-style: none;
	width: 420px;
	margin-left: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#xmas_menu .menu_table td,#xmas_menu .menu_table th {
	border-bottom: 1px dashed #e0ccb6;
	padding: 6px;
	text-align: left;
	font-size:16px;
	line-height:160%;
	color:#361408;
}


/*パスタ特集*/
#sub_contents_pasta {
	background-image: url(../sp/images/pasta_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#sub_contents_pasta #index {
	background-image: url(../sp/images/pasta_h1.jpg);
	background-repeat: no-repeat;
	background-position: center 90px;
	padding-top: 90px;
	display: block;
	height: 92px;
}
#sub_contents_pasta_sub h1 {	background-repeat: no-repeat;	background-position: 0px 0px;	display: block;	height: 100px;}
#sub_contents_pasta_sub #tagliolini	{	background-image: url(../sp/images/pasta_h1_tagliolini.jpg);}
#sub_contents_pasta_sub #tagliatelle	{	background-image: url(../sp/images/pasta_h1_tagliatelle.jpg);}
#sub_contents_pasta_sub #pappardelle	{	background-image: url(../sp/images/pasta_h1_pappardelle.jpg);}
#sub_contents_pasta_sub #garganelli	{	background-image: url(../sp/images/pasta_h1_garganelli.jpg);}
#sub_contents_pasta_sub #chitarra	{	background-image: url(../sp/images/pasta_h1_chitarra.jpg);}
#sub_contents_pasta_sub #trofie	{	background-image: url(../sp/images/pasta_h1_trofie.jpg);}
#sub_contents_pasta_sub #orecchiette	{	background-image: url(../sp/images/pasta_h1_orecchiette.jpg);}
#sub_contents_pasta_sub #colzetti	{	background-image: url(../sp/images/pasta_h1_colzetti.jpg);}
#sub_contents_pasta_sub #pici	{	background-image: url(../sp/images/pasta_h1_pici.jpg);}
#sub_contents_pasta_sub #linguine	{	background-image: url(../sp/images/pasta_h1_linguine.jpg);}
#sub_contents_pasta_sub #casarecce	{	background-image: url(../sp/images/pasta_h1_casarecce.jpg);}


#sub_contents_pasta #sub_contents_pasta_inner {	padding: 140px 40px 15px 40px;	font-size: 14px;	line-height: 150%;}
#sub_contents_pasta_inner ul {	padding-left: 20px;}
*html #sub_contents_pasta_inner ul {	padding-left: 0px;}
#sub_contents_pasta_inner ul li {	font-weight: bold;}
#sub_contents_pasta_inner ul li em {	font-size: 10px;	font-style: normal;}
#sub_contents_pasta_sub #sub_contents_pasta_inner {	padding: 0px 40px 15px 40px;	font-size: 14px;	line-height: 150%;}
#sub_contents_pasta_sub #sub_contents_pasta_inner .photo {	background-color: #FCFAF8;	padding: 7px;	border: 1px solid #E2CCB4;}
#sub_contents_pasta_sub #sub_contents_pasta_inner .left {	float: left;	margin-right: 10px;	margin-bottom: 10px;}
#sub_contents_pasta_sub #sub_contents_pasta_inner .right {	float: right;	margin-left: 10px;	margin-bottom: 10px;}
#sub_contents_pasta_sub #sub_contents_pasta_inner .center {	margin: 5px; }
#sub_contents_pasta_inner #back_pasta_top {	text-align: center;}

/*５周年*/
#sub_contents_5th {
	background-image: url(../sp/images/5th_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 9px;
	border: 1px solid #e1bb91;
	background-color: #FFFCF7;
	width: 700px;
}

#sub_contents_5th h1 em,#text_5th em,#menu_5th h2 em {	display:none;}

#sub_contents_5th h1 {
	background:url(../sp/images/5th_h1.jpg) 0 0 no-repeat;
	width:360px;
	height:90px;
	margin:0 0 0 169px;
}

#text_5th {
	background:url(../sp/images/5th_text.jpg) 0 0 no-repeat;
	width:560px;
	height:90px;
	margin:90px 70px 0;
}

#menu_5th {
	width:660px;
	margin:10px 20px;
	text-align:center;
	background:url(../sp/images/5th_menubg.gif) 0 140px no-repeat;
}

#menu_5th h2 {
	background:url(../sp/images/5th_h2.gif) 0 0 no-repeat;
	width:660px;
	height:140px;
}

#menu_5th p {
	margin:10px 0;
}

#menu_5th .etc {
	width:580px;
	background-color: #FFFFFF;
	border: 1px solid #C28D34;
	margin:5px 40px 12px;
}

#sub_contents_5th .inquiry {
	text-align: center;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}

/*６周年*/
#sub_contents_6th {
	background-image: url(../sp/images/6th_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 9px;
	border: 1px solid #e1bb91;
	background-color: #FFFCF7;
	width: 700px;
}

#sub_contents_6th h1 em,#text_6th em,#menu_6th h2 em {	display:none;}

#sub_contents_6th h1 {
	background:url(../sp/images/6th_h1.jpg) 0 0 no-repeat;
	width:370px;
	height:90px;
	margin:0 auto;
}

#text_6th {
	background:url(../sp/images/6th_text.jpg) 0 0 no-repeat;
	width:570px;
	height:90px;
	margin:90px auto 0;
}

#menu_6th {
	width:660px;
	height:375px;
	margin:10px 20px;
	text-align:center;
	background:url(../sp/images/6th_menubg.gif) 0 110px no-repeat;
}

#menu_6th h2 {
	width:660px;
	height:110px;
}

#menu_6th p {
	margin:10px 0;
}

#sub_contents_6th .etc {
	width:300px;
	background-color: #FFFFFF;
	border: 1px solid #C28D34;
	margin:0 auto;
	padding:15px;
	text-align:center;
}

#sub_contents_6th .inquiry {
	text-align: center;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#menu_6th ul { text-align: left; width:360px; margin:0 auto; background:#faf4ea; padding:10px;}
#menu_6th ul li { margin-left:20px; font-weight:bold; line-height:160%; color:#5c0c0c;}

/*８周年*/
#sub_contents_8th {
	background-image: url(../sp/images/6th_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 9px;
	border: 1px solid #e1bb91;
	background-color: #FFFCF7;
	width: 700px;
}

#sub_contents_8th h1 em,#text_8th em,#menu_8th h2 em {	display:none;}

#sub_contents_8th h1 {
	background:url(../sp/images/8th_h1.jpg) 0 0 no-repeat;
	width:370px;
	height:90px;
	margin:0 auto;
}

#text_8th {
	background:url(../sp/images/8th_text.jpg) 0 0 no-repeat;
	width:570px;
	height:90px;
	margin:90px auto 0;
}

#menu_8th {
	width:660px;
	height:375px;
	margin:10px 20px;
	text-align:center;
	background:url(../sp/images/6th_menubg.gif) 0 110px no-repeat;
}

#menu_8th h2 {
	width:660px;
	height:110px;
}

#menu_8th p {
	margin:10px 0;
}

#sub_contents_8th .etc {
	width:400px;
	background-color: #FFFFFF;
	border: 1px solid #C28D34;
	margin:0 auto;
	padding:10px;
	text-align:center;
}

#sub_contents_8th .inquiry {
	text-align: center;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#menu_8th ul { text-align: left; width:440px; margin:0 auto; background:#faf4ea; padding:10px;}
#menu_8th ul li { margin-left:20px; font-weight:bold; line-height:160%; color:#5c0c0c;}


/*9周年*/
#sub_contents_9th {
	background-image: url(../sp/images/6th_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 9px;
	border: 1px solid #e1bb91;
	background-color: #FFFCF7;
	width: 700px;
}

#sub_contents_9th h1 em,#text_9th em,#menu_9th h2 em {	display:none;}

#sub_contents_9th h1 {
	background:url(../sp/images/9th_h1.jpg) 0 0 no-repeat;
	width:370px;
	height:90px;
	margin:0 auto;
}

#text_9th {
	background:url(../sp/images/9th_text.jpg) 0 0 no-repeat;
	width:570px;
	height:90px;
	margin:90px auto 0;
}

#menu_9th {
	width:660px;
	height:375px;
	margin:10px 20px;
	text-align:center;
	background:url(../sp/images/6th_menubg.gif) 0 110px no-repeat;
}

#menu_9th h2 {
	width:660px;
	height:110px;
}

#menu_9th p {
	margin:10px 0;
}

#sub_contents_9th .etc {
	width:400px;
	background-color: #FFFFFF;
	border: 1px solid #C28D34;
	margin:0 auto;
	padding:10px;
	text-align:center;
}

#sub_contents_9th .inquiry {
	text-align: center;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#menu_9th ul { text-align: left; width:440px; margin:0 auto; background:#faf4ea; padding:10px;}
#menu_9th ul li { margin-left:20px; font-weight:bold; line-height:160%; color:#5c0c0c;}



/*御節*/
#osechi {
	padding: 30px 9px 20px 9px;
	border: 1px solid #e1bb91;
	background: #FFFCF7 url(../sp/images/2011osechi_bg.jpg) no-repeat 0 0;
	width: 700px;
}

#osechi h1 { background:url(../sp/images/2011osechi_h1.png) no-repeat 0 0; width:694px; height:134px; margin-bottom:105px;}
#osechi #lead { background:url(../sp/images/2011osechi_text.png) no-repeat center 0; height:91px;}
#osechi h2 { font-weight:bold; font-size:18px; padding:10px; background:#5E0000; color:#FFFFFF; margin-bottom:15px; line-height:160%; border-bottom:1px solid #916161; border-right:1px solid #916161;}
#osechi #menu_l,#osechi #menu_r { float:left; width:320px; padding:0 10px;}
#osechi #menu_r { padding-left:15px;}
#osechi .menu_table {
	border-style: none;
	width: 320px;
	margin-left: 5px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#osechi h3 { border-bottom:2px solid #5E0000; padding:0 10px 5px;}
#osechi #data { width:690px; margin:0 auto 20px auto; font-size:15px; line-height:140%; }
#osechi #data th { background:#E2CCB4; text-align:right; width:120px; padding:7px; vertical-align:top; border-bottom:1px dotted #E1BB91; border-right:1px solid #E1BB91;}
#osechi #data td { padding:7px; border-bottom:1px dotted #E1BB91; background:#FFF; font-size:15px; }
#osechi em { display:none;}
#osechi .menu_table td,#osechi .menu_table th {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #e0ccb6;
	padding: 4px;
	text-align: left;
}

#osechi .etc {
	width: 480px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 20px;
	border: 1px solid #C28D34;
	margin-top: 15px;
}
#osechi .etc p {
	margin: 0px;
	padding-bottom: 10px;
}

/*御節2013*/
#osechi2013 {
	padding: 30px 9px 20px 9px;
	border: 1px solid #e1bb91;
	background: #FFFCF7 url(../sp/images/2011osechi_bg.jpg) no-repeat 0 0;
	width: 700px;
}

#osechi2013 h1 { background:url(../sp/images/2013osechi_h1.png) no-repeat 0 0; width:694px; height:185px; margin-bottom:54px;}
#osechi2013 #lead { background:url(../sp/images/2011osechi_text.png) no-repeat center 0; height:91px;}
#osechi2013 h2 { font-weight:bold; font-size:18px; padding:10px; background:#5E0000; color:#FFFFFF; margin-bottom:15px; line-height:160%; border-bottom:1px solid #916161; border-right:1px solid #916161;}
#osechi2013 #menu_l,#osechi #menu_r { float:left; width:320px; padding:0 10px;}
#osechi2013 #menu_r { padding-left:15px;}
#osechi2013 .menu_table {
	border-style: none;
	width: 320px;
	margin-left: 5px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#osechi2013 h3 { border-bottom:2px solid #5E0000; padding:0 10px 5px;}
#osechi2013 #data { width:690px; margin:0 auto 20px auto; font-size:15px; line-height:140%; }
#osechi2013 #data th { background:#E2CCB4; text-align:right; width:120px; padding:7px; vertical-align:top; border-bottom:1px dotted #E1BB91; border-right:1px solid #E1BB91;}
#osechi2013 #data td { padding:7px; border-bottom:1px dotted #E1BB91; background:#FFF; font-size:15px; }
#osechi2013 em { display:none;}
#osechi2013 .menu_table td,#osechi .menu_table th {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #e0ccb6;
	padding: 4px;
	text-align: left;
}

#osechi2013 .etc {
	width: 480px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 20px;
	border: 1px solid #C28D34;
	margin-top: 15px;
}
#osechi2013 .etc p {
	margin: 0px;
	padding-bottom: 10px;
}

.osechi_detail { clear:both;}
.osechi_detail dt { width:470px; float:right; margin:0; padding:5px 0 0;}
.osechi_detail dt.dt2 { width:370px; float:right; margin:0; padding:5px 0 0;}
.osechi_detail dd { margin:0; padding:0;}
.osechi_detail dd.oseshi_photo { width:200px; padding:4px; border:1px solid #f0d9c0; float:left;}
.osechi_detail dd.oseshi_photo2 { width:300px; padding:4px; border:1px solid #f0d9c0; float:left;}
.osechi_detail dd.osechi_txt { width:450px; float:right; padding:10px;}
.osechi_detail dd.osechi_txt2 { width:350px; float:right; padding:10px;}

/*御節2014*/
#osechi_area {
	padding: 30px 9px 20px 9px;
	border: 1px solid #e1bb91;
	background: #FFFCF7 url(../sp/images/2011osechi_bg.jpg) no-repeat 0 0;
	width: 700px;
}
#osechi_area #osechi_2014 { background:url(../sp/images/2014osechi_h1.png) no-repeat 0 0; width:694px; height:185px; margin-bottom:54px;}
#osechi_area #lead { background:url(../sp/images/2011osechi_text.png) no-repeat center 0; height:91px;}
#osechi_area h2 { font-weight:bold; font-size:18px; padding:10px; background:#5E0000; color:#FFFFFF; margin-bottom:15px; line-height:160%; border-bottom:1px solid #916161; border-right:1px solid #916161;}
#osechi_area #menu_l,#osechi #menu_r { float:left; width:320px; padding:0 10px;}
#osechi_area #menu_r { padding-left:15px;}
#osechi_area .menu_table {
	border-style: none;
	width: 320px;
	margin-left: 5px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#osechi_area h3 { border-bottom:2px solid #5E0000; padding:0 10px 5px;}
#osechi_area #data { width:690px; margin:0 auto 20px auto; font-size:15px; line-height:140%; }
#osechi_area #data th { background:#E2CCB4; text-align:right; width:120px; padding:7px; vertical-align:top; border-bottom:1px dotted #E1BB91; border-right:1px solid #E1BB91;}
#osechi_area #data td { padding:7px; border-bottom:1px dotted #E1BB91; background:#FFF; font-size:15px; }
#osechi_area em { display:none;}
#osechi_area .menu_table td,#osechi .menu_table th {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #e0ccb6;
	padding: 4px;
	text-align: left;
}

#osechi_area .etc {
	width: 480px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 20px;
	border: 1px solid #C28D34;
	margin-top: 15px;
}
#osechi_area .etc p {
	margin: 0px;
	padding-bottom: 10px;
}


/*ブログ*/
ul#feed {
	padding:5px;
	background-color: #FBFBF4;
	margin: 5px auto 10px auto;
	width: 320px;
	border-bottom: 1px solid #BB9F77;
	border-right: 1px solid #BB9F77;
}
ul#feed li { margin-left:18px;	border-bottom: 1px dashed #E8CEB2; padding:2px 0;}
.padd_top10 { padding-top:10px;}
#blog_photo {	width: 330px;	padding-top:5px;	margin-right: auto;	margin-left: auto;}


/**/
#news_table {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	background-color: #E1BB91;
}
#news_table th {
	padding: 4px;
	vertical-align: top;
	text-align: right;
	width: 100px;
	background-color: #74401B;
	color: #FFFFFF;
}
#news_table td {	padding: 4px;	background-color: #FFFFFF;}
#news_table td.holiday { background:#FFF0FD;}

/*レストラン予約*/
#reserve_area { width:180px; margin:0 auto;}
#reserve_area h2 { font-size:8px !important; font-weight:normal !important; background:none !important;}

.width140 { width:140px !important;}

/*lunch menu*/
.lunch_menu {}
.lunch_menu h1 { text-align:center;	font-family: "ヒラギノ明朝 Pro W6","PMingLiU", serif; font-size:24px; margin-bottom:20px; }
.lunch_menu h2 { font-family: "ヒラギノ明朝 Pro W6","PMingLiU", serif; font-size:20px; margin-bottom:10px; }
.lunch_menu h3 { padding-left:20px; margin-bottom:10px;}
.lunch_menu .lead { text-align:center; font-size:16px; line-height:140%;}
.lunch_menu .lead2 { text-align:center; font-size:21px; line-height:140%; font-weight:bold; color:#96BD1B;}
.lunch_menu .price { text-align:right; font-size:14px; color: #74401B; margin-bottom:10px !important;}
.lunch_menu .text { padding-left:40px; font-size:14px; margin-bottom:30px;}
.dinner_menu { border:3px solid #E3C89B; padding:25px 15px 15px; background:#F3E8C2; width:500px; margin:0 auto 40px; }
.dinner_menu li { font-size:16px; margin-bottom:10px; list-style:none; border-bottom:1px dotted #977851; padding: 0 5px 10px;}


.data_table { width:690px; margin:0 auto 20px auto; font-size:15px; line-height:140%; }
.data_table th { background:#E2CCB4; text-align:right; width:120px; padding:7px; vertical-align:top; border-bottom:1px dotted #E1BB91; border-right:1px solid #E1BB91;}
.data_table td { padding:7px; border-bottom:1px dotted #E1BB91; background:#FFF; font-size:15px; }
.etc {
	width: 480px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 20px;
	border: 1px solid #C28D34;
	margin-top: 15px;
}
.inquiry{
	text-align: center;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.sp_event { text-align:center; line-height:160%; font-size:14px; font-weight:bold; padding:10px; border-top:1px solid #C1C1C1; border-bottom:1px solid #C1C1C1;}
.sp_event .title { font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; color:#FF0000; font-size:24px; margin-bottom:20px;}
.sp_event .photo_right { float: right;	margin-right:100px;	}

#att_msg { background:#FDDFDF; border:2px solid #FC9697; padding:15px; font-weight:bold; color:#FF1532; font-size:13px; line-height:160%; margin-bottom:15px;}

.text_c { text-align:center;}

.bottom20 { margin-bottom:20px;}

/* Clearfix */  
.clearfix:after {   
    content: " ";    
    display: block;    
    height: 0;    
    clear: both;    
    visibility: hidden;   
}   
.clearfix {   
    display: inline-block;   
    min-height: 1%;   
}   
/* Hides from IE-mac \*/  
* html .clearfix {   
    height: 1%;   
}   
.clearfix {   
    display: block;   
}   
/* End hide from IE-Mac */  


