@charset "utf-8";
@import "common/0-import.css";
/*  
	Author : Y.Kogawa
	Update : 5/31
*/
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
.topVisual {
	display: block;
	clear: both;
}

#main {
	padding: 20px 20px 40px;
}

#conts {
	margin: 0;
	width: 530px;

	float: left;

	font-size: 100%;
}

#conts h2 {
	margin-bottom: 15px;
}

#conts #read {
	margin: 15px 10px 15px 0;
	padding: 0 0 20px;
	background: url(/img/index/image01.gif) no-repeat left bottom;

	font-size: 87.5%;
}

#conts #read img {
	margin: 0 10px 0 0;

	float: left;
}

#conts #read p {
	margin-left: 240px;
}

#conts #read p.message {
	color: #22477E;
	font-weight: bold;
}

#conts #read ul {
	margin: 5px 0 0 240px;
}

#conts #read li {
	margin-right: 10px;
	display: inline;
}

#conts #read li a {
	padding: 0 0 0 15px;
	background: url(/img/icon/01.gif) no-repeat 0 2px;
}

/*-------------------------------
	フードメニュー
-------------------------------*/
#conts #menu {
	margin-bottom: 15px;
	width: 527px;
}

#conts #menu li {
	margin-bottom: 10px;

	float: left;
}

#conts #menu li#lunch,
#conts #menu li#drink {
	float: right;
}

#conts #menu a {
	width: 255px;
	height: 70px;
	display: block;
}

#conts #menu #article a {
	background: url(/img/index/btn_article_over.jpg) no-repeat;
}

#conts #menu #lunch a {
	background: url(/img/index/btn_lunch_over.jpg) no-repeat;
}

#conts #menu #course a {
	background: url(/img/index/btn_course_over.jpg) no-repeat;
}

#conts #menu #drink a {
	background: url(/img/index/btn_drink_over.jpg) no-repeat;
}

#main #conts #menu a:hover {
	background-color: #fff;
}

#main #conts #menu a:hover img {
	visibility: hidden;
}

/*-------------------------------
	トピックス
-------------------------------*/
#conts #topics {
}

#conts #topics ul {
	margin: 5px 0 0 3px;

	font-size: 82%;
}

#conts #topics li {
	margin-bottom: 5px;
	padding: 0 0 0 15px;
	background: url(/img/icon/02.gif) no-repeat 0 5px;
}

#conts .more {
	font-size: 75%;
	text-align: right;
}

#conts .more a {
	padding-left: 15px;
	background: url(/img/icon/01.gif) no-repeat;
}


/*-------------------------------
	サイドナビ
-------------------------------*/
#sideNavi {
	width: 215px;

	float: right;
}

#sideNavi .banner {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	background: #fff url(/img/index/side_banner_back.gif) no-repeat left bottom;
}

#sideNavi .banner li {
	display: inline;
}

#sideNavi .banner a {
	width: 215px;
	height: 70px;
	display: block;
}

#sideNavi .banner #btnWhale a {
	background: url(/img/index/btn_whale_over.jpg) no-repeat;
}

#sideNavi .banner #btnCoupon a {
	margin-top: 10px;
	background: url(/img/index/btn_coupon_over.jpg) no-repeat;
}

#main #sideNavi .banner a:hover {
	background-color: #fff;
}

#main #sideNavi .banner a:hover img {
	visibility: hidden;
}

#sideNavi #accessMap {
	padding: 10px;
	background: #E8ECF2 url(/img/index/accessMap_back.gif) no-repeat;;
}

#sideNavi #accessMap h3 {
	margin-bottom: 10px;
}

#sideNavi #accessMap p {
	color: #A6262E;
	font-size: 75%;
	font-weight: bold;
}

#sideNavi #accessMap img.map {
	margin: 5px 0;
	display: block;
}

#sideNavi #accessMap address {
	margin-bottom: 5px;
	display: block;

	font-size: 70%;
	font-style: normal;
	line-height: 1.3;
}

#sideNavi #accessMap a.details {
	padding: 0 0 0 15px;
	background: url(/img/icon/01.gif) no-repeat left center;

	font-size: 82%;
}
