/* お詣りのしかたのCSS */


							/* 祈願の流れリスト */
ul.nagare{
  list-style-type: decimal;
  list-style-position: outside;
}
.nagare li{
  padding-bottom: 30px;
  background-image: url("image/omairi/yajirushi.gif");
  background-repeat: no-repeat;
}
.nagare li#last{
  background-image: none;
  padding-bottom: 0;
}


							/* 願意の説明 */
div.ganisetumei{
  margin-left: 1em;
}

h6{
  border-style: solid;
  border-color: #a1b55d;
  border-width: 0 0 0 0.5em;
  margin-top: 1em;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 5px;
  font-size: 1.2em;
  clear: both;
}
img#yakuhyou{
  border-style: none;
  float: left;
  margin-left: 50px;
}

