body {
  width: 100%;
  font-family: sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

div {
}

div.header {
  height: 50px;
  background-color: #0C3B91;
}

div.header-left {
  width: 90px;
  float: left;
}

div.main-contents {
  padding: 10px;
  font-size: 14px;
}

div.footer {
	width: 100%;
	background-color: #0C3B91;
	font-size: xx-small;
	color: #FFFFFF;
}
div.main-contents h2{
	font-size: 16px;
	text-align: center;
	border-top: 2px solid #0C3B91;
	border-bottom: 2px solid #0C3B91;
	padding: 5px;

}
div.header h1 {
  width: 100%;
  height: 50px;
  background: #ffde00 url("img/logo_impresswatch-ss.gif") no-repeat top left;
  text-indent: -9999px;
  margin: 0;
  padding: 0;
}

a {
  color: #00C;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  color: #556b2f;
}

address{
font-style:normal;
}
