@charset "utf-8";					/*使用する文字コード*/
/* サイト共通要素 */

/* ==================== タグの初期設定 ==================== */
BODY{
	background-color:#71253e;
	background-image:url(../images/body_bg.gif);
	background-position:left top;
	background-repeat:repeat-x;
	color:#000000;
}
H1,
H2,
H3,
H4,
H5,
H6{
	font-weight:bold;
}
H1{
	font-weight:normal;
	font-size:small;
	color:#e2d2d8;
}
H2,
H3,
H4,
H5,
H6{
	font-size:small;
}
P,
TD,
TH,
LI,
INPUT,
TEXTAREA,
DIV.entryBody,
DIV.entryMore{
	font-size:small;
}
A,
A:visited{
	color:#0000FF;
	text-decoration:underline;
}
A:hover{
	text-decoration:none;
}



/* ==================== サイト全体 レイアウト ==================== */
/* ========== 全体枠 ========== */
DIV#container{
	width:760px;
	margin:0px auto 0px auto;
	padding:0px;
	background-color:#FFFFFF;
}

/* ========== ヘッダー ========== */
DIV#header{
	margin-left:auto;
	margin-right:auto;
	padding-left:0px;
	padding-right:0px;
	width:760px;
	background-image:url(../images/header_bg.gif);
	background-position:center top;
	background-repeat:no-repeat;
	height:112px;
}
DIV#header H1{
	padding:5px 5px 0px 5px;
}
DIV#header DIV#headerTitle{
	padding:10px 18px 8px 18px;
}
DIV#header DIV#headerAreaSub{
	float:right;
	text-align:right;
}
DIV#header P#headerAddress{
	color:#FFFFFF;
	font-size:10pt;
}
DIV#header DIV#headerSearch{}
DIV#header DIV#headerSearch DIV#googleSearch{
	margin:15px 0px 5px 0px;
	padding:5px 5px 0px 0px;
	width:290px;
	background-image:url(../images/header_gsearch_bg.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
DIV#header DIV#headerSearch DIV#googleSearch FORM{
	padding:0px 5px 5px 0px;
	background-image:url(../images/header_gsearch_footer_bg.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}
DIV#header DIV#headerSearch INPUT.text{
	width:120px;
}
DIV#header DIV#headerSearch INPUT.submit{
	width:45px;
}
DIV#header DIV#headerSearch INPUT{
}
DIV#header DIV#headerAreaLogo{}


/* ========== メインメニュー + キャッチ画像 + セカンドエリア + コンテンツ 枠 ========== */
DIV#mainBg{
	/* グラデーション + 影 の背景を上部だけに表示 */
	width:100%;
	background-image:url(../images/flame_gradation_bg.gif);
	background-position:center top;
	background-repeat:no-repeat;
}
DIV#main{
	/* メインメニュー + キャッチ画像 + セカンドエリア + コンテンツ 枠 の共通の余白を設定 */
	margin-left:auto;
	margin-right:auto;
	width:760px;
	padding:0px 0px 0px 0px;
}
/* { セカンドエリアを左に表示(左カラム) */
DIV#catchArea{
	float:right;
}
DIV#secondArea{
	float:left;
}
DIV#contents{
	float:right;
}
/* セカンドエリアを左に表示(左カラム) } */

/* { セカンドエリアを右に表示(右カラム) 
DIV#catchArea{
	float:left;
}
DIV#secondArea{
	float:right;
}
DIV#contents{
	float:left;
}
 セカンドエリアを右に表示(右カラム) } */

