@charset "utf-8";
/* CSS Document */
html{
background-color:white;
color:#333333;
font-family:Verdana, Geneva, sans-serif;
}
h1{
	font-size:130%;
	font-weight: bold;
}
h2{
	font-size:110%;
	font-weight:normal;
}
#address{
	position:absolute;
	top:50px;
	left:100px;
}
#head{
	background-color:#666666;
	width:100%;
	color:#ffffff;
	padding:20px 20px;
	position:absolute;
	top:50px;
	left:84px;
	width:380px;
}
a{
  color:#333333;
}