@import "common.css";

/* -- onlineOrder -- */

#orderm{
  background-image:url("../img/btn/menu/Order_h.gif");
}

.back{
  position:relative;
  top:0px;
  left:-343px;
  width:50px;
  height:50px;
  text-indent:-9999px;
  border-width:0px;
  background-color:transparent;
  background-image:url("../img/btn/back.gif")
}

.back_h{
  position:relative;
  left:-343px;
  width:50px;
  height:50px;
  text-indent:-9999px;
  border-width:0px;
  background-color:transparent;
  background-image:url("../img/btn/back_h.gif")
}

#storeList h2{
  color:#771100;
  font-size:22px;
}

/* IE6 */
* html .back{
  text-indent:0px;
}

* html .back_h{
  text-indent:0px;
}

/* IE 7 */
*:first-child+html .back{
  text-indent:0px;
}

*:first-child+html .back_h{
  text-indent:0px;
}

#storeContents{
  margin:0px auto;
  width:500px;
  text-align:left;
  font-size:19px;
}

.storeInfo{
  position:relative;
  margin-top:15px;
  padding:10px;
  border:1px solid #cccccc;
}

.storeInfo p{
  font-size:15px;
}

.storeInfo h3{
  color:#771100;
  margin-top:15px;
}

.storeImg{
  position:absolute;
  top:15px;
  left:280px;
}

.storeName{
  font-size:18px;
  font-weight:bold;
}

.storePhone{
  width:260px;
  margin:10px;
}

.storePhone dt{
  display:block;
}

.storePhone dd{
  color:red;
}

.storeDelivery{
  margin-top:15px;
  color:#ffaaff;
}

.storeDetail{
  width:550px;
  margin-top:5px;
}

.storeDetail li{
  margin-top:5px;
}