/* ========== メインメニュー ========== */
/* 背景画像は main_menu.css にて、MTのエントリーから読込 */
UL#mainMenu,
UL#mainMenu LI,
UL#mainMenu LI A{
	height:33px; /* 高さはUL,LI,Aそれぞれに設定 */
}
UL#mainMenu{
	clear:both;
	position:relative; /* liで絶対的に位置を設定する際に、ウインドウからでなくULからの位置を設定できるように設定 */
	margin:0px;
	padding:0px;
	background-color:#F5F5F5;
}
UL#mainMenu LI,
UL#mainMenu A{
	position:absolute;/* liを横に並べるために、絶対的に位置を設定できるように設定 */
	top:0px;/* liを横に並べるため、全ての高さを揃える */
}
UL#mainMenu LI{
	list-style-type:none;/*Netscapeでは、表示エリア外に設定してもリストの「・」が残ってしまうための対応*/
	font-size:0.1em;/* IEでは「文字の高さ×liの数」の余白があいてしまう。余白があかないように設定 */
}
UL#mainMenu A{
	display:block;
	text-indent:-999em;/* 文字を表示エリア外に移動 */
	text-decoration:none;/* firefoxでは下線がされてしまう問題を修正 */
	background-position:center center;
	width:105px;/* ボタンの幅 */
}
UL#mainMenu A#mainMenu1{
	left:0px;/*ボタンの位置を指定*/
	width:200px;/* ボタンの幅 */
}
UL#mainMenu A#mainMenu2{
	left:200px;/*ボタンの位置を指定*/
}
UL#mainMenu A#mainMenu3{
	left:305px;/*ボタンの位置を指定*/
}
UL#mainMenu A#mainMenu4{
	left:410px;/*ボタンの位置を指定*/
}
UL#mainMenu A#mainMenu5{
	left:515px;/*ボタンの位置を指定*/
}
UL#mainMenu A#mainMenu6{
	left:620px;/*ボタンの位置を指定*/
	width:140px;/* ボタンの幅 */
}

/* ========== キャッチ画像 ========== */
DIV#catchArea{
}


/* ========== キャッチ画像・メインメニュー下 シャドウ ========== */
DIV#secondArea,
DIV#contents{}

/* ========== セカンドエリア ========== */
DIV#secondArea{
	width:197px;
	margin:0px;
	padding:15px 0px 15px 0px;
}
/* ---------- サブメニュー ---------- */
/* ----- 背景画像 ----- */
DIV#secondArea DIV#subMenu,
DIV#secondArea DIV#freeSpace,
DIV#secondArea DIV#banner,
DIV#secondArea DIV#qrcode{
	margin-bottom:10px;
}
/* ----- タイトル ----- */
DIV#secondArea DIV#subMenu DIV.title,
DIV#secondArea DIV#freeSpace DIV.title,
DIV#secondArea DIV#banner DIV.title,
DIV#secondArea DIV#qrcode DIV.title{
}
/* ----- コンテンツの余白 ----- */
DIV#secondArea P,
DIV#secondArea SELECT,
DIV#secondArea DIV.entryBody{
	margin:5px 10px 5px 10px;
}
/* ---------- サブメニュー ---------- */
DIV#secondArea DIV#subMenu DIV.title{
	background-image:url(../images/second_area_title_menu.gif);
}
/* ---------- サブメニュー ---------- */
DIV#secondArea DIV#subMenu UL{
	width:100%;/* IEの表示バグのため、widthを設定 */
	margin:0px;
	padding:0px;
}
DIV#secondArea DIV#subMenu LI{
	margin:0px;
	padding:0px;
	list-style-type:none;
	background-image:url(../images/second_area_hr.gif);
	background-position:center top;
	background-repeat:no-repeat;
	font-weight:bold;
}
DIV#secondArea DIV#subMenu LI A{
	display:block;
	margin:0px;
	padding:5px 10px 5px 10px;
	text-decoration:none;
	color:#2B1D13;
}
DIV#secondArea DIV#subMenu LI A:hover{
	color:#AB9E8E;
}
/* ---------- フリースペース ---------- */
DIV#secondArea DIV#freeSpace{
	padding:0;
	margin:0;
}
DIV#secondArea DIV#freeSpace DIV.title{
	background-image:url(../images/second_area_title_free.gif);
}
DIV#secondArea DIV#freeSpace H3 {
	font-size:1px;
	line-height:1px;
	text-indent:-9999px;
	padding:0;
	margin:0;
}
DIV#secondArea DIV#freeSpace DIV.entryBody{
	margin:0px 0px 0px 5px;
	padding-bottom:0px;
}
DIV#secondArea DIV#freeSpace DIV.entryBody DIV.eat_link{
	background-image:url(../images/second_area_eat_bg.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:172px;
	height:180px;
	padding:5px 0px 0px 20px;
	margin:0;
}
DIV#secondArea DIV#freeSpace DIV.entryBody DIV.eat_link li{
	padding-bottom:5px;
}
DIV#secondArea DIV#freeSpace DIV.entryBody DIV.eat_link a{
	color:#6d6b6b;
}

