@charset "UTF-8";
#menuTitle {
	background-image: url(../img/discography/disco_title_bg.jpg);
}
#galleryContents {
	background-color: #000;
	margin-right: auto;
	margin-left: auto;
}
#ditailContents h3 {
	width: 162px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
	text-decoration: none;
	background-color: #464646;
	background-repeat: no-repeat;
	}
#ditailContents h3 a {
	color: #FFF;
	text-decoration: none;
	background-image: url(../img/discography/arrow_w.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 14px;
}
#ditailContents h3 a:hover {
	color: #FC1B93;
	background-image: url(../img/discography/arrow_p.gif);
	background-repeat: no-repeat;
	background-position: left;
}

/*======================================
　サイドナビ
=======================================*/

ul#sliding-navigation
{
	float: left;
	width: 180px;
}

ul#sliding-navigation li.sliding-element a
{
	display: block;
	width: 150px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
	color: #FFF;
	text-decoration: none;
	background-color: #CCC;
}

ul#sliding-navigation li.sliding-element a:hover {
	color: #FC1B93;
	background-image: url(../img/cmn/arrow_pink_g.gif);
	background-repeat: no-repeat;
	background-position: 10px;
}
.itemBlock {
	float: right;
	width: 560px;
	padding-right: 12px;
	padding-left: 10px;
}
.itemBlock .itemImg {
	float: left;
	width: 250px;
	padding-right: 20px;
	padding-bottom: 30px;
}
.itemBlock dl {
	float: left;
	width: 280px;
	padding-bottom: 30px;
}
.itemBlock dt {
	line-height: 1.4em;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-left: 10px;
	font-weight: bold;
}
.itemBlock dl dd {
	padding-top: 7px;
	padding-left: 10px;
}
.itemBlock ol li {
	line-height: 1.3em;
	list-style-position: inside;
	list-style-type: decimal;
}
.itemBlock .bd {
	background-image: url(../img/cmn/hr_green.gif);
	background-repeat: repeat-x;
	clear: left;
	padding-bottom: 30px;
}
