@charset "utf-8";

.header_container {
	background-color: #920783;
	height: 73px;
	width: 100%;
}
.top_header_container{
	height: 68px;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	}
a.header_omusic_logo_btn{
	float: left;
	height: 68px;
	width: 130px;
	background-image: url(../../images/201602sale/header_omusic_logo.png);
	background-repeat: no-repeat;
	}
a.header_omusic_logo_btn:hover{
	opacity:0.4;
	filter:alpha(opacity=20);
}

.header_btn_container{
	float: right;
	height: 68px;
	width: 204px;
	}

a.header_login_btn{
	float: right;
	height: 68px;
	width: 68px;
	background-image: url(../../images/201602sale/header_login_btn.png);
	background-repeat: no-repeat;
	}
a.header_login_btn:hover{
	opacity:0.4;
	filter:alpha(opacity=20);
	background-color: #750669;
}

a.header_singup_btn{
	float: right;
	height: 68px;
	width: 68px;
	background-image: url(../../images/201602sale/header_singup_btn.png);
	background-repeat: no-repeat;
	}
a.header_singup_btn:hover{
	opacity:0.4;
	filter:alpha(opacity=20);
	background-color: #750669;
}

a.header_logout_btn{
	float: right;
	height: 68px;
	width: 68px;
	background-image: url(../../images/201602sale/header_logout_btn.png);
	background-repeat: no-repeat;
	}
a.header_logout_btn:hover{
	opacity:0.4;
	filter:alpha(opacity=20);
	background-color: #750669;
}

.bottom_header_container{
	height: 5px;
	width: 100%;
	background-color: #32323a;
	}


	
/* Footer */
	
#footer{
	background-color: #32323a;
	width:100%;
	height:80px;
	border-top:#920783;
	border-top-width:3px;
	border-top-style:solid;
	bottom: -1px;
	float: left;
	}

.footer_inside{
	position:relative;
	width:900px;
	margin-right: auto;
	margin-left: auto;
	margin-top:15px;
	margin-bottom:15px;
	text-decoration: none;
    }

.footer_container{
	position:relative;
	font-family: "微軟正黑體";
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	width: 500px;
	line-height: 24px;
	float: left;
	}
	
.footer_fb_container{
	height:48px;
	float:right;
	position:relative;
	font-family: "微軟正黑體";
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	width: 398px;
	border-left-width:1px;
	border-left-style:solid;
	border-color:#FFF;
	}	

.footer_fb_container a{
	color:#FFF;
	text-decoration:none;
	}	
	
.footer_fb_container :hover{
	color:#848488;
	text-decoration:none;
	}	
	
.footer_logo{
	float:left;
	position:relative;
	margin-left:20px;
	width:45px;
	height:48px
	}
	
.footer_fb_info{
	float:left;
	position:relative;
	margin-left:15px;
	width:200px;
	height:48px
	}		
	
a.footer_link{
	font-family: "微軟正黑體";
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	}
a.footer_link:hover {
	opacity:0.4;
	filter:alpha(opacity=50);
}

.fb_like{
	float:left;
	margin:2px 0 0 2px;
	}
