@charset "utf-8";


/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	Last Updated: Dec 09, 2008
	Edited by Kazuya Ono
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

p.description {
	margin-bottom: 30px;
}

div.entry div.head p {
	font-size: 16px;
	font-weight: bold;
	padding-right: 20px;
	display: inline;
}


div.article {
	color: #000000;
	width: 880px;
	margin-bottom: 30px;
	padding: 20px;
	background: url(../images/bg_paper920.gif) left top repeat-y;
	overflow: hidden;
}

div.article p.cover {
	width: 200px;
	float: left;
}
div.article div.text {
	width: 660px;
	float: right;
}
div.article div.text div.spec {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: #ccc 1px solid;
}

div.article div.text div.spec p.artist,
div.article div.text div.spec p.title {
	font-size: 14px;
	font-weight: bold;
	padding-left: 35px;
}
div.article div.text div.spec p.artist {
	background: url(../../s4e/images/ttl_artist.gif) left 0.65em no-repeat;
}
div.article div.text div.spec p.title {
	background: url(../../s4e/images/ttl_title.gif) left 0.65em no-repeat;
}
div.article div.text div.spec p.label {
	font-size: 11px;
	margin-top: 5px;
	padding-left: 35px;
	background: url(../../s4e/images/ttl_label.gif) left 0.65em no-repeat;
}
table.page {
	width: 100%;
	margin: 20px 0;
}
table.page tr td.prev {
	width: 30%;
}
table.page tr td.newest {
	text-align: center;
	width: 40%;
}
table.page tr td.next {
	text-align: right;
	width: 30%;
}