@charset "utf-8";
#special_header{
	background-color: #36A7E9;
	width: 266px;
	height: 40px;
}

#special_header .header{
	background-image: url(../images/dot_white.png);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0 1em;
	margin: 0 1em;
	color: #fff;
  font-weight: bold;
}
#special_header .header a,
#special_header .header a:link,
#special_header .header a:visited
#special_header .text a,
#special_header .text a:link,
#special_header .text a:visited
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#special_header .text a,
#special_header .text a:link,
#special_header .text a:visited
{
  font-weight: normal;
}

#special_header .text{
	color: #fff;
	padding-left: 1em;
	margin: 0 1em;
}

