@charset "shift_jis";

h2 {
  font-size: 110%;
  line-height: 25px;
  color: #FFFFFF;
  text-align: center;
  padding-top: 300px;

}   

h3 {
  width: 600px;
  font-size: 100%;
  line-height: 20px;
  color: #FFFFFF;
  text-indent: 18px;
  border-top: 1px solid #666666;
  font-weight: normal;
  background: #161616;
  margin-top: 15px;
}

h4 {
  width: 600px;
  font-size: 100%;
  line-height: 20px;
  color: #FFFFFF;
  text-indent: 18px;
  border-top: 1px solid #666666;
  font-weight: normal;
  background: #161616;
  margin-top: 15px;
}

/*トップメインバナー*/
#banner {
  height: 300px;
  width: 800px;
  float: left;
}


/*お店*/
#shop {
  width: 600px;
  background: url(../img/shop_img01.jpg) no-repeat;
  border-bottom: 1px solid #666666;
  height: auto;
}

#shop p {
  line-height: 25px;
  color: #FFFFFF;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 5px;
 
}

/*店長メッセージ*/
#message {
	height: 135px;
	width: 600px;
	margin-top: 15px;
	background: url(../img/message_bg.gif) no-repeat;
	border-bottom: 1px solid #666666;
	margin-bottom: 15px;
}
#message p {
  line-height: 1.6;
  color: #FFFFFF;
  padding-top: 30px;
  padding-left: 225px;
}

/*店長ブログ*/
#feed {
  height: 95px;
  color: #FFFFFF;
  background: #2F2F2F;
  overflow: auto;
}
#feed li {
  line-height: 2;
  padding-left: 10px;
}

/*最新情報*/
#news {
  height: 95px;
  color: #FFFFFF;
  background: #2F2F2F;
  overflow: auto;
}
#news li {
  line-height: 2;
  padding-left: 10px;
}
