/* 全体 */
body {
  font-size: 12px;
  color: #663333;
  background-color: #FFFFFF;
  margin: 3px;
}

/* リスト */
ul {
  list-style: none;
  width: 400px;
}

/* リストアイテム */
li {
  border-bottom: 1px dashed #999999;
  background: url(../image/p_01.gif) no-repeat left center;
  padding-left: 20px;
  padding-top: 3px;
  line-height: 180%;
}

/* リンク */
a:link {
  color: #336699;
}

a:visited {
  color: #993366;
}

a:hover {
  color: #FF9900;
}

