.topbg{
background-image:url(img/top_img.jpg);
background-repeat:no-repeat;
}

.records_bg{
background-image:url(records/img/image.jpg);
background-repeat:no-repeat;
}

.studio_bg{
	background-image:url(seiseki/img/top_bg.gif);
	background-repeat:no-repeat;
	background-position: right top;
	background-color: #FFFFFF;
}

.tachikawa_bg{
	background-image:url(tachikawa/img/top_bg.gif);
	background-repeat:no-repeat;
	background-color: #FFFFFF;
	background-position: right top;
}

.add{
font-size:12px;
color:#FFFFFF;
font-weight:bold;
padding:1 10px 0 0;
line-height:13px;
}

.add2{
font-size:12px;
color:#733487;
font-weight:bold;
padding:0 10px 5px 0;
filter: Alpha(opacity=70);
line-height:16px;
}

.add3{
background-color:#AC75B9;
height:29px;
margin:0 1px 0 0;
padding:0;
}
/*blue moon records navigation*/
#navcontainer ul{
	margin: 0px;
	list-style-type:none;
	font-size:0.8em;
	padding: 0px;
	font-weight: bold;
	}

#navcontainer li{
	margin:10px 0px 0px;
}

#navcontainer a{
	display:block;
	padding-left: 35px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	width:180px;
	}
#navcontainer a:link,#navlist a:visited{
	color:#333333;
	text-decoration:none;
	}
#navcontainer a:hover{
	background-image:url(records/img/btn_onmouse.gif);
	color:#FFFFFF;
	border: none;
	background-repeat: repeat-y;
	}
/*seiseki studio navigation*/
#navcontainer-s ul{
	margin: 0px;
	list-style-type:none;
	font-size:13px;
	padding: 0px;
	font-weight: bold;
	}

#navcontainer-s li{
	margin:8px 0px 0px;
}

#navcontainer-s a{
	display:block;
	padding-left: 35px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	width:177px;
	}
#navcontainer-s a:link,#navlist-s a:visited{
	color:#333333;
	text-decoration:none;
	}
#navcontainer-s a:hover{
	background-image:url(seiseki/img/btn_onmouse.gif);
	color:#FFFFFF;
	border: none;
	background-repeat: repeat-y;
	}
	
/*tachikawa navigation*/
#navcontainer-t ul{
	margin: 0px;
	list-style-type:none;
	font-size:13px;
	padding: 0px;
	font-weight: bold;
	}

#navcontainer-t li{
	margin:8px 0px 0px;
}

#navcontainer-t a{
	display:block;
	padding-left: 35px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	width:210px;
	}
#navcontainer-t a:link,#navlist-t a:visited{
	color:#333333;
	text-decoration:none;
	}
#navcontainer-t a:hover{
	background-image:url(tachikawa/img/btn_onmouse.gif);
	color:#FFFFFF;
	border: none;
	background-repeat: repeat-y;
	}

