* {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  font-size : 100%;
  font-family: "Lucida Grande","Hiragino Kaku Gothic Pro","ƒqƒ‰ƒMƒmŠpƒS Pro W3","‚l‚r ‚oƒSƒVƒbƒN",Geneva,Arial,Verdana,sans-serif;
  line-height: 140%;
  line-break: strict;
}

li {
  list-style-type: none;
}

a {
  color: #03c;
}
a:hover {
  color: #03c;
}

a img {
  border: none;
  vertical-align: middle;
}

.clear {
  clear: both;
}


ul {
  margin: 20px;
}
ul li.title {
  font-size: 15px;
  font-weight: bold;
}
ul li {
  font-size: 13px;
}