.index_p {
  margin: 10px 0 0 10px;
  font-size: 13px;
  color: #505050;
  line-height: 1.5;
}
ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
ul li {
  color: #505050;
  padding: 5px 0 5px 0;
  border-bottom: 1px dashed #C0C0C0;
  width: 450px;
  background-color: #F5F5EB;
}
.li_top {
  border-top: 1px dashed #C0C0C0;
}

p {
  margin: 0px;
  line-height: 1.0;
  font-size: 12px;
  color: #505050;
  padding: 3px;
}

div#top_image {
  border: 1px solid #999999;
  width: 450px;
}
div#about {
  margin-top: 15px;
}
div#news_div {
  margin-top: 15px;
}
p#song {
  margin: 10px 0 0 10px;
  font-size: 13px;
  color: #505050;
  line-height: 1.5;
}

table#news {
  border-collapse: collapse;
  margin-bottom: 20px;
}
table#news tr {
}
table#news tr td {
  background-color: #F5F5EB;
  border-bottom: 1px dashed #C0C0C0;
  padding: 6px 0 6px 10px;
  font-size: 13px;
}
div#news {
  width: 150px;
}
.date {
  width: 75px;
  color: #0671B0;
}
.anews {
  width: 355px;
  color: #505050;
}
.twitter {
}
.twitter_name {
  color: #0671b0;
  font-size: 13px;
  font-weight: bold;
  border-top: 1px solid #999999;
  padding-top: 5px;
}
.twitter_time {
  color: #999999;
}
.twitter_comment {
  color: #505050;
  padding-bottom: 5px;
}


