@charset "euc-jp";

@import url("e-3.css");

#soccercommunity h2 {
  margin: 15px 0;
  padding: 3px 0 3px 15px;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px;
  border-left: 5px;
  border-style: solid;
  border-color: #009bbf;
  background-color: #fff;
  color: #069;
  font-size: 100%;
  }

#soccercommunity h2 a:link    { color:  #069; }
#soccercommunity h2 a:visited { color:  #069; }
#soccercommunity h2 a:hover   { color:  #c60; }
#soccercommunity h2 a:active  { color:  #c60; }

#soccercommunity h3 {
  margin: 10px 5px;
  padding-left: 5px;
  border-left: 3px solid #09f;
  color: #069;
  font-size: 90%;
  }
  
#soccercommunity h3 img {
  vertical-align: middle;
  }

#rss h3 {
  padding-left: 70px;
  border: none;
  background-image: url("../../img/rss.gif");
  background-repeat: no-repeat;
  background-position: left center;
  }

#soccercommunity div ul {
  list-style: none;
  margin-left: 20px;
  }
  
#soccercommunity dl {
  font-size: 80%;
  }
  
.smaller {
  color: black;
  font-size: 80%;
  font-weight: normal;
  }