@charset "UTF-8";
*{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

.gazo{
	border-width : 1px 1px 1px 1px;border-style : groove groove groove groove;border-color : silver silver silver silver;
}
.gazomawari{
  margin-top : 5px;
  margin-left : 5px;
  margin-right : 5px;
  margin-bottom : 5px;border-width : 1px 1px 1px 1px;border-style : groove groove groove groove;border-color : silver silver silver silver;
  float : left;
}
body{
    background-color: #fde7ce;
  overflow : auto;
  text-align: center;
}

#main{
  width : 774px;
  margin-top : auto;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : auto;
  text-align: left;
  background-color : white;
  -webkit-box-shadow: 0px 20px 30px #999999;
  -o-box-shadow: 0px 20px 30px #999999;
  -ms-box-shadow: 0px 20px 30px #999999;
  box-shadow: 0px 20px 30px #999999;
  filter:progid:DXimageTransform.Microsoft.Shadow(Color=#999999,Strengh=20,Direction=90),
  progid:DXimageTransform.Microsoft.Shadow(Color=#999999,Strengh=20,Direction=270);
}

#header{
  height : 100px;
  border-bottom-width : 2px;
  border-top-width : 1px;
  border-left-width : 3px;
  border-right-width : 3px;
  width : 100%;
  background-color : white;
border-style : solid;border-color : white;
}

#hontai{
	
  border-top-width : 1px;
  border-right-width : 3px;
  border-left-width : 3px;
  border-top-style : solid;
  border-right-style : solid;
  border-left-style : solid;
  border-top-color : white;
  border-right-color : white;
  border-left-color : white;
  width : 100%;
  background-color : white;
}

#footer{
	border-width: 3px 3px 2px;
	border-style: solid;
	border-color: white;
	height: 20px;
	width: 100%;
	clear: both;
	background-color: #eef3fa;
}

.kesu {visibility: hidden;}