/* ---------- バナー ---------- */
DIV#secondArea DIV#banner{
	text-align:center;
}
DIV#secondArea DIV#banner DIV.title{
}
DIV#secondArea DIV#banner IMG{
	margin:5px 4px 5px 4px;
}
DIV#secondArea DIV#banner P{
	margin:0px 0px 5px 4px;
	text-align:left;
	font-size:x-small;
}
/* ---------- QRコード ---------- */
DIV#secondArea DIV#qrcode{
	text-align:center;
}
DIV#secondArea DIV#qrcode DIV.title{
	background-image:url(../images/second_area_title_mobile.gif);
}
DIV#secondArea DIV#qrcode IMG{
	margin:5px auto 5px auto;
}

/* ---------- ブログパーツ・カスタムパーツ ---------- */
DIV#secondArea DIV#secondAreaBlogParts,
DIV#secondArea DIV#secondAreaCustomParts,
DIV#secondArea DIV#secondAreaDuplicate01Parts{}

DIV#secondArea H3 A,
DIV#secondArea H3 A:visited{
	color:#FFFFFF;
}
DIV#secondArea DIV#brogPartsCategory H3,
DIV#secondArea DIV#brogPartsCalendar H3,
DIV#secondArea DIV#brogPartsTagCloud H3,
DIV#secondArea DIV#brogPartsMonthlyArchiveDrop H3,
DIV#secondArea DIV#brogPartsMonthlyArchive H3,
DIV#secondArea DIV#brogPartsEntry H3,
DIV#secondArea DIV#brogPartsComment H3,
DIV#secondArea DIV#brogPartsAuthor H3,
DIV#secondArea DIV#customPartsCategory H3,
DIV#secondArea DIV#customPartsComment H3,
DIV#secondArea DIV#duplicateEntryList H3,
DIV#secondArea DIV#duplicateCategoryEntryList H3{
	padding:5px;
	background-image:url(../images/second_area_title.gif);
	background-position:right top;
	background-repeat:no-repeat;
	font-size:medium;
	color:#FFFFFF;
}

/* ---------- UL ---------- */
DIV#secondArea DIV#brogPartsCategory UL,
DIV#secondArea DIV#brogPartsCalendar UL,
DIV#secondArea DIV#brogPartsTagCloud UL,
DIV#secondArea DIV#brogPartsMonthlyArchiveDrop UL,
DIV#secondArea DIV#brogPartsMonthlyArchive UL,
DIV#secondArea DIV#brogPartsEntry UL,
DIV#secondArea DIV#brogPartsComment UL,
DIV#secondArea DIV#brogPartsAuthor UL,
DIV#secondArea DIV#customPartsCategory UL,
DIV#secondArea DIV#customPartsComment UL,
DIV#secondArea DIV#duplicateEntryList UL,
DIV#secondArea DIV#duplicateCategoryEntryList UL{
	width:100%;/* IEの表示バグのため、widthを設定 */
	margin:0px;
	padding:0px;
}
DIV#secondArea DIV#brogPartsCategory LI,
DIV#secondArea DIV#brogPartsCalendar LI,
DIV#secondArea DIV#brogPartsTagCloud LI,
DIV#secondArea DIV#brogPartsMonthlyArchiveDrop LI,
DIV#secondArea DIV#brogPartsMonthlyArchive LI,
DIV#secondArea DIV#brogPartsEntry LI,
DIV#secondArea DIV#brogPartsComment LI,
DIV#secondArea DIV#brogPartsAuthor LI,
DIV#secondArea DIV#customPartsCategory LI,
DIV#secondArea DIV#customPartsComment LI,
DIV#secondArea DIV#duplicateEntryList LI,
DIV#secondArea DIV#duplicateCategoryEntryList LI{
	margin:0px;
	padding:5px 10px 5px 10px;
	background-image:url(../images/second_area_hr.gif);
	background-position:center top;
	background-repeat:no-repeat;
	list-style-type:none;
	font-weight:bold;
}
DIV#secondArea DIV#brogPartsCategory LI LI,
DIV#secondArea DIV#brogPartsCalendar LI LI,
DIV#secondArea DIV#brogPartsTagCloud LI LI,
DIV#secondArea DIV#brogPartsMonthlyArchiveDrop LI LI,
DIV#secondArea DIV#brogPartsMonthlyArchive LI LI,
DIV#secondArea DIV#brogPartsEntry LI LI,
DIV#secondArea DIV#brogPartsComment LI LI,
DIV#secondArea DIV#brogPartsAuthor LI LI,
DIV#secondArea DIV#customPartsCategory LI LI,
DIV#secondArea DIV#customPartsComment LI LI,
DIV#secondArea DIV#duplicateEntryList LI LI,
DIV#secondArea DIV#duplicateCategoryEntryList LI LI{
	background-image:url(../images/li_bg.gif);
	background-position:5px 12px;
	background-repeat:no-repeat;
	padding-left:1em;
}
/* ---------- 各パーツの設定 ---------- */
DIV#secondArea DIV#brogPartsCategory,
DIV#secondArea DIV#brogPartsCalendar,
DIV#secondArea DIV#brogPartsTagCloud,
DIV#secondArea DIV#brogPartsMonthlyArchiveDrop,
DIV#secondArea DIV#brogPartsMonthlyArchive,
DIV#secondArea DIV#brogPartsEntry,
DIV#secondArea DIV#brogPartsComment,
DIV#secondArea DIV#brogPartsAuthor,
DIV#secondArea DIV#customPartsCategory,
DIV#secondArea DIV#customPartsComment,
DIV#secondArea DIV#duplicateEntryList,
DIV#secondArea DIV#duplicateCategoryEntryList{
	margin-bottom:15px;
	background-image:url(../images/second_area_bg.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
}

