@charset "utf-8";

body{
  background-color:#ccccff;
}

footer {
  text-align: right;
}


div.main_container{
   width:900px;
   margin-left:auto;
   margin-right:auto;
   padding:3px;
   background-color:White;
}


div.left {
  float: left;
  font-size: 16px;
  text-align: left;
}
div.pc {
  display: block;
}
nav {
  font-size: 16px;
}
.clearfix {
 /zoom:1;
  width: 900px;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

ul.menu-list {
  padding: 0px;
  margin: 0px;
}
ul.menu-list:after {
  content: "";
  display: block;
  clear: both;
}
li.menu-item {
  float: left;
  margin-right: 3em;
  background: url(a_blt006.png) no-repeat;
  padding-left: 20px;
  list-style-type: none;
}

h1 {
  display: inline;
}
h2 {
  font-size: 16px;
  font-weight: bold;
  display: inline;
}
h3 {
  font-size:14px;
  display: inline;
}
h4 {
  display: inline;
}
h5 {
  display: inline;
}
h6 {
  font-size: 11px;
  display: inline;
}

/* センタリング */
.center{
  margin-left:auto;
  margin-right:auto;
}

/* ↓<table border="1">のCSS版↓ */
table.border_all{
  border:1px solid Gray;
}

table.border_all th{
  border:1px solid Gray;
}
table.border_all td{
  border:1px solid Gray;
}
/* ↑<table border="1">のCSS版↑ */