@charset "UTF-8";
/* link */
a:link {
  color: #1b589d;
  text-decoration: none;
}
a:visited {
  color: #000099;
  text-decoration: none;
}
a:hover {
  color: #1b589d;
  text-decoration: underline;
}
a:active {
  color: #0099FF;
}
a img {
  border: 0px;
}
/* clearfix */
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
/* position */
.f_right {
  float: right !important;
}
/* body
------------------------------- */
body {
  background-color: #ffffff;
  font-family: Meiryo, Verdana, "游ゴシチE", YuGothic, "Hiragino Kaku Gothic ProN", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 13px;
  text-align: center;
}
p,
span {
  font-size: 13px;
  line-height: 1.45;
}
/* header
------------------------------- */
header {
  margin: 0;
  padding: 0;
  background-color: transport;
  z-index: 0;
}
#header_area {
  width: 940px;
  margin: 0 auto;
  padding: 0;
  min-height: 160px;
  text-align: left;
  position: relative;
}
.logo {
  top: 0;
  margin: 0;
  padding: 25px 0 0 0;
}
/* welcome */
.guest_name {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 35px;
  right: 0;
  font-size: 12px;
  line-height: 1.4em;
  color: #ffffff;
}
.guest_name span {
  margin: 0 5px;
}
.member_ul {
  margin: 0 0 10px 0;
  float: right;
  position: absolute;
  top: 60px;
  right: 0;
}
.member_ul li {
  float: left;
  display: block;
  margin: 0 0 0 10px;
}
.btn {
  border: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background-color: #6a2e2e;
  color: #ffffff;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'EE EゴシチE', sans-serif;
  font-size: 10px ;
  padding: 3px 15px;
  cursor: pointer;
}
.btn:hover {
  opacity: 0.80;
  /* opera firefox safari */

  filter: alpha(opacity=80);
  /* ie */

}
.logout {
  color: #ffffff;
  background-color: #396141;
}
.logout:hover {
  opacity: 0.80;
  /* opera firefox safari */

  filter: alpha(opacity=80);
  /* ie */

}
/* container
------------------------------- */
#container {
  background: #ffffff;
}
#main_container {
  width: 880px;
  min-height: 500px;
  margin: 0 auto 0 auto;
  padding: 30px 30px 60px 30px;
  position: relative;
  top: -60px;
  background-color: #FFF;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -weblit-border-radius: 5px;
  border: solid #d3d3d3 1px;
  box-shadow: 0 0 3px #d3d3d3;
  z-index: 9999;
  text-align: left;
}
/* footer
------------------------------- */
footer {
  width: 100%;
  margin: -120px auto 0 auto;
  z-index: -9999;
  color: #555555;
}
#footer_area {
  min-height: 80px;
  width: 940px;
  margin: 0 auto 0 auto;
  padding: 70px 0 0 0;
  color: #2c0808;
  z-index: 9999;
  position: relative;
}
#footer_area small {
  position: absolute;
  top: 70px;
  right: 0;
  font-size: 10px;
}
.page_top {
  position: relative;
  top: -38px;
  right: 30px;
  float: right;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
}
.page_top a {
  display: block;
  width: 28px;
  height: 28px;
  background-color: #396141;
}
.page_top a:hover {
  display: block;
  width: 28px;
  height: 28px;
  opacity: 0.80;
  /* opera firefox safari */

  filter: alpha(opacity=80);
  /* ie */

}
