﻿body {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: auto;
  margin-left: auto;
  background-color: #f1f1f1;
  /*background-color: #FFFFFF;*/
  font-family: "メイリオ",Meirio,sans-serif;
}


.Container {
  text-align: left;
  margin-right: auto;
  margin-left: auto;
  width: 960px;
  background-color: #FFFFFF;
}

.TopBar {
  text-align: left;
  background-color: #1570a6;
  height: 48px;
}

.BottomBar {
  text-align: right;
  background-color: #f1f1f1;
}

.TopBarLogo {
  padding-left: 16px;
  padding-top: 12px;
}

  .TopBarLogo img {
    border-style: none;
  }

.BottomBarLogo {
  padding-right: 16px;
  padding-top: 8px;
}

  .BottomBarLogo img {
    border-style: none;
  }

.EndBar {
  font-size: 10px;
  text-align: right;
  margin-right: 16px;
  padding-bottom: 4px;
  background-color: #f1f1f1;
}

.ContentFrame {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  background-color: #FFFFFF;
}

.SingleContentFrame {
  /*
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 16px;
  margin-right: 16px;
*/
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  /*
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
*/

  width: 960px;
}

.SingleContent {
  margin-left: 16px;
  margin-right: 16px;
}

/*Terms フッタ*/
.TermsFooter {
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 12px;
  margin-left: 32px;
  margin-right: 32px;
  text-align: right;
}

  .TermsFooter a {
    text-decoration: none;
    color: #1570a6;
  }

    .TermsFooter a:hover {
      text-decoration: underline;
      color: #1570a6;
    }

    .TermsFooter a:visited {
      text-decoration: none;
      color: #1570a6;
    }


.MailSection
{
    margin: 4px 0px 16px 0px;
}

.ButtonFrame
{
    margin-top:16px;
    margin-bottom:16px;
    text-align:left;
}

.SendButton{
  width:160px;
}
.ClearButton{
  width:160px;
}

.title
{
    margin-top:16px;
    margin-bottom:16px;
    
    font-size:16px;
    font-weight:bold;
}

.BackLink
{
    font-size:16px;
    text-align:center;
    margin-top:16px;
    margin-bottom:16px;
}

.ErrorMessage {
  color:#ff0000;
}