﻿/* discography.html */

/* discography */

div.discography {
	width: 100%;
	margin: 0 0 20px 0;
	background: url('../images/discoMiddle.jpg') left top repeat-y;
}

div.discography div.tContents {
	width: auto;
	background: url('../images/discoTop.jpg') left top no-repeat;
}

div.discography div.tContents h3 {
	height: 50px;
}

div.discography div.tContents h3 span {
	display: none;

}

div.discography div.tContents div.dCont {
	width: auto;
	font-size: 12px;
	padding: 20px 20px 15px 20px;
	background:  url('../images/topicBottom.gif') right bottom no-repeat;
}

div.discography div.tContents div.dCont div.cd {
	width: 529px;
	margin: 20px auto 0 auto;
	padding: 10px 0 10px 0;
	background: url('../images/cdMiddle.jpg') left top repeat-y;
}

div.discography div.tContents div.dCont div.cd div.cdBox {
	width: 529px;
	margin: 0 auto;
	background: url('../images/cdTop.jpg') left top no-repeat;
}

div.discography div.tContents div.dCont div.cd div.cdBox h4 {
	font-size: 15px;
	color: #663300;
	margin: 10px;
}

div.discography div.tContents div.dCont div.cd td.cdImage {
	width: 200px;
	padding: 0 20px;
}

div.discography div.tContents div.dCont div.cd td.cdImage img{
	width: auto;
}

div.discography div.tContents div.dCont div.cd td.cdDetail {
	width: auto;
	padding: 0 0 0 20px;
}

div.discography div.tContents div.dCont div.cd td.cdDetail p {
	width: auto;
	margin: 10px;
}


div.discography div.tContents div.dCont div.cd div.cdSummary {
	width: auto;
	margin: 20px 0 10px 0;
}

div.discography div.tContents div.dCont div.cd div.cdSummary p {
	width: auto;
	margin:0 10px;

}

/* banner */
div.banner {
	width: auto;
	height: 146px;
	background: #ffffff url('../images/bannerArea.jpg') left top no-repeat;
}

div.banner ul {
	list-style: none;
	position: relative;
}

div.banner ul li {
	width: 234px;
	height: 60px;
}

div.banner ul li img {
	width: 234px;
	height: 60px;
	border-style: none;
}

div.banner ul li.li1 {
	position: absolute;
	top: 10px;
	left: 40px;
	
}

div.banner ul li.li2 {
	position: absolute;
	top: 10px;
	left: 300px;
}

div.banner ul li.li3 {
	position: absolute;
	top: 75px;
	left: 40px;
}

div.banner ul li.li4 {
	position: absolute;
	top: 75x;
	left: 300px;
}