@charset "utf-8";

body {
  font: 14px/1.6 "MS PGothic", Verdana, Arial, sans-serif;
  margin: 0;
  color: #fcfcfc;
  background-color: #000000;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.85) 100%), url("../image/MarshallLaw/MarshallLaw_j.jpg");
  background-size: 100%;
  text-align: left;
  padding: 0px 0px;
  margin: 0px 0px;
}

img {
  outline: none;
  border-style: none;
}

a {
  font-style: italic;
  padding: 0px 6px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
a:active {
  color: #fafafa;
}
a:visited {
  color: #fafafa;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
a:hover {
  color: #fafafa;
  font-weight :bold;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
a:link {
  text-decoration: none;
  color: #f5f5f5;
}

img#accessCounter {
  float: right;
  margin-top: 20px;
  margin-right: calc(100% / 4);
}

header {
  display: block;
  overflow: hidden;
}
header h1 {
  font-size: 120%;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 50px;
  padding-right: 60px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20%;
  border: 1px solid #919191;
  border-radius: 5px;
  letter-spacing: 3px;
  font-weight: 400;
  float: left;
}

nav {
  width: 100%;
  border-top: 1px solid #4169e1;
  border-bottom: 1px solid #4169e1;
  margin-bottom: 5px;
  overflow: hidden;
  color: #ffffff;
}
nav ul {
  width: 896px;
  margin: auto;
  list-style: none;
}
nav li {
  width: calc(100% / 4);
  border-left: 1px solid #4169e1;
  box-sizing: border-box;
  text-align: center;
  float: left;

  font-style: italic;
  padding: 0px 6px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;

  display: block;
  text-decoration: none;
  font-size: 110%;
  letter-spacing: 5px;
  font-weight: 400;
  line-height: 45px;
}
nav li:last-child {
  border-right: 1px solid #4169e1;
}
nav a {
  display: block;
  text-decoration: none;
  color: #919191;
  letter-spacing: 5px;
  font-weight: 400;
  line-height: 45px;
}

.index {
  font-style: italic;
  position: fixed;
  float: right;
  z-index: 100;
  margin-left: calc(20% + 602px);
  font-size: 80%;
}
.index ul{
  line-height: 1.2em;
  list-style: none;
}

footer {
  font-size: 80%;
  width: 100%;
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #313131;
}
footer address {
  margin-right: 20%;
  font-style: normal;
}
