
/* 作品集インデックススタイル */


/* 左カラム設定 *********************************************************************************************************/
#alpha {
	margin:       0px 0px 0px 30px;
	width:        850px;
}

/* 右カラム設定 *********/
#beta {
	display:      none;
}


.discography_bg {
	margin:       0px;
	padding:      30px;
	width:        790px;
	_width:       850px;
	height:       340px;
	background:   url(../img/bg_discography.gif) no-repeat;
}


.btnarea {
	margin:      0px;
	padding:     0px;
	width:       450px;
}
.btnarea a:hover {
	text-decoration:  none;
	overflow:         hidden;
}

.btn_single {
	margin:      0px 0px 20px 0px;
	padding:     0px;
	width:       450px;
	height:      100px;
	background:  url(../img/btn_discography_single_over.gif) no-repeat;  /* キャッシュ用 */
}
.btn_single a {
	display:     block;
	width:       450px;
	height:      100px;
	background:  url(../img/btn_discography_single.gif) no-repeat;
}
.btn_single a:hover {
	background:  url(../img/btn_discography_single_over.gif) no-repeat;
}

.btn_album {
	margin:      0px 0px 20px 0px;
	padding:     0px;
	width:       450px;
	height:      100px;
	background:  url(../img/btn_discography_album_over.gif) no-repeat;  /* キャッシュ用 */
}
.btn_album a {
	display:     block;
	width:       450px;
	height:      100px;
	background:  url(../img/btn_discography_album.gif) no-repeat;
}
.btn_album a:hover {
	background:  url(../img/btn_discography_album_over.gif) no-repeat;
}

.btn_video {
	margin:      0px 0px 0px 0px;
	padding:     0px;
	width:       450px;
	height:      100px;
	background:  url(../img/btn_discography_video_over.gif) no-repeat;  /* キャッシュ用 */
}
.btn_video a {
	display:     block;
	width:       450px;
	height:      100px;
	background:  url(../img/btn_discography_video.gif) no-repeat;
}
.btn_video a:hover {
	background:  url(../img/btn_discography_video_over.gif) no-repeat;
}



.btnarea span {
	margin:          0px;
	padding:         0px;
	text-indent:     -5000px;
	position:        relative;
	left:            -5000px;
}
