@charset "utf-8";
	
/*------------------------------------

    1.CSS Information
    
    
    Site URL:    http://www.gargery.com/
    File name:   template.css(http://www.gargery.com/_css/template.css)
    Summary:     template styles
    Created:     2008-03-15
    Last update: 2008-03-21 by Hirofumi Matamura
    Author:      beer Style 21 inc.
    Copyright:   (c) 2002 beer Style 21 inc.
    
    2.Order of descriptiond
	


 ----------------------------------------*/
 
body{
    text-align:center;
	background-color:#1d0000;
    margin-bottom:30px;
    color:#000;
}


/*----------------------------------------------------------------------

    __container

----------------------------------------------------------------------*/
#container{
	margin:0;
}
#container_inner{
	padding:25px 0;
    margin:0;
}

/*----------------------------------------------------------------------

    __header

----------------------------------------------------------------------*/
h1{
	margin-bottom:10px;
    width:100%;
    text-indent:0;
    border-bottom:1px solid #ccc;
    padding-bottom:10px;
}

/*----------------------------------------------------------------------

    __gnav

----------------------------------------------------------------------*/
#gnav{
	display:none;
}

/*----------------------------------------------------------------------

    __contents

----------------------------------------------------------------------*/
#contents{
}
#contentHead{
	display:none;
}
#top #rightBar{
	display:none;
}
#top .essayLink{
	display:none;
}
#top *{
	float:none!important;
    width:auto!important;
}
#top #leftBanner{
	display:none;
}
#top .topicsInfo,
#top .essayInfo{
	border:none!important;
}

#rb #explain{
	display:none;
}
#rb #mapSearch{
	display:none;
}
#rb #mapResult{
    margin:0!important;
    border:none;
}
#rb #mapResultInner{
}
#rb #mapResult #resultList{
	display:none;
}
/* 検索結果ショップリスト */
#rb #mapResult #resultList ul#resultDataList{
	height:auto;
    overflow:visible;
}

/* 検索結果詳細 */

#rb #mapResult #resultDetail{
    height:auto;
    margin:0;
}

/* 詳細データ */
#rb #mapResult #resultDetail #shopData{
	height:auto;
    overflow:visible;
}
#rb .shopLink{
	display:none;
}


/*----------------------------------------------------------------------

    __footer

----------------------------------------------------------------------*/
#footer{
	display:none;
}
