a {
  color: #3256B6;
}
a:visited {
  color: #989a62;
}
a:hover, a:visited:hover {
  color: #e00;
  text-decoration: none;
}

/* Binchoutann Black Background #0f100d */

body {
  background-color: #0f100d;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 80%;
  padding: 0;
  margin: 0;
  text-align: center;
}
h1 {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 250%;
  font-weight: normal;
}
h3 {
  color: #999;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 180%;
  font-weight: normal;
  margin-top: 1.5em;
  margin-bottom: .5em;
}

h3.menu-item {
	background-color: #999;
	width: 100%;
	padding: 2px 2px 2px 10px;
	margin: 1px;
	color: white;
	font-weight: bold;
}

h3.menu-item a, h3.menu-item a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #3256B6;
}

h3.menu-item:hover {
	background-color: #333;
	width: 100%;
	padding: 2px 2px 2px 10px;
	margin: 1px;
}

h3.menu-item a:hover {
	font-weight: bold;
	color: #e62d20;
}

table {
    border: 1px solid #000;
	width: auto;
	height: auto;
}

th {
	color: white;
	font-weight: bold;
	font-variant: small-caps;
	background-color: #316990;
    margin: 0px;
    border: 1px solid #000;
    padding: 3px;
}

td {
    margin: 0px;
    border: 1px solid #000;
    padding: 3px;
}


.hidden {
  display: none;
}
.clear {
  clear: both;
}
#page {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  text-align: left;
}

/* Shuniku Crimson Background #e62d20 */

/* Nurikabe Border Color #bc7b51 */
#header {
  background-color: #bc7b51;
  border-bottom: 6px solid #e62d20;
  color: #fff;
  font-family: Arial, Helvetica, Geneva, sans-serif;
  text-align: center;
	padding: 30px;
}

#header-box{
}

#corp-logo {
	height: 93px;
	float: left;
}

#site-title {
  color: white;
	font-size: 48px;
	line-height: 60px;
}
#site-title a, #site-title a:visited {
  color: white;
  text-decoration: none;
}
#site-title a:hover, #site-title a:hover {
  color: white;
  text-decoration: underline;
}
#site-subtitle {
  font-style: italic;
  letter-spacing: 2px;
  text-transform: lowercase;
  color: black;
	line-height: 33px;
}
#main {
  background-color: #eae9e7;
  border-bottom: 6px solid #e62d20;
  float: left;
  width: 100%;
}
#content-wrapper {
  float: left;
  width: 75%;
}
#content {
  padding: 25px;
  border-right: 1px dotted #a3a39c;
}
#content h1 {
  margin-top: 0;
}
#content h3 a {
  border-bottom: 1px dotted #a3a39c;
  display: block;
  padding-bottom: 2px;
  text-decoration: none;
}
#content p {
  line-height: 160%;
}
#content .info {
  color: #b0af99;
  font-size: 80%;
  margin-top: 1.5em;
}
#content .entry .info {
  margin-top: 1em;
}
#content .first.entry {
  background-color: #ece9e0;
  margin: -25px;
  margin-bottom: 0;
  padding: 25px;
}
#content .first.entry h3 {
  margin-top: 0.25em;
}
#sidebar-wrapper {
  float: right;
	width: 25%;
}
#sidebar {
  font-size: 90%;
  padding: 15px;
  padding-top: 0px;
}
#sidebar h3 {
  font-size: 160%;
}
#sidebar p {
  line-height: 140%;
}
#sidebar ul {
  margin-left: 1.5em;
  padding: 0;
}
#sidebar li {
  margin-bottom: .25em;
}
#footer {
  color: #b7cccf;
  float: left;
  font-size: 90%;
  padding-top: 1px;
  padding-bottom: 20px;
  width: 100%;
}

