@charset "utf-8";
/* CSS Document */

@import url(common.css);


/*===========header============*/

#header{
	background-image:url(images/big_header_background.gif);
	background-repeat:repeat-x;
	}

#cafeupper{
	background-image:url(images/upper_grow.gif);
	background-repeat: no-repeat;
	width:928px;
	height:435px;
	margin:0 auto;
}




#menu_area{
	width:900px;
	margin:0 auto;
	background-image:url(images/menu_area_background.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	}

#menu_area h1 a{
	width:147px;
	height:66px;
	background-image:url(images/site_logo.gif);
	float:left;
	background-repeat:no-repeat;
	background-position:right;
	padding-left:15px;
	}

/*===========TOPpage============*/

#topContens{
	width:900px;
	margin:0 auto;
	background-image:url(images/top_bodycontentsbody_under.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	}

#topContens .inner{
	width:900px;
	background-image:url(images/top_bodycontentsbody.gif);
	background-repeat:repeat-y;
	margin-bottom:20px;
	}

#topContens .topicsNews{
	width:580px;
	float:left;
	margin-left:40px;
	padding-bottom:10px;
	}
*html #topContens .topicsNews{
	margin-left:20px;
	padding-bottom:30px;
	}

#topContens .topicsNews .topicsBox{
	margin-top:10px;
	color:#d1bc94;
	background-image:url(images/top_bodycontentsbody_line.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:10px;
	}
	
#topContens .topicsNews .thum{
	border:#d1bc94 solid  4px;
	height:128px;
	width:128px;
	float:left;
	margin-right:10px;
	}
	
#topContens .topicsNews .article{
	width:430px;
	float:right;
	display:block;
	}

#topContens .topicsNews .article .chisyaku{font-size:10px;}
	
#topContens .topicsNews h3{
	background-image:url(images/top_bodycontentsbody_title_background.gif);
	background-repeat:no-repeat;
	height:44px;
	line-height:44px;
	font-size:12px;
	padding-left:10px;
	color:#ffcc00;
	}

#topContens .topicsNews .twitter{
	margin-top:10px;
	}
	
#topContens .storeInfo{
	width:220px;
	padding-right:15px;
	float:right;
	}

#topContens .storeInfo .map{
	width:216px;
	height:216px;
	padding:13px 1px 1px 1px;
	background-image:url(images/mapbackground.gif);
	margin-bottom:10px;
	}
	
#topContens .storeInfo .add{
	background-color:#d1bc94;
	padding:10px;
	color:#2b1100;
	}

#topContens .storeInfo .add p{
	margin:5px 0;
	}
	
#topContens .storeInfo .banner{padding:5px 0;}

#topContens .storeInfo .banner img{
	padding:2px 0;
	}

