/* CSS Document */


/* --感想枠-- */

div#kan {
  background: #ffffff;
  margin: 20px auto 50px;
  padding-bottom: 5px;
  width: 520px;
  text-align: left;
  border-bottom: 1px dotted #cccccc;
}

#kan p {
  text-align: left;
  font-size: 12px;
}  


#kan img{
  margin: 3px 8px 3px 3px;
  float: left;
  border: non:
}

#kan iframe{
  margin: 3px;
  float: right;
  border: non:
}


/* --感想タイトル-- */

div#title {
  width: 100%;
  padding-bottom: 3px;
  margin-bottom: 5px;
  border-bottom: 3px dotted #cccccc;
}

#title h2 {
  margin: 0 5px;
  padding: 0 0 2px 25px;
  text-align: left;
  background: url(../img/midas.gif) no-repeat left;
}

