@CHARSET "UTF-8";


#tracklist {list-style: none;}
#tracklist li { text-align: center;  display: block ; float: left; width: 330px; height: 250px }
#tracklist li a { font-size: 20px; color: #f58220; text-decoration: none;}
#tracklist li a:hover { text-decoration: underline;}

#tracklists { list-style: none; }
#tracklists img { float: left;}
#tracklists li { background: url(img/long_separator.png) no-repeat bottom center; height: 80px; padding: 10px 0;}
#tracklists li:last-child { background: none;}
#tracklists li a { font-size: 20px; color: #f58220; text-decoration: none;}
#tracklists li a:hover { text-decoration: underline;}


#detail {}
#detail img {float: right}
#detail h3 { color: #f58220; font-size: 20px; font-weight: bold; }
#detail p.date {  font-size: 10px; }
#detail p.content { font-size: 12px; margin-top: 20px;}
