body {
  margin: 0;
  padding: 0;
  text-align: center;
}
#header {
  width: 800px;
}
#wrapper {
  width: 800px;
  margin: 0 auto;
  text-align: left;
  background: 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 {
  font-size: large;
  padding-left: 0.3em;
  border-left: 1em solid #ff3300;
  border-bottom: 1px solid #ff3300;
}
.c1 {
  color:#000000;
  background: #ff3300;
}

ul { list-style: disc url(../image/maru2.jpg) outside }

.style34 {color: #0000FF}
.style2 {color: #000000}
.style3 {color: #FF0000}
.style6 {color: #0066CC; }
.style37 {color: #FFFFFF}
.style38 {color: #FF0000; font-weight: bold; }
.style40 {
	color: #000099;
	font-size: 14px;
}
#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;
}
