﻿@charset "utf-8";
@import "../../css/reset.css";
@import "../../css/menu.css";

/*===================================
	Univasal Styles
====================================*/
h1 {
	width				: 900px;
	font-weight	: normal;
	color				: rgb(43,1,2);
	text-align	: right;
	margin			: 0 auto;
	padding			: 4px 0 0;
	position		: relative;
	}
h2 {
	margin-bottom		: 10px;
	}
h3 {
	margin			: 20px 0px 10px;
}
h4 {
	margin-bottom	: 1em;
	}
p {
	color					: rgb(0,0,0);
	line-height		: 1.6;
	margin-bottom	: 1em;
	}

/*===================================
	Layout
====================================*/
p.image {
	margin-bottom	: 0em;
}
/*===================================
	Original
====================================*/
h1 span {
	position			: absolute;
	top						: 65px;
	right					: 360px;
	font-size			: 12px;
	font-family		: "ＭＳ Ｐ明朝","平成明朝",serif;
	font-weight		: bold;
	letter-spacing	: 0.1em;
	color					: rgb(43,1,2);
	}
p span {
	font-weight		: bold;
	line-height		: 3;
	}
.em1 {
	margin-left:1em;
}
.right {
	float					: right;
}
.waku {
	margin-bottom	: 15px;
	}
.waku-naka {
	text-align		: left;
	background		: rgb(255,255,255);
	padding				: 8px 20px 8px;
	}
.waku-naka table td {
	vertical-align	: top;
	}
.waku-naka table td.td-right  {
	width						: 210px;
	padding-left		: 10px;
	}
.waku-naka table td.td-right2  {
	width						: 342px;
	padding-left		: 7px;
	}
.waku-naka table td.td-right2 img{
	margin-left			: 3px;
	}
.waku-naka table.data{
	border-collapse		: collapse;
	border						: 1px solid rgb(240,180,80);
	margin						: 10px 0 0;
	}
.waku-naka table.data th{
	background		: rgb(240,180,80) url(../../base-images/bit-line3.gif) left top;
	padding				: 5px;
	text-align		: center;

	}
.waku-naka table.data td{
	padding				: 5px 5px 5px 15px;
	line-height		: 1.4;
	border-bottom	: 1px solid rgb(240,180,80);
	}
	
/*===================================
	Cafemenu Styles
====================================*/
.menu_total {
	width			: 390px;
	background		: url(../cafe/images/menu_image1.gif) center top no-repeat;
	padding			: 50px 20px 20px;
}
.menu {
	width			: 350px;
	padding			: 20px;
	background		: rgb(255,255,255);
}
.menu h1 {
	width			: 350px;
	font-size		: 12px;
	text-indent		: 0px;
	text-align		: center;
	color			: rgb(50,50,50);
	margin-bottom			: 15px;
}
.menu p {
	padding				: 5px 0;
	margin-bottom	: 0;
	line-height		: normal;
	border-bottom	: 1px solid rgb(150,150,150);
}
.menu p span{
	display		: block;
	float		: right;
	width		: 100px;
	text-align	: right;
	line-height	: normal;
}
.menu img {
	margin-bottom	: 20px;
}
.menu .set h2 {
	background	: rgb(200,100,80);
	color				: rgb(255,255,255);
	margin			: 20px 0 10px;
	padding			: 3px 0;
}
.menu .set p {
	border-bottom	: none;
	margin-bottom	: 5px;
}
.menu .set ul{
	list-style	: outside;
	padding-bottom: 5px;
	margin-bottom	: 5px;
	border-bottom	: 1px solid rgb(150,150,150);
}
.menu .set li{
	text-align	: left;
	margin-left	: 2em;
	line-height	: 1.4;
}
.menu .attention p{
	border		: none;
	font-size	: 90%;
	line-height:1.5;
	margin-bottom:1em;
}

.waku-naka dl.data2 dt{
	float					: left;
	width					: 148px;
	color					: rgb(50,50,50);
	font-weight		: bold;
	text-align		: center;
	margin				: 0 0 10px 0;
	padding				: 5px 0;
	line-height		: normal;
	border				: 1px solid rgb(240,180,80);
	background		: rgb(240,180,80) url(../../base-images/bit-line3.gif) left top;
}
.waku-naka dl.data2 dd{
	color					: rgb(43,1,2);
	margin				: 0 0 10px 150px;
	padding				: 5px 10px;
	line-height		: normal;
	border				: 1px solid rgb(240,180,80);
}
.waku-naka dl.data2 dd span{
	margin-right		: 3em;
	color						: rgb(43,1,2);
}