DIV#secondArea DIV#brogPartsCategory{}
DIV#secondArea DIV#brogPartsTagCloud{}
DIV#secondArea DIV#brogPartsTagCloud .rank-1{
	font-size: 1.75em;
}
DIV#secondArea DIV#brogPartsTagCloud .rank-2{
	font-size: 1.75em;
}
DIV#secondArea DIV#brogPartsTagCloud .rank-3{
	font-size: 1.625em;
}
DIV#secondArea DIV#brogPartsTagCloud .rank-4{
	font-size: 1.5em;
}
DIV#secondArea DIV#brogPartsTagCloud .rank-5{
	font-size: 1.375em;
}
DIV#secondArea DIV#brogPartsTagCloud .rank-6{
	font-size: 1.25em;
}
DIV#secondArea DIV#brogPartsTagCloud .rank-7{
	font-size: 1.125em;
}
DIV#secondArea DIV#brogPartsTagCloud .rank-8{
	font-size: 1em;
}
DIV#secondArea DIV#brogPartsTagCloud .rank-9{
	font-size: 0.95em;
}
DIV#secondArea DIV#brogPartsTagCloud .rank-10{
	font-size: 0.9em;
}
DIV#secondArea DIV#brogPartsMonthlyArchiveDrop{}
DIV#secondArea DIV#brogPartsMonthlyArchive{}
DIV#secondArea DIV#brogPartsEntry{}
DIV#secondArea DIV#brogPartsComment{}
DIV#secondArea DIV#brogPartsAuthor{}
DIV#secondArea DIV#customPartsCategory{}
DIV#secondArea DIV#customPartsComment{}
DIV#secondArea DIV#duplicateEntryList{}
DIV#secondArea DIV#duplicateCategoryEntryList{}




/* ========== コンテンツ ========== */
DIV#contents{
	width:530px;
	padding:15px 10px 15px 19px;
}

/* ========== フッター ========== */
DIV#footer{
	width:760px;
	margin-left:auto;
	margin-right:auto;
}
/* ---------- フッターメニュー ---------- */
DIV#footer P#footerMenu{
	margin:0px 20px 5px 20px;
	padding:5px 20px 10px 10px;
	text-align:center;
}
DIV#footer P#footerMenu A,
DIV#footer P#footerMenu A:visited{
	color:#000000;
}

/* ---------- フッター copyright エリア ---------- */
DIV#footer DIV#footerCopyrightArea{
	padding:15px 20px 15px 20px;
	background-color:#71253e;
	background-image:url(../images/footer_bg.gif);
	background-position:center top;
	background-repeat:no-repeat;
}

/* ---------- フッター copyright 付メニュー ---------- */
DIV#footer P#footerFree{
	float:left;
	width:400px;
	margin-bottom:10px;
}
DIV#footer P#footerSiteLink{
	float:right;
	width:300px;
	text-align:right;
	margin-bottom:10px;
}
DIV#footer P#footerSiteLink a{
	color:#a57585;
}
/* ---------- copyright ---------- */
DIV#footer P#copyright{
	width:400px;
	height:2em;
	color:#ffffff;
}

