@charset "utf-8";
*{
	font-family:"ＭＳ Ｐゴシック", Osaka, "MS UI Gothic", Arial;
	font-size:12px;
}
body {
	background-image: url(background2.gif);
	margin: 0px;
	padding: 0px;
}

a {
	color: #409d28;
	text-decoration: none;
}
a:hover {
	color: #F4000A;
	text-decoration: underline;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

img, a img{
	border: 0px;
}

#wrapper {
	width: 780px;
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
	text-align: center;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

#menu {
	width: 740px;
	height: 35px;
	margin: 0 auto;
	margin-bottom:10px;
	padding: 0;
	text-align: left;
	border: 1px solid #DDD;
	border-top: none;
	background: #FFF url(../images/menu_bg.gif) repeat-x;
}

#menu li{
	float: left;
	margin: 0 5px;
}

#header{
	clear: both;
	width: 740px;
	height: 230px;
	margin: 0 auto;
	margin-bottom: 25px;
	padding: 0;
	border: 1px solid #AAA;

}

.bn {
	padding-bottom: 20px;
	padding-left: 23px;	
}

/* News Topics
---------------------------------------------------------------------------------------------- */
#boxNews {
	width: 440px;
	margin: 0 0 35px 30px;
	padding: 0;
	line-height: 1.5em;
}

#boxNews ul{
	clear: left;
	width: inherit;
	border-bottom: 1px dotted #DDD;
}

#boxNews ul li{
	float: left;
	padding: 4px 0;
	width: 350px;
	line-height: 1.5em;
	color:#666;
}
#boxNews ul li.newsDate {
	clear: left;
	color:#999;
	font-weight: bold;
	width: 90px;
}

/* ReleaseInfo
---------------------------------------------------------------------------------------------- */
#ReleaseInfo{
	width: 255px;
}

#ReleaseInfo2{
	border:1px solid #cccccc;
	background:url(righttable_bk.gif) no-repeat;
	text-align:left;
	padding:15px 0 0 0;
	margin-top:0;	
}

#cd_data {
	position: relative;
	left: 607px;
	top: 20px;
}


#about{
	background-image:url(table_about.jpg) ;
	background-repeat:no-repeat;
}
.cd_title {
	font-size: 12px;
	color:#ff6600;
	font-weight: bold;
	margin:5px 0px 0px;
	text-align: center;
}

.cd_detail {
	font-size: 12px;
	color:#ff6600;
	margin:5px 0px 0px;
	text-align: center;
}

.cd_aff {
	margin:5px 10px 10px;
	text-align: center;
	padding: 0px 0px 10px;
	background: url(../images/line.gif) repeat-x bottom;	
}

.style1 {
	font-size: 10px;
	font-weight: bold;
}

.song_data td {
	padding-top: 2px;
	padding-bottom: 2px;
}

.jk {
	border: 1px solid #CCCCCC;	
}

/* ReleaseInfo
---------------------------------------------------------------------------------------------- */
#CMSpot{
	width: 255px;
}

#CMSpot2{
	width: 255px;
	border:1px solid #cccccc;
	background:url(righttable_bk.gif) no-repeat;
	text-align:left;
	padding:5px 0 15px 0;
	background-color: #FFFFFF;
}

 ul.player{
	width:140px;
}
 ul.player li {
	float: left;
	text-indent: -9999px;
}

 ul.player li.nb {
	background-image: url(btn_movie.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 15px;
	width: 36px;
}

 ul.player li.bb {
	background-image: url(btn_movie.gif);
	background-repeat: no-repeat;
	background-position: 0px -15px;
	height: 15px;
	width: 36px;
}



 ul.player li.wmp {
	background-image: url(btn_movie.gif);
	background-repeat: no-repeat;
	background-position: -36px -15px;
	height: 15px;
	width: 50px;
}

 ul.player li.wmp a {
	background-image: url(btn_movie.gif);
	background-repeat: no-repeat;
	background-position: -36px 0px;
	display: block;
	height: 15px;
	width: 50px;
	overflow: hidden;
}

 ul.player li.wmp a:hover {
	background-position: -36px -15px;
}

 ul.player li.real {
	background-image: url(btn_movie.gif);
	background-repeat: no-repeat;
	background-position: -86px -15px;
	height: 15px;
	width: 48px;		
}

 ul.player li.real a {
	background-image: url(btn_movie.gif);
	background-repeat: no-repeat;
	background-position: -86px 0px;
	display: block;
	height: 15px;
	width: 48px;
	overflow: hidden;
}

 ul.player li.real a:hover {
	background-position: -86px -15px;
}

.spec,
.song,
.song2{
	padding-left:25px;
	padding-right:25px;
}

.spec td{
	text-align:left;
	color:#ff6600;
	padding:10px 0px 20px;
}

.spec td h2{
	color:#409d28;
	margin: 10px 0px;
	padding: 0px;
	font-size: 18px;
	line-height: 1.6em;
}

.spec td p{
	margin: 0px 0px 10px;
	padding: 0px;	
}

.spec td .title{
	color:#409d28;
}

.spec td  .spot td {
	border:1px solid #cccccc;
	background:url(righttable_bk.gif) no-repeat;
	text-align:center;
	padding:10px;
	background-color: #FFFFFF;
}

.song td{
	text-align:left;
	color:#ff0000;
	padding:4px 4px;
	border-bottom:1px dotted #FF9966;
	
}

.song2 td{
	text-align:left;
	color:#0033ff;
	padding:4px 4px;
	border-bottom:1px dotted #FF9966;
	
}

#footer {
	clear: both;
	width: 740px;
	height: 35px;
	margin: 0 auto;
	padding-top: 15px;
	background: #FFF url(../images/footer_bg.gif) repeat-x;
	color: #666;
	font-size: 0.9em;
	border: 1px solid #DDD;
	border-bottom: none;
}

