@charset "UTF-8";
/* RealBB ベーススタイル */
* {
	margin: 0px;
	padding: 0px;
	word-break: break-all;
}
a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #FF4400;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
img {
	border: none;
	margin:0px auto;
}
table {
	border-collapse:collapse;
	margin:0px auto;
}
.inputError {
	background-color: #ff9999;
}
#bkground {
	background-color: #ffffff;
	width: 100%;
	height: 100%;
	color: #333333;
	font-family:Verdana, Arial, Helvetica, 'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','MS UI Gothic', sans-serif;
	font-size: 12px;
	text-align: left;
	scrollbar-base-color:#ffffff;
	scrollbar-face-color:#ffffff;
	scrollbar-arrow-color:#0080ff;
	scrollbar-shadow-color:#999999;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-highlight-color:#CCCCCC;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-track-color:#ffffff;
}
/* ヘッダー部 */
#headContainer {
	position:absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 135px;
	background-image:url(../img/header_background_1.jpg);
	background-position:right top;
	background-repeat:repeat-x;
}
#header {
	width: 900px;
	height: 135px;
	margin: 0px auto;
	float: none;
}
#header_frame {
	width:900px;
	float:left;
}
#music_info {
	float:left;
	width: 900px;
	height: 102px;
	text-align:left;
}
#header_logo {
	float: left;
	width: 255px;
	height: 60px;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	background-image:url(../img/header_logo_b.jpg);
}
#bannar_cm {
	float: right;
	width: 640px;
	height: 60px;
	margin: 10px 0px 10px 0px;
	text-align: right;
}
#member_reg {
	float: right;
	padding: 3px 0px 3px 0px;
	height: 14px;
	width: 440px;
	text-align: right;
	font-size: 10px;
	color: #eeeeee;
}
#member_reg a {
	color: #ffffff;
	text-decoration: none;
}
#member_reg a:hover {
	color: #FF4400;
	text-decoration: none;
}
#menu_lang {
	float: left;
	padding: 3px 0px 3px 0px;
	height: 14px;
	width: 440px;
	text-align: left;
	font-size: 10px;
	color: #eeeeee;
}
#menu_lang a {
	color: #ffffff;
	text-decoration: none;
}
#menu_lang a:hover {
	color: #FF4400;
	text-decoration: none;
}
#menu_lang img {
	margin-right: 2px;
}
ul#music_menu{
	float:left;
	list-style:none;
	color: #EEEEEE;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	width:890px;
}
ul#music_menu li{
	float:left;
}
a#top_link_btn {
	background-image:url('../img/menu_btn1_3.gif');
    background-position:0px 0px;
	background-repeat:no-repeat;
    display: block;
	width:110px;
	height:30px;
}
a#top_link_btn_on {
	background-image:url('../img/menu_btn1_3.gif');
    background-position:0px -30px;
	background-repeat:no-repeat;
    display: block;
	width:110px;
	height:30px;
}
a#top_link_btn:hover,a#top_link_btn_on:hover{
    background-position:0px -60px;
    display: block;
	text-decoration: none;
}
a#top_link_btn:focus,a#top_link_btn_on:focus {
    background-position:0px -60px;
    display: block;
	text-decoration: none;
}
a#artist_link_btn {
	background-image:url('../img/menu_btn2_3.gif');
    background-position:0px 0px;
	background-repeat:no-repeat;
	display: block;
	width:110px;
	height:30px;
}
a#artist_link_btn_on {
	background-image:url('../img/menu_btn2_3.gif');
    background-position:0px -30px;
	background-repeat:no-repeat;
	display: block;
	width:110px;
	height:30px;
}
a#artist_link_btn:hover,a#artist_link_btn_on:hover{
    background-position:0px -60px;
    display: block;
	text-decoration: none;
}
a#artist_link_btn:focus,a#artist_link_btn_on:focus{
    background-position:0px -60px;
    display: block;
	text-decoration: none;
}
a#music_link_btn {
	background-image:url('../img/menu_btn_music.gif');
    background-position:0px 0px;
	background-repeat:no-repeat;
	display: block;
	width:110px;
	height:30px;
}
a#music_link_btn_on {
	background-image:url('../img/menu_btn_music.gif');
    background-position:0px -30px;
	background-repeat:no-repeat;
	display: block;
	width:110px;
	height:30px;
}
a#music_link_btn:hover,a#music_link_btn_on:hover{
    background-position:0px -60px;
    display: block;
	text-decoration: none;
}
a#music_link_btn:focus,a#music_link_btn_on:focus{
    background-position:0px -60px;
    display: block;
	text-decoration: none;
}
a#ranking_link_btn {
	background-image:url('../img/menu_btn3_3.gif');
    background-position:0px 0px;
	background-repeat:no-repeat;
	display: block;
	width:110px;
	height:30px;
}
a#ranking_link_btn_on {
	background-image:url('../img/menu_btn3_3.gif');
    background-position:0px -30px;
	background-repeat:no-repeat;
	display: block;
	width:110px;
	height:30px;
}
a#ranking_link_btn:hover,a#ranking_link_btn_on:hover{
    background-position:0px -60px;
    display: block;
	text-decoration: none;
}
a#ranking_link_btn:focus,a#ranking_link_btn_on:focus{
    background-position:0px -60px;
    display: block;
	text-decoration: none;
}
a#cd_link_btn {
	background-image:url('../img/menu_btn_cd.gif');
    background-position:0px 0px;
	background-repeat:no-repeat;
	display: block;
	width:110px;
	height:30px;
}
a#cd_link_btn_on {
	background-image:url('../img/menu_btn_cd.gif');
    background-position:0px -30px;
	background-repeat:no-repeat;
	display: block;
	width:110px;
	height:30px;
}
a#cd_link_btn:hover,a#cd_link_btn_on:hover{
    background-position:0px -60px;
    display: block;
	text-decoration: none;
}
a#cd_link_btn:focus,a#cd_link_btn_on:focus{
    background-position:0px -60px;
    display: block;
	text-decoration: none;
}
a#pv_link_btn {
	background-image:url('../img/menu_btn_pv.gif');
    background-position:0px 0px;
	background-repeat:no-repeat;
	display: block;
	width:110px;
	height:30px;
}
a#pv_link_btn_on {
	background-image:url('../img/menu_btn_pv.gif');
    background-position:0px -30px;
	background-repeat:no-repeat;
	display: block;
	width:110px;
	height:30px;
}
a#pv_link_btn:hover,a#pv_link_btn_on:hover{
    background-position:0px -60px;
    display: block;
	text-decoration: none;
}
a#pv_link_btn:focus,a#pv_link_btn_on:focus{
    background-position:0px -60px;
    display: block;
	text-decoration: none;
}
a#pg_link_btn {
	background-image:url('../img/menu_btn_pg.gif');
    background-position:0px 0px;
	background-repeat:no-repeat;
	display: block;
	width:110px;
	height:30px;
}
a#pg_link_btn_on {
	background-image:url('../img/menu_btn_pg.gif');
    background-position:0px -30px;
	background-repeat:no-repeat;
	display: block;
	width:110px;
	height:30px;
}
a#pg_link_btn:hover,a#pg_link_btn_on:hover{
    background-position:0px -60px;
    display: block;
	text-decoration: none;
}
a#pg_link_btn:focus,a#pg_link_btn_on:focus{
    background-position:0px -60px;
    display: block;
	text-decoration: none;
}
a#member_link_btn {
	background-image:url('../img/menu_btn_member.gif');
    background-position:0px 0px;
	background-repeat:no-repeat;
	display: block;
	width:110px;
	height:30px;
}
a#member_link_btn_on {
	background-image:url('../img/menu_btn_member.gif');
    background-position:0px -30px;
	background-repeat:no-repeat;
	display: block;
	width:110px;
	height:30px;
}
a#member_link_btn:hover,a#member_link_btn_on:hover{
    background-position:0px -60px;
    display: block;
	text-decoration: none;
}
a#member_link_btn:focus,a#member_link_btn_on:focus{
    background-position:0px -60px;
    display: block;
	text-decoration: none;
}