BR.clear{
	clear:both;
}



/* ==================== サイト全体 装飾 ==================== */
/* ========== セカンドエリア ========== */
/* ---------- 見出し ---------- */
DIV#secondArea H2,
DIV#secondArea H3,
DIV#secondArea H4,
DIV#secondArea H5,
DIV#secondArea H6,
DIV#secondArea TD,
DIV#secondArea TH,
DIV#secondArea LI,
DIV#secondArea P{
	font-size:small;
}
DIV#secondArea TD,
DIV#secondArea TH,
DIV#secondArea LI,
DIV#secondArea P{
	line-height:150%;
}
/* ========== コンテンツ ========== */
/* ---------- 見出し ---------- */
DIV#contents H2,
DIV#contents H3,
DIV#contents H4,
DIV#contents H5,
DIV#contents H6,
DIV#contents P,
DIV#contents TD,
DIV#contents TH,
DIV#contents LI,
DIV#contents DIV.entryBody,
DIV#contents DIV.EntryMore{
	line-height:150%;
}
DIV#contents P,
DIV#contents OL,
DIV#contents UL,
DIV#contents TABLE{
	margin-bottom:15px;
}
DIV#contents H1,
DIV#contents H2,
DIV#contents H3,
DIV#contents H4,
DIV#contents H5,
DIV#contents H6{
	margin-bottom:10px;
}

DIV#contents H2{
	background-image:url(../images/h2_bg.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
	padding:5px 10px 10px 10px;
	color:#ffffff;
	font-size:medium;
	border-top:1px solid #daa9b9;
}
DIV#contents A.rss H2{
	background-image:url(../images/h2_rss_bg.gif);
	padding-right:32px;
}
DIV#contents A.rss{
	text-decoration:none;

}
DIV#contents A:hover.rss{
	text-decoration:none;
}
DIV#contents H3{
	padding-left:5px;
	border-color:#8A383C;
	border-style:none none dotted solid;
	border-width:0px 0px 1px 5px;
}
DIV#contents H4{
	padding-left:5px;
	border-left:5px solid #EDAEB7;
}
DIV#contents UL.date{
	margin-top:0px;
	margin-right:0px;
	margin-left:0px;
	padding:0px;
}
DIV#contents UL.date LI{
	margin:0px;
	list-style-type:none;
	text-indent:-5.5em;
	padding:0px 0px 0px 5.5em;
}
DIV#contents TH,
DIV#contents TD{
	border:1px solid #CFCAB7;
	padding:5px;
}
DIV#contents TH{
	background-color:#F7F4E8;
}

DIV#contents H2.rss A{
	display:block;
	text-decoration:none;
}
DIV#contents P.pankuzu{}
DIV#contents .fontXLarge{
	font-size:large;
}
DIV#contents .fontLarge{
	font-size:medium;
}
DIV#contents .fontSmall{
	font-size:x-small;
}
DIV#contents .fontMedium{
	font-size:small;
}
DIV#contents .fontXSmall{
	font-size:xx-small;
}
DIV#contents input.text{
	width:300px;
}
DIV#contents textarea{
	width:300px;
}
DIV#contents .caution{
	color:#EE0000;
}
DIV#contents DIV.hr01{
	margin:0px 0px 15px 0px;
	height:1px;
	background-image:url(../images/hr_bg.gif);
	background-position:left top;
	background-repeat:repeat-x;
}
DIV#contents DIV.comment DIV.hr01{
	margin-top:-1em;
}
DIV#contents P.nextPrevious{
	text-align:center;
}
DIV#contents P.linkBlock,
DIV#contents P.anchorTop{
	padding-top:15px;
	background-image:url(../images/hr_bg.gif);
	background-position:left top;
	background-repeat:repeat-x;
}
DIV#contents P.entryMeta{}
DIV#contents P.linkBlock,
DIV#contents P.anchorTop{
	text-align:right;
}
DIV#contents TD.buttonArea{
	border:none;
}

/* ==================== トップページ ==================== */
DIV#contents DIV#categoryTop{}
DIV#contents DIV#categoryTop H3{
	background-image:url(../images/h2_bg.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
	padding:5px 10px 10px 10px;
	color:#ffffff;
	font-size:medium;
	border-top:1px solid #daa9b9;
	text-decoration:none;
	border-bottom:none;
	border-left:none;
	border-right:none;
}
DIV#contents DIV#categoryTop DIV.topNews{}
DIV#contents DIV#categoryTop DIV.topLatestBlog{}
DIV#contents DIV#categoryTop DIV#topContents{}

