@charset "utf-8";

@import url(cmn.css);
@import url(base.css);

/* ---------------------------------------------------------
contents
----------------------------------------------------------*/
/* 配置01 */
.img_l{
  float:left;
}
.text_r{
  float:right;
  width:630px;
}
.text_r h2{
  margin-bottom: 15px;
}
.text_r p{
  margin-bottom: 15px;
  min-height:150px;
}
.text_r a:hover img{
  filter:alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
/* 配置02 */
.img_r{
  float:right;
}
.text_l{
  float:left;
  text-align:right;
  width:630px;
}
.text_l h2{
  margin-bottom: 15px;
}
.text_l p{
  padding-left:350px;
  min-height:150px;
  margin-bottom: 15px;
  text-align:left;
}
.text_l a:hover img{
  filter:alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
/* 配置03 */
.text_l2{
  float:left;
  width:630px;
}
.text_l2 h2{
  margin-bottom: 15px;
}
.text_l2 p{
  min-height:150px;
  margin-bottom: 15px;
  text-align:left;
}
.text_l2 a:hover img{
  filter:alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
/* ソーセージ */
#read{
  height: 832px;
  padding: 0 10px;
  background: url(../images/mariage_images/sausage_bg.jpg) 0 0 no-repeat;
}
#read_inner{
  height: 474px;
}
#read_inner .l {
  padding-top: 15px;
}
#read_inner .r {
  width: 410px;
}
#read_inner .sub {
  margin-bottom: 27px;
}

/* サラミ */
#salami {
  height: 341px;
  padding: 20px 10px 0 10px;
  background: url(../images/mariage_images/salami_bg.jpg) 0 0 no-repeat;
}
/* ベーコン */
#bacon {
  height: 349px;
  padding: 20px 10px 0 10px;
  background: url(../images/mariage_images/bacon_bg.jpg) 100% 0 no-repeat;
}
/* ロースハム */
#ham {
  height: 347px;
  padding: 30px 10px 0 10px;
  background: url(../images/mariage_images/ham_bg.jpg) 280px 0 no-repeat;
}
/* アスピック */
#aspic {
  height: 341px;
  padding: 10px 10px 0 10px;
  background: url(../images/mariage_images/aspic_bg.jpg) 100% 0 no-repeat;
}
/* 生ハム */
#rawham {
  height: 341px;
  padding: 20px 10px 0 10px;
  background: url(../images/mariage_images/rawham_bg.jpg) 0 0 no-repeat;
}
/* 鴨のくんせい */
#kamo {
  height: 359px;
  padding: 30px 10px 0 10px;
  background: url(../images/mariage_images/kamo_bg.jpg) 100% 0 no-repeat;
}
