body {
  margin: 0;
  padding: 0;
  text-align: center;
}
#header {
  width: 800px;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background: url(wback.jpg);
	background-color: #999999;
	background-image: url(/image/wback.jpg);
}
#menu {
  width: 150px;
  float: left;
}
#main {
  width: 650px;
  float: left;
}
h1,h2,h3,h4,h5,h6,p{
  margin-top: 0;
  margin-bottom: 0;
}
h1 {
  padding: 0.1em;
  text-align: center;
  font-size: large;
  letter-spacing: 0.3em;
  border-top: 1px solid #0066CC;
  border-bottom: 1px solid #0066CC;
}
h4 {
  font-size: large;
  text-align: left;
  padding-left: 0.3em;
  border-left: 1em solid #ff3300;
  border-bottom: 1px solid #ff3300;
}

ul { list-style: disc url(../image/maru2.jpg) outside }
  
.c1 { margin-left: 3% }
.c2 { margin-left: 5% }

#footer {
   background-color: #99CCFF;
   background-position: center;
   background-repeat: repeat-x;
   font-size: 0.8em;
   width: 650px;
   height: 12px;
   padding-top: 0px;
   padding-bottom: 0.3em;
}


