@charset "utf-8";
h1 {
  margin-bottom: 5px;
  font-size: 10px;
    color:#000000;
  text-shadow: #d3d3d3 2px 2px 2px;
    margin-top:20px;
}
h2 {
  width: 400px; /*ロゴの横幅*/
  height: 35px; /*ロゴの高さ*/
  text-indent: -9999px;
  background: url(../images/maintitle.gif) no-repeat;
}
h2 a {
  display: block;
  height: 35px; /*ロゴの高さ*/
}
h3 {
font-size: 16px;
margin-bottom:10px;
border-bottom: solid 2px #1e90ff;
}

#wrapper {
  margin: 0 auto;
  width: 960px;
}
header {
  background: #fff;
  color: #fff;
  padding: 0;
  -moz-border-radius: 0 0  5px 5px;
  -webkit-border-radius: 0 0  5px 5px;
  border-radius: 0 0  5px 5px;
}
header h1{
  font-size: 1em;
  color: #808080;
}

nav {
  margin: 20px 0 20px 0;
  background: #87cefa;
  padding: 10px;
  font-weight: bold;
  border: solid 1px #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
ul {
  margin: 0;
  padding: 0;
  overflow: hidden;	/* モダンブラウザ向け */
  zoom: 1; /* IE向け */
}
nav li {
  margin: 0 15px;
  list-style: none;
  float: left;
}
nav li a{
  color: #fff;
}

#main {
  float: left;
  margin-right: 40px;
  margin-left: 20px;
  width: 700px;
}
#main:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
#left_box {
  float: left;
  width: 180px;
}
#left_box:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
section {
  margin: 20px 0;
  padding-bottom: 10px;
}
section p {
    font-size: 1.2em;
    line-height: 2.1em;
}
.p-right {
    float: right;
    font-size: 1.2em;
    margin-top:20px;
}
section:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

footer {
  position: relative;
  clear: left;
  margin: 30px 0 30px 0;
  padding: 10px;
border-top: 1px #c0c0c0 solid;
}

img.f_left {
  float: left;
  margin: 0 10px 10px 0;
}
img.f_right {
  float: right;
  margin: 0 0 10px 10px;
}
#pagetop {
  display: inline-block;
  position: absolute;
  top: -33px; /*数値は画像の高さ＋1px*/
  right: 10px;
}
#address {
  text-align: center;
}
#copyright {
  text-align: center;
  margin-top:10px;
}

/*staff*/
table {
font-size: 1.2em;
}
table td {
padding: 8px;
}

/*Form*/
form button {
margin: 10px;
}
input, textarea {
padding: 3px;
}
form td {
vertical-align: middle;
}