@charset "Shift_JIS";
/* CSS Document */

/* header */

#Container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#Header {
	height: 80px;
	width: 1000px;
	padding-top: 10px;
	position:relative;
}

/*------------------- Header[word] -------------------*/

#Header h1.word{
	position:absolute;
	font-size:10px;
	width:612px;
	height:15px;
	left: 371px;
	top: 11px;
}

#Header #logo {
	float: left;
	height: 80px;
	width: 273px;
}
#Header #logo a {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	height: 80px;
	width: 273px;
	margin-left: 50px;
}


/* navigation */

#Header #Navi {
	float: right;
	height: 80px;
	width: 630px;
	margin-right:15px;
	_margin-right:8px;
}
#Navi li {list-style:none; float:left;}
#Navi li a {
	margin-top: 30px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	height:30px;
}
#Navi li a#Navi1 {
	background-image: url(../images/navi1.gif);
	width: 60px;
}
#Navi li a#Navi2 {
	background-image: url(../images/navi2.gif);
	width: 122px;
}
#Navi li a#Navi3 {
	background-image: url(../images/navi3.gif);
	width: 92px;
}
#Navi li a#Navi4 {
	background-image: url(../images/navi4.gif);
	width: 80px;
}
#Navi li a#Navi5 {
	background-image: url(../images/navi5.gif);
	width: 74px;
}


#Navi li a#Navi1:hover,
#Navi li a#Navi1.current {
	background-image: url(../images/navi1_over.gif);
	width: 60px;
}
#Navi li a#Navi2:hover,
#Navi li a#Navi2.current {
	background-image: url(../images/navi2_over.gif);
	width: 122px;
}
#Navi li a#Navi3:hover,
#Navi li a#Navi3.current {
	background-image: url(../images/navi3_over.gif);
	width: 92px;
}
#Navi li a#Navi4:hover,
#Navi li a#Navi4.current {
	background-image: url(../images/navi4_over.gif);
	width: 80px;
}
#Navi li a#Navi5:hover,
#Navi li a#Navi5.current {
	background-image: url(../images/navi5_over.gif);
	width: 74px;
}


/* maincontents */

#MainContents {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg_bar.gif);
	background-repeat: no-repeat;
	margin-top: 30px;
	overflow: hidden;
	display:block;
}

#MainContents h2 {
	text-indent: -9999px;
	overflow: hidden;
}

#MainContents p.small{
	font-size: 10px;
}



#MainContents ul#topMenu{
	width:660px;
	padding:40px 0 12px 0;
	display:block;
	overflow:hidden;
}


#MainContents ul#topMenu li.course,
#MainContents ul#topMenu li.food,
#MainContents ul#topMenu li.drink{
	width:220px;
	height:274px;
	float:left;
}

#MainContents ul#topMenu li.course a,
#MainContents ul#topMenu li.food a,
#MainContents ul#topMenu li.drink a{
	width:220px;
	height:274px;
	display:block;
	font-size:1px;
	text-indent:-10000px;
}

#MainContents ul#topMenu li.course a{
	background:url(../images/btn_course.jpg) no-repeat;
}
#MainContents ul#topMenu li.food a{
	background:url(../images/btn_osusume.jpg) no-repeat;
}
#MainContents ul#topMenu li.drink a{
	background:url(../images/btn_drink.jpg) no-repeat;
}

#MainContents ul#topMenu li.course a:hover{
	background:url(../images/btn_course_over.jpg) no-repeat;
	overflow:hidden;
}
#MainContents ul#topMenu li.food a:hover{
	background:url(../images/btn_osusume_over.jpg) no-repeat;
	overflow:hidden;
}
#MainContents ul#topMenu li.drink a:hover{
	background:url(../images/btn_drink_over.jpg) no-repeat;
	overflow:hidden;
}


#MainContents h3.news{
	clear:both;
	width:660px;
	height:15px;
	background:url(../images/ttl_whatsnew.gif) no-repeat;
	font-size:1px;
	display:block;
	text-indent:-10000px;
	padding:0 0 18px 0;
}

#MainContents dl.news{
	width:660px;
}

#MainContents dl.news dt{
}

#MainContents dl.news dd{
	padding:0 0 6px 16px;
}

/* footer */

#Footer {
	height:180px;
	width: 1000px;
	margin: 5px auto 15px auto;
}

#Footer p#ShopInfo {
	background-image: url(../images/shopinfo_bar.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	float: left;
	height: 140px;
	width: 540px;
	overflow:hidden;
}

#Footer #FooterNavi {
	float: right;
	height: 43px;
	width: 260px;
	margin-top:10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-bottom:10px;
	margin-right:80px;
	_margin-right:25px;
}
#Footer #FooterNavi p {
	text-align:center;
	font-size:10px;
}
#Footer #FooterNavi a {
	color:#CCCCCC;
}
#Footer #FooterNavi a:hover,
#Footer #FooterNavi a.current{
	color:#FF6600;
}


#Footer address {
	float: right;
	height: 15px;
	width: 320px;
	text-align:center;
	margin-top:5px;
	font-size:10px;
	margin-right:50px;
	_margin-right:25px;
}

/*------------------- Footer[ショ??バナー] -------------------*/
#Footer #Shop {
	float:right;
	margin-right:20px;
	_margin-right:10px;
	margin-top: 20px;
}
#Footer #Shop li {
	float: left;
	list-style-type: none;
}
#Footer #Shop li a {
	background-repeat:no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	height:45px;
	width:140px;
	margin-right:5px;
	_margin-right:5px;
}
#Footer #Shop li a#Shop1 {
	background-image:url(../images/btn_shop1+.gif);
}
#Footer #Shop li a#Shop2 {
	background-image:url(../images/btn_shop2+.gif);
}
#Footer #Shop li a#Shop3 {
	background-image:url(../images/btn_shop3+.gif);
}
