@charset "utf-8";


body{

}
/*--------------warap--------------*/
#wrap{
}

/*--------------スライド--------------*/
#slide{
	display: none;
}

/*--------------ヘッダー--------------*/
#header{
	display: none;
}

/*--------------メインコンテンツ--------------*/
body#sub_page #main{
	margin-top: 0px;
}

/*--------クーポン------*/
#coupon_text input[type="button"]{
	display: none;
}

/*----------サブ全体----------*/

/*----------サイドメニュー部分----------*/
#sidemenu_area{
	display: none;
}


/*--------------フッター--------------*/

#footer{
	display:none;
}