/* コンテンツ部 */
#mainContainer {
	position: absolute;
	top: 135px;
	left: 0px;
	right: 0px;
	width: 100%;
	text-align:center;
	background-color: #ffffff;
}
#mainOutline {
	width: 900px;
	margin: 0px auto;
	background: none;
	float: none;
}
#mainContent {
	width: 900px;
	margin: 0px auto;
	padding: 20px 0px 40px 0px;
	background: none;
	float: left;
	text-align: left;
	background-color: #ffffff;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
/* フッター部 */
#footerOutline {
	height: 120px;
	width: 100%;
	clear: both;
	background-image:url(../img/footer_background_1.jpg);
	background-position:bottom;
	background-repeat: repeat-x;
	background-color: #ffffff;
}
#footer {
	clear:both;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	width: 900px;
	height: 60px;
	background-image: none;
	background-position: none;
}
#music_footer_menu {
	margin: 0px;
	padding: 0px;
}
#music_footer_menu ul {
	width: 100%;
	height: 30px;
	margin: 0px;
	padding:0px 0px 0px 0px;
	border-top: 0px solid #6A6A6A;
	border-bottom: 1px solid #6A6A6A;
}
#music_footer_menu li {
	width:110px;
	height: 20px;
	margin: 7px 0px 0px 0px;
    padding: 0px;
    float: left;
    list-style:none;
	border-style:none;
	line-height: 20px;
	border-right:solid 1px #CCCCCC;
    text-align:center;
    font-size:12px;
    color: white;
}
#music_footer_menu a {
	color: white;
}
#music_footer_menu a:hover {
	color: red;
}
#music_footer_text {
	width: 100%;
	margin-top:8px;
	font-size: 11px;
	color: #CCCCCC;
}


