@media only screen and (max-device-width: 480px) {
#banner {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
}
@media only screen and (min-width: 1024px) {
#banner {
	width: 100%;
}
}
#banner {
	min-height: 100px;
	vertical-align: top;
	margin-bottom: -10px;	
	padding-top: 30px;
}
#note {
	width: 410px;
	margin-right: auto;
	margin-left: auto;
	color: #fff;
	/*background-image: url(../images/bg_top.png);
	background-repeat: repeat;*/
	text-shadow: 0px 2px 3px #000;
	-webkit-box-shadow: 0px 2px 3px #999;
	-moz-box-shadow: 0px 2px 3px #999;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
	padding-top: 10px;
	background-color: #444;
}
#note p {
	font-size: 1.4em;
	text-align: left;
	letter-spacing: 0.1em;
	word-spacing: 0.3em;
	line-height: 1.5em;
	padding-top: 1em;
	/*color: #111;
	text-shadow: 0px 1px 1px #999;*/
}
#note p span {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
}
#banner a {color: #fff; text-decoration: none;}
#banner a:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
p span {font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;}
.email {
	background-image: url(../images/email.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
}
