body	{
	background-color:#dcdcdc;
}

a	{
	color: #000000;
}

a:hover	{
	cursor:pointer;
	color: #800000;
}

/* コンテナ */
div#container	{
	width: 694px;
	margin-left: auto;
	margin-right: auto;
}

/* ヘッダー */
div#header	{
	background-color: #dcdcdc;
}

div#header h1	{
	margin: 0;
}

div#header p	{
	color: #000000;
	font-size: 0.75em;
	margin: 0;
}

/* メニュー */
ul#menu	{
	font-size: 0.8em;
	font-weight: bold;
	width: 120px;
	float: left;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 0;
	padding-left: 0;
}

ul#menu li	{
	list-style-type: none;
}

ul#menu li a	{
	display: block;
	width: 120px;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	background-color: #000000;
	background-image: url(../images/rollover.png);
}

ul#menu li a:hover	{
	background-color: #696969;
	background-position: left bottom;
}

/* コンテンツ */
div#content	{
	width: 564px;
	float: right;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

div#content h2	{
	background-color: #000000;
	background-repeat: no-repeat;
	font-size: 0.9em;
	color: #ffffff;
	line-height: 25px;
	padding-top: 1px;
	padding-left: 12px;
	margin-bottom: 0;
}

div#content h3	{
	background-color: #dcdcdc;
	background-image: url(../images/bar-new.png);
	background-repeat: no-repeat;
	font-size: 0.9em;
	color: #ffffff;
	line-height: 23px;
	padding-top: 1px;
	padding-left: 30px;
	margin-top: 30px;
	margin-bottom: 0;
	margin-left: 12px;
	margin-right: 12px;
}

div#content h4	{
	background-color: #dcdcdc;
	background-image: url(../images/bar.png);
	background-repeat: no-repeat;
	font-size: 0.9em;
	color: #ffffff;
	line-height: 23px;
	padding-top: 1px;
	padding-left: 30px;
	margin-top: 30px;
	margin-bottom: 0;
	margin-left: 12px;
	margin-right: 12px;
	clear:both;
}

div#content p	{
	font-size: 0.8em;
	line-height: 1.6;
	margin-top: 20px;
	margin-left: 12px;
	margin-right: 12px;
}

div#content dl	{
	font-size: 0.8em;
	line-height: 1.6;
	margin-top: 20px;
	margin-left: 12px;
}

div#content ul	{
	font-size: 0.8em;
	line-height: 1.6;
	margin-top: 20px;
	margin-left: 30px;
}

table	{
	font-size: 0.8em;
	margin-left: 12px;
	margin-right: 12px;
	border-collapse: separate;
	border: none;
	border-spacing: 0;
}

col#beans-name	{
	width: 130px;
}
col#roast-level	{
	width: 65px;
}
col#beans-info	{
	width: 307px;
}
col#price	{
	width:	50px;
}

th	{
	padding: 3px;
	border-color: #bdb76b #8b4513 #8b4513 #bdb76b;
	border-style: solid;
	border-width: 1px;
	color: #ffffff;
	background-color: #8b4513;
}

td	{
	padding: 3px;
	border-color: #ffffff #bdb76b #bdb76b #ffffff;
	border-style: solid;
	border-width: 1px;
	background-color: #eee8aa;
}

img.map	{
	float:right;
	margin-top: 10px;
	margin-bottom:10px;
}

img.media	{
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}
	
p.button a	{
	background-image: url(../images/order.png);
	display: block;
	width: 144px;
	line-hight: 24px;
	cursor: pointer;
}

p.button a:hover	{background-position: left bottom}

p.button img	{border: none}

input[type="text"]:focus,textarea:focus	{
	background: #fff8ee;
	border: solid 2px #66aa66;
}

div#tweet	{
	width: 564px;
	float: right;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	font-size: 1.0em;
}

/* フッター */
div#footer	{
	color: #c0c0c0;
	background-color: #000000;
	background-image: url(../images/footer.png);
	margin-top: 30px;
	padding-top: 3px;
	padding-bottom: 3px;
	clear:both;
}

address	{
	font-size: 0.8em;
	font-style: normal;
	text-align: center;
}	

