body {
  margin: 0 0 20px 0;
  padding: 0;
  background: #fff;
  font-family: Arial, Sans-Serif;
  font-size: 0.8em;
  /*line-height: 1.5em;*/
  text-align: center;
}

body * {
  font-size: 100%;
}
  
#box_outside {
  width: 806px;
  margin: 10px auto;
  border: solid 1px #ddd;
  text-align: left;
  background-color: #bbe8ff;
  color: #0c5a81;
}

#box_inside {
  margin: 3px 3px 3px 3px;
  padding: 0;
}
 
#header
{
	height: 323px;
	background-image: url(../images/head_logo.jpg);
	background-repeat: no-repeat;
}

#header h1 { 
  margin-top: 0;
  padding-top: 22px;
  font-size: 2.0em;
  text-align: center;
}

#footer
{
	clear: both;
	text-align:center;
	font-size: 0.8em;
	color: #555;
	padding: 4px 0 4px 0;
}

#footer a:link, #footer a:visited
{
	color: #555;
	text-decoration: none;
}

#footer a:hover, #footer a:active
{
	color: #00f;
	text-decoration: underline;
}

.pics {
}

.pics img {
  margin: 4px 2px 0 2px ;
  border: 0;
}

.pics a { 
  border:0; 
}

.main {
  font-size: 1.4em;
  text-align: center;
  padding: 0 0px 0 0px;
}

