/**********************************************************************　トップページ　***/

.news h2{
	background-image : url(../img/top/news_title_bg.jpg);
	background-repeat:no-repeat;
	width:  360px;
	height:35px;
	padding:5px 0 0 30px;
	color: #FFFFFF;
}
.news p{
width:390px;
}

/**********************************************************************　プロフィール　***/
#profile table{
padding-left:20px;
}
#profile td{
padding:5px;
}
.profileMc{
	background-image : url(../img/profile/icon_mc.jpg);
	background-repeat:no-repeat;
	width:  95px;
	height:44px;
	padding:6px 0 0 45px;
	color: #FFFFFF;
	font-weight:bold;
	margin-left:30px;
	}
.profileDj{
	background-image : url(../img/profile/icon_dj.jpg);
	background-repeat:no-repeat;
	width:  95px;
	height:44px;
	padding:6px 0 0 45px;
	color: #FFFFFF;
	font-weight:bold;
	margin-left:30px;
	}
.profileGroup{
	background-image : url(../img/profile/icon_group.jpg);
	background-repeat:no-repeat;
	width:  125px;
	height:44px;
	padding:6px 0 0 15px;
	color: #FFFFFF;
	font-weight:bold;
	margin-left:30px;
	}
.profileEnp{
	background-image : url(../img/profile/icon_dj.jpg);
	background-repeat:no-repeat;
	width:  88px;
	height:42px;
	padding:8px 12px 0 40px;
	font-size: 8pt;
	line-height: 8pt;
	color: #FFFFFF;
}

/**********************************************************************　ディスコグラフィー　***/

.discography{
margin-right:auto;
margin-left:auto;
width:500px;
}

.discography dt{
clear:both;
float:left;
margin:10px;
}
.discography dd{
margin-left:140px;
}
.discTitle{
background-color:#ccc;
margin:10px 0 5px 0;
padding:2px 5px;
font-weight:bold;
}
.discIcon{
vertical-align: middle;
}
.discMore{
border-top: 1px dotted #CCCCCC;
border-bottom: 1px dotted #CCCCCC;
margin:5px 0;
}

/**********************************************************************　ＣＯＮＴＡＣＴ　***/

#contact{
margin-right:auto;
margin-left:auto;
margin-top:20px;
width:500px;
}

#contact td{
border-top: 1px dotted #999999;
padding:5px 10px;
}

