body {
  margin: 0;
  font-size: 0.9em;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  color: #333;
  text-align: center;
  line-height: 1.5;
  background: url(../img/bg_body.jpg) no-repeat center top;
}
* {
  margin: 0;
  padding: 0;
}
th,
td {
  vertical-align: top;
}

p {
  margin: 10px 0 0 0;
}
form {
  margin: 0;
}
img,
a img {
  border: 0;
  vertical-align: bottom;
}
sup {
  position: relative;
  top: -1ex;
  font-size: 60%;
  vertical-align: baseline;
}
sub {
  font-size: 60%;
}
li img,
dt img,
dd img {
  vertical-align: bottom;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 100%;
}
ul,
li,
dt,
dd,
dl {
  margin: 0;
  padding: 0;
}

a:link,
a:visited {
  color: #1994eb;
  text-decoration: underline;
}
a:hover,
a:active {
  color: #1994eb;
  text-decoration: none;
}

/* 共通
----------------------------------------- */

.clearfix {
  overflow: hidden;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}

/*\*/
* html .clearfix {
  height: 1em;
  overflow: visible;
}
/**/

.clear {
  clear: both;
}

/*\*/
* html .clearfix {
  height: 1em;
  overflow: visible;
}
/**/

.hide {
  display: none;
}

a .alpha {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

a:hover .alpha {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.red {
  color: #cc0000;
}
.blue {
  color: #0e3ea5;
}

.errmsg {
  margin: 10px 0 0 0;
  padding: 10px;
  background: #ffc;
  color: #ff0000;
  display: none;
}

/* 全体レイアウト
----------------------------------------- */
#container {
  text-align: left;
  width: 950px;
  margin: 0 auto;
  padding: 0;
}

/* ヘッダ */
#header {
  padding-top: 3px;
}
#header dl dd {
  height: 56px;
  float: left;
  line-height: 56px;
}
#header dl dd.right {
  float: right;
}
#header dl dd.crumb {
  margin-left: 5px;
}
#header dl dd a {
  color: #42a5bd;
  text-decoration: none;
}
#header dl dd img {
  vertical-align: text-top;
}

h1 {
  padding-left: 15px;
  font-weight: bold;
  height: 42px;
  font-size: 20px;
  line-height: 42px;
  border-bottom: #2768a2 2px solid;
}

.beginner,
.list {
  float: right;
  font-size: 14px;
  padding-left: 30px;
  margin-left: 5px;
}
.beginner a,
.list a {
  color: #000;
  font-weight: normal;
}
.beginner {
  background: url(../img/icon_beginner.png) no-repeat left 50%;
}
.list {
  background: url(../img/icon_list.png) no-repeat left 50%;
}

/* 本文記事
----------------------------------------- */

