﻿@charset "utf-8";



/*--homepage-----------------------------------------------*/
/*-------------------------------------------------------*/

body#homepage div#contents p.image{
  width : 840px;
  height : 150px;
  margin : 0 auto;
}
body#homepage div#contents div.left div.rightsummary{
  width : 170px;
  float : right;
  margin : 0 0 10px 15px;
  text-align : center;
}
body#homepage div#contents div.left div.rightsummary img{
  border : 3px double #cccccc;
}
body#homepage div#contents div.left div.leftsummary p{
  margin-top : 2em;
}
body#homepage div#contents div.left div.leftsummary h3{
  margin-top : 3em;
}
body#homepage div#contents div.left div.leftsummary dl dt{
  font-weight : bold;
  margin-top : 2em;
  padding-left : 40px;
  line-height : 3;
}
body#homepage div#contents div.left div.leftsummary dl.check dt{
  background : url(../img/check.png) no-repeat left center;
}
body#homepage div#contents div.left div.leftsummary dl.batsu dt{
  background : url(../img/batsu.png) no-repeat left center;
}















