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

#main_image{
background: url('/img/main_image.jpg') top left no-repeat ;
width: 910px;
height: 404px;
margin-bottom: 5px;
}

#contact_box_top{
background: url('/img/bg_contact_top.jpg') left top no-repeat;
width:300px;
height:151px;
text-align: center;
float: right;
padding-top: 50px;
margin-bottom: 3px;
}
.reserve_btn_top{
margin: 5px 0 0 0;
}

#bn_coupon{
margin: 306px 0 0 723px;
}


#introduction_box{
/*  background: url('/img/bg_introduction.jpg') top left no-repeat ; */
height: 165px;
}
/*  ３つの約束 */

.promise_box{
float: left;
width: 207px;
margin-right: 19px;
font-size: 11px;
}
.promise_box_end{
float: right;
width: 207px;
font-size: 11px;
}
/*  新着情報 */

#news{
margin-bottom: 10px;
}
dl#news dt{
clear: both;
float:left;
}

dl#news dd{
margin-left:90px;
}


#dl_blog_entry{
}
#dl_blog_entry dt{
float: left;
clear: both;
}
#dl_blog_entry dd{
float: left;
margin-left: 10px;
width: 500px;
}

