@charset "UTF-8";
@import url("/themes/osakeya/css/yui-font.css");
@import url("/themes/osakeya/css/bace.css");
/*
============================================================
*/


body {
	background: url(images/bg.jpg) repeat-x center top;
	margin: 0;
	padding: 0;
	text-align: center;
}
#content {
	clear: both;
	width: 830px;
	background: url(images/bodyBg2.gif) repeat-y center top;	
}
/* ¥ */
* html #content {
	background: url(images/bodyBg_ie6.gif) repeat-y center top;	
}
/**/
#rightbar {
	background-color:#efb61f;
}
#rightbar{
	background: url(images/tsunagi.jpg) repeat-x scroll center top transparent;
}
#header {
	background: url(images/header.jpg) no-repeat center top;
}
#footer_wrap {
	clear: both;
	background: url(images/footerBg.jpg) repeat-x center bottom;
	height: 73px;
	width: 100%;
}
.postedTime {
	width: 113px;
	background: url(images/postedIcon.gif) no-repeat 100% 2px;
	padding-bottom: 3px;
}
.blogEntryHeader h2 {
	font-size: 120%;
	font-weight: bold;
	color: #e1a010;
}
.blogEntryHeader a:link,
.blogEntryHeader a:visited,
.blogEntryHeader a:active {
	color: #e1a010;
	text-decoration: none;
}
.calendarToday,
.calendarToday a:link,
.calendarToday a:visited{
  background : #e43b2b;
  color: #ffffff;
  font-size: x-small;
  font-weight: bold;
  text-align: right;
}
.calendarToday a:hover{
  background : #e43b2b;
  color: #ffffff;
  font-size: x-small;
  font-weight: bold;
  text-align: right;
}
.calendarToday a:active {
  background : #e43b2b;
  color: #ffffff;
  font-size: x-small;
  font-weight: bold;
  text-align: right;
}
.login a:link,
.login a:visited {
	color: #edd009;
	text-decoration: none;
}
.login a:hover {
	color: #242221;
	text-decoration: none;
}
.login a:active {
	color: #edd009;
	text-decoration: none;
}

#rightbar a:link,
#rightbar ul.menu li a:link,
#rightbar .item-rss a:link{
	color: #0000FF !important;
}
#rightbar a:visied,
#rightbar ul.menu li a:visied,
#rightbar .item-rss a:visied {
	color: #0000FF !important;
}
#rightbar a:hover,
#rightbar ul.menu li a:hover,
#rightbar .item-rss a:hover {
	color: #666666 !important;
}
#rightbar a:active,
#rightbar ul.menu li a:active,
#rightbar .item-rss a:active {
	color: #0000FF !important;
}
#rightbar .itemHeader,
#rightbar .itemBody {
	color: #333333;
}
.selectedCategory {
	color: #333333;
}

.drinkBox {
	padding: 10px;
	border: #dddddd 1px solid;
}