@charset "Shift_JIS";
h2{
	font-weight: bold;
	color: navy;
	
	text-decoration: underline;
	background-color: #c2f1f8;
}

H3{
	text-decoration: underline;
}
body{
	text-align: center;
  width : 100%;
}
#box{
	text-align: center;
	width: 800px;
}

#logo{
	width: 800px;
	height: 80px;
	float: none;
}

#title{
	width: 500px;
	height: 80px;
	background-image : url(title.png);
	float: left;
	margin-right: 4px;
}

#container01{
	width: 80px;
	height: 80px;
	font-size: small;
	float: left;
	text-align: left;
	color: navy;
  margin-left : 4px;
}

#add{
	width: 200px;
	height: 80px;
	background-image : url(address.png);
	float: left;
  margin-left : 6px;
}
#contents{
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	width: 800px;
}

#side01{
	font-size: small;
	width: 178px;
	float: left;
	clear: left;
	text-align: left;
	line-height: 150%;
}
#side01 ul{
	 
margin: 0; 
padding: 0; 
list-style-type: none; 
}
#side01 li{
	 
display: inline; 
padding: 0; 
margin: 0; 
}
#side01 a{
	display: block; 
border-left : 8px double navy;
border-top : 1px solid transparent;
border-right: 1px solid #474655;
border-bottom: 1px solid #474655;
background-color: #fff;
font-size: small;
padding: 3px 10px;
text-decoration: none;
color : navy;
width: 150px; 
margin: 1px 0px;
text-align: left;
}
#side01 a:hover{
	border-left: 8px solid #474655;
border-top: 1px solid #474655;
border-right: 1px solid #474655;
border-bottom: 1px solid #474655;
background-color: #d7efd7;
}
#main{
	float: left;
	margin-top: 0px;
	margin-left : 2px;
	
	margin-bottom: 0px;
	text-align: left;
  width : 620px;
}
#footer{
	fontsize: small;
	color : #757575;
	text-align: center;
	width: 960px;
	clear: both;
  margin-top : auto;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : auto;
}

     