#container_top {
	background-image:url('../img/bg.png');
	background-repeat:repeat-x;
	height:70px;
}
#header_top {
	width: 940px;
	height:	60px;
	margin: 0 auto;
	position:absolute;

}
#promotions_top,#shopping_top,#help_top {
	width:	115px;
	height:	30px;
	float:	left;
	margin-top:10px;
}
#logo_top {
	width:	185px;
	height:	55px;
	margin-top:10px;
	margin-left:50px;
	float:	left;
}
#sns_top {
	width: 300px;
	color:	#54B5DF;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:	10px;
	font-weight: bold;
	
	float:	left;
	text-align:center;
	margin-top:20px;
}
#switch {
	width:497px;
	height:198px;
	margin-top:30px;
}
a:link {
	color: #64BCE3;
	text-decoration: none;
}
a:visited {
	color: #64BCE3;
	text-decoration: none;
}
a:hover {
	color: #3366CC;
	text-decoration: underline overline;
}