@charset "utf-8";

h2 { background: url(../../img/sozai/h2.discography.png) left top no-repeat; }


.taglist a {
    margin-right: 4px;
}
.taglist .tagname {
}
.taglist .tagcount {
    font-size: 90%;
    color: #cc3333;
}


.date-release {
	margin-top: .5em;
	text-align: right;
	font-size: 95%;
}


.lyrics .image {
    float: right;
}

.lyrics pre {
    margin-left: 2em;
}




/*--------------------------------------------------------------------------------
 *
 * .discography table
 *
 *--------------------------------------------------------------------------------*/
.discography table {
    border-collapse: collapse;
    width: 100%;
}


.discography table tr .title {
    width: 13em;
    text-align: left;
}
.discography table thead tr th.title {
    text-align: center;
}
.discography table tr .date {
    width: 9em;
    text-align: center;
    font-size: 90%;
}

.discography table tr .comment {
    text-align: left;
}
.discography table thead tr th.comment {
    text-align: center;
}


.discography table tr th,
.discography table tr td {
    padding: 2px 3px;
}


.discography table thead tr {
    background: #d3cac0;
}


.discography table tbody tr th,
.discography table tbody tr td {
    border-bottom: 1px solid #d3cac0;
}