DIV#contents DIV#categoryTop DIV.accessText{}

DIV#contents DIV#categoryTop TABLE.accessTable{
	float:right;
	width:260px;
}

DIV#contents DIV#categoryTop DIV#googleMapsArea{
	float:left;
	margin-bottom:10px;
	width:260px;
	height:350px;
}



/* ==================== 企業情報 ==================== */
DIV#contents DIV#categoryCompany{}


DIV#contents DIV#categoryCompany DIV.accessText{}

DIV#contents DIV#categoryCompany TABLE.accessTable{
	float:right;
	width:260px;
}

DIV#contents DIV#categoryCompany DIV#googleMapsArea{
	float:left;
	margin-bottom:10px;
	width:260px;
	height:350px;
}




/* ==================== プライバシーポリシー ==================== */
DIV#contents DIV#categoryPrivacyPolicy{}



/* ==================== お問い合せ ==================== */
DIV#contents DIV#categoryInquiry{}



/* ==================== カスタムページ ==================== */
DIV#contents DIV#categoryCustom{}



/* ==================== フリーページ ==================== */
DIV#contents DIV#categoryFree{}



/* ==================== デュプリケートページ ==================== */
DIV#contents DIV#categoryDuplicate{}



/* ==================== ブログページ ==================== */
DIV#contents DIV#categoryBlog{}



/* ==================== 独自追加 ==================== */
DIV#contents TH.border_padding_none,
DIV#contents TD.border_padding_none {
	border:none;
	padding:0;
}
DIV#contents TH.border_none_padding_10,
DIV#contents TD.border_none_padding_10 {
	border:none;
	padding:10px;
}
DIV#contents TH.border_none_padding_13,
DIV#contents TD.border_none_padding_13 {
	border:none;
	padding:13px;
}
DIV#contents TH.border_none_padding_15,
DIV#contents TD.border_none_padding_15 {
	border:none;
	padding:15px;
}

.font_red {
	color:#CC0000;
}
.font_blue {
	color:#000066;
}
.bgcolor_01 {
	background-color: #663333;
}
.bgcolor_02 {
	background-color: #DBDBDB;
}
.bgcolor_03 {
	background-color: #ffffff;
}
.bgcolor_04 {
	background-color: #DAD2D2;
}
.bgcolor_05 {
	background-color: #F7F4E8;
}
/*-----------------------　宴会　------------------------*/
.layout_left{
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	width:255px;
}
.layout_right{
	margin-bottom:20px;
	width:255px;
	float:left;
}
.layout_text{
	margin:5px 10px 0px 10px;
}

/*kanso*/
.kanso_wataku_photo{
	float:left;
	margin-bottom:20px;
}
.kanso_wataku_text {
	float:left;
	margin-left:15px;
	width:195px;
}
.kanso_drink{
	background-color:#e8a590;
	padding:10px;
	color:#FFFFFF;
	line-height:160%;
	height:60px;
}
.kanso_drink img{
	margin-right:20px;
	float:left;
}
.kanso_drink_text {
	border-bottom:1px solid #aaa6a7;
	border-left:1px solid #aaa6a7;
	border-right:1px solid #aaa6a7;
	padding:10px;
}
/*size*/
.size_drink{
	background-color:#8563b0;
	padding:10px;
	color:#FFFFFF;
	line-height:160%;
	height:60px;
}
.size_drink img{
	margin-right:20px;
	float:left;
}
.size_drink_text {
	border-bottom:1px solid #aaa6a7;
	border-left:1px solid #aaa6a7;
	border-right:1px solid #aaa6a7;
	padding:10px;
}

/*-----------------------　天神芙蓉のご案内　------------------------*/
.info_text01 {
	margin-bottom:15px;
	border:1px solid #6b565d;
	padding:5px;
}
.info_text01 DIV{
	background:url(../images/info_bg01.gif) repeat;
	padding:10px;
	min-height:131px;
	_height:131px;
}

.info_text02 {
	margin-bottom:15px;
	border:1px solid #6b565d;
	padding:5px;
}
.info_text02 DIV{
	background:url(../images/info_bg02.gif) repeat;
	padding:10px;
	min-height:131px;
	_height:131px;
}