h2 {
  margin-top: 15px;
  font-size: 25px;
  color: #0e3ea5;
}
/* ページトップへ戻る
----------------------------------------- */
#gotopArea {
  margin: 40px 0 0 -25px;
}
#gotopBox {
  width: 240px;
  float: right;
  background-color: #ffffff;
}
#gotop {
  font-size: 80%;
  float: right;
}
#gotop a {
  display: inline-block;
  margin-top: 5px;
  margin-right: 10px;
  padding: 5px 10px;

  color: #fff;
  background-color: #3d70d5;
  background: -moz-linear-gradient(top, #5a88e6, #3d70d5); /* mozilla */
  background: -webkit-gradient(
    linear,
    center top,
    center bottom,
    from(#5a88e6),
    to(#3d70d5)
  ); /* Webkit */
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#5a88e6', endColorstr='#3d70d5'); /* IE5.5 IE6 IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#5a88e6, endColorstr=#3d70d5)"; /* IE8 */

  border-top-left-radius: 5px; /* CSS3草案 */
  -webkit-border-top-left-radius: 5px; /* Safari,Google Chrome用 */
  -moz-border-radius-top-left: 5px; /* Firefox用 */
  border-top-right-radius: 5px; /* CSS3草案 */
  -webkit-border-top-right-radius: 5px; /* Safari,Google Chrome用 */
  -moz-border-radius-top-right: 5px; /* Firefox用 */

  color: #fff;
  text-decoration: none;
}
#gotop a:hover {
  background-color: #5a88e6;
  background: -moz-linear-gradient(top, #3d70d5, #5a88e6); /* mozilla */
  background: -webkit-gradient(
    linear,
    center top,
    center bottom,
    from(#3d70d5),
    to(#5a88e6)
  ); /* Webkit */
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#3d70d5', endColorstr='#5a88e6'); /* IE5.5 IE6 IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#3d70d5, endColorstr=#5a88e6)"; /* IE8 */
}
/* フッタ
----------------------------------------- */
.pagetop {
  margin-top: 30px;
  text-align: right;
  font-size: 12px;
  line-height: 25px;
  height: 25px;
}
.pagetop a {
  padding: 0px 10px;
  background: #ccc;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
}
#footer {
  margin-top: 1px;
  font-size: 80%;
  line-height: 35px;
  height: 35px;
  border-top: 1px solid #ccc;
  color: #717171;
  text-align: center;
}

/*地図*/
.tb_map {
  margin-top: 0px;
  border-collapse: collapse;
  border: 0px;
}
.tb_map table {
  border-collapse: collapse;
  border: 0px;
}
#map {
  width: 948px;
  height: 620px;
  border: #3859bd 1px solid;
}

#data_kind_item_table {
  white-space: nowrap;
  font-size: 90%;
}

/*フォーム*/
p.submit {
  text-align: center;
  margin-bottom: 20px;
}
input[type="text"],
input[type="password"],
textarea {
  margin: 1px 0px;
  padding: 3px 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  behavior: url(PIE/PIE.htc);

  border: 1px solid #aaa;
  line-height: 1.4em;
  min-height: 1.4em;
  font-size: 100%;
  font-family: Helvetica, Arial, sans-serif;
}
input[type="submit"],
input[type="button"],
input[type="reset"] {
  font-size: 100%;
  padding: 3px 3px;
}
select {
  font-size: 90%;
  padding: 3px 1px;
}
label input[type="radio"],
label input[type="checkbox"] {
  margin-right: 3px;
}
input[type="submit"],
.orangeBtn a {
  padding: 5px 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  position: relative;
  behavior: url(PIE/PIE.htc);
  border: none;
  color: #000;
  text-decoration: none;
  background-color: #ff9c01;
  background: -moz-linear-gradient(top, #ffbd54, #ff9c01); /* mozilla */
  background: -webkit-gradient(
    linear,
    center top,
    center bottom,
    from(#ffbd54),
    to(#ff9c01)
  ); /* Webkit */
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffbd54', endColorstr='#ff9c01'); /* IE5.5 IE6 IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#ffbd54, endColorstr=#ff9c01)"; /* IE8 */
  background: linear-gradient(to bottom, #ffbd54, #ff9c01); /*IE10*/
  text-shadow: #fff 1px 1px 3px;
  line-height: 150%;
  cursor: pointer;
}
input[type="submit"]:hover,
.orangeBtn a:hover {
  background-color: #ffbd54;
  background: -moz-linear-gradient(top, #ff9c01, #ffbd54); /* mozilla */
  background: -webkit-gradient(
    linear,
    center top,
    center bottom,
    from(#ff9c01),
    to(#ffbd54)
  ); /* Webkit */
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ff9c01', endColorstr='#ffbd54'); /* IE5.5 IE6 IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#ff9c01, endColorstr=#ffbd54)"; /* IE8 */
  background: linear-gradient(to bottom, #ff9c01, #ffbd54); /*IE10*/
}

input[type="reset"],
.grayBtn a {
  padding: 5px 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  position: relative;
  behavior: url(PIE/PIE.htc);
  border: none;
  color: #000;
  text-decoration: none;
  background-color: #aeaeae;
  background: -moz-linear-gradient(top, #cacaca, #aeaeae); /* mozilla */
  background: -webkit-gradient(
    linear,
    center top,
    center bottom,
    from(#cacaca),
    to(#aeaeae)
  ); /* Webkit */
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#cacaca', endColorstr='#aeaeae'); /* IE5.5 IE6 IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#cacaca, endColorstr=#aeaeae)"; /* IE8 */
  background: linear-gradient(to bottom, #cacaca, #aeaeae); /*IE10*/
  text-shadow: #fff 1px 1px 3px;
  line-height: 150%;
  cursor: pointer;
}
input[type="reset"]:hover,
.grayBtn a:hover {
  background-color: #cacaca;
  background: -moz-linear-gradient(top, #aeaeae, #cacaca); /* mozilla */
  background: -webkit-gradient(
    linear,
    center top,
    center bottom,
    from(#aeaeae),
    to(#cacaca)
  ); /* Webkit */
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#aeaeae', endColorstr='#cacaca'); /* IE5.5 IE6 IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#aeaeae, endColorstr=#cacaca)"; /* IE8 */
  background: linear-gradient(to bottom, #aeaeae, #cacaca); /*IE10*/
}

.blueBtn a {
  padding: 5px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  position: relative;
  behavior: url(PIE/PIE.htc);
  border: none;
  color: #000;
  text-decoration: none;
  background-color: #0123a0;
  background: -moz-linear-gradient(top, #546bbf, #0123a0); /* mozilla */
  background: -webkit-gradient(
    linear,
    center top,
    center bottom,
    from(#546bbf),
    to(#0123a0)
  ); /* Webkit */
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#546bbf', endColorstr='#0123a0'); /* IE5.5 IE6 IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#546bbf, endColorstr=#0123a0)"; /* IE8 */
  background: linear-gradient(to bottom, #546bbf, #0123a0); /*IE10*/
  text-shadow: #0123a0 1px 1px 3px;
  color: #fff;
}
.blueBtn a:hover {
  background-color: #546bbf;
  background: -moz-linear-gradient(top, #0123a0, #546bbf); /* mozilla */
  background: -webkit-gradient(
    linear,
    center top,
    center bottom,
    from(#0123a0),
    to(#546bbf)
  ); /* Webkit */
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0123a0', endColorstr='#546bbf'); /* IE5.5 IE6 IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#0123a0, endColorstr=#546bbf)"; /* IE8 */
  background: linear-gradient(to bottom, #0123a0, #546bbf); /*IE10*/
}
.orangeBtn a,
.grayBtn a,
.blueBtn a {
  padding: 5px 30px !important;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  font-size: 14px !important;
  line-height: 150% !important;
  white-space: nowrap;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}

hr {
  border: none;
  background: #ccc;
  color: #ccc;
  height: 1px;
  margin: 10px 0px 0px 0px;
}
