/**************************************************
 * Layout
 **************************************************/

html,
body {}

html {
  position: relative;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background-color: #FBFAF3;
  margin-left: 0px;
  padding-left: 0px;
}

/**
 * ヘッダーエリア
 */
#global-header {
  border-bottom: 15px #A7A493 solid;
  background-color: #00409A;
}

#global-logo {
  background: #FBFAF3;
  background-image: url("../img/sai.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  margin-left: 0px;
  border-right: 15px #A7A493 solid;
}


#global-logo img {
  margin-top: 10px;
  margin-left: 0px;
}

#login-info {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #FFF;
}

#global-nav {
  float: right;
  background-color: #00409A;
  color: #fff;
}

#global-nav ul {
  padding: 0;
  padding-left: 20px;
  list-style: none;
}

#global-alert {
  margin: 0 0 0 0;
  padding-left: 10px;
  background-color: #00409A;
}

/**
 * サイドバーエリア
 */
#global-sidebar {
  margin-left: 0px;
  margin-bottom: 30px;
  padding-left: 0px;
  padding-right: 0px;
  list-style: none;
  background: #ADD3EC;
  border-right: 15px #A7A493 solid;

}

#global-sidebar ul {
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #A7A493;
  width: 100%;
}

#global-sidebar ul li {
  cursor: pointer;
  display: block;
  line-height: 2.2em;
  text-indent: 0.5em;
  border-bottom: 1px solid #A7A493;
  background: #ADD3EC;
}

#global-sidebar ul li:first-child {
}

#global-sidebar ul li:last-child {

  border-bottom: 1px solid #A7A493;
}

#global-sidebar ul li a {
  text-decoration: none;
  color: black;
  display: inline-block;
  width: 100%;
}

/* コンテンツエリア */
#contents {
  margin-top: 10px;
  margin-bottom: 20px;
  float: none;
}

/**
 * フッターエリア
 */
#global-footer {
  font-size: small;
  background-color: #606060;
  bottom: 0;
  height: 30px;
  position: absolute;
  width: 100%;
}

#global-footer a {
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}

#global-footer .footer-right {
  color: #fff;
  text-align: right;
}

