@charset "utf-8";

/* ------------------------------------------------------ */
/* header_logo */
/* ------------------------------------------------------ */
header {
  position: static;
}
#header{
	width: 780px;
	height: 80px;
	padding: 15px 0 27px;
	box-sizing: border-box;
	margin: 0 auto;
	overflow: hidden;
}

#logo {
	float: left;
}

#logo img {
	vertical-align: top;
}


/* ------------------------------------------------------ */
/* Title */
/* ------------------------------------------------------ */
body > .title {
	background: #001871;
}

h1.titleInner {
	width: 780px;
	margin: 0 auto;
	padding: 12px 0;
	font-weight: bold;
	line-height: 1;
	color: #fff;
}

/* ------------------------------------------------------ */
/* Main */
/* ------------------------------------------------------ */
#container {
  width: 780px;
  margin: 30px auto 50px;
}
#container #date {
	padding: 0 0 20px;
	text-align: right;
}
#container #main aside {
  margin: 40px 0 0;
}
#container #main p {
	padding: 0 0 15px;
}
#container #main .layoutColumnA3 > *, #container #main .layoutColumnA3_4 > * {
  width: 254px;
  margin-left: 9px;
}
#container #main .layoutColumnA3 *[class*="glyph"].btnA01 {
  padding: 10px 5px 10px 35px;
  font-size: 0.96em;
}
table,
th,
td {
  border: 1px solid #c1d9f0;
}
#main table {
  width: 100%;
  height: auto;
  margin: 0 0 15px;
  table-layout: auto;
  border-collapse: collapse;
  background: #fafafa;
}
th,
td {
	width: auto;
	height: auto;
    line-height: 1.5em;
    text-align: left;
}
#main table th {
    white-space: nowrap;
	vertical-align: middle;
	padding: 0.5em 1em;
}
td {
	background: #ffffff;
    padding: 1em;
}
#main section {
  margin-top: 30px;
}

/* ------------------------------------------------------ */
/* Footer */
/* ------------------------------------------------------ */
#footer {
	margin-top: 40px;
	background: #1f1f1f;
}

#copyright {
	width: 780px;
	margin: 0 auto;
	padding: 15px 0;
	font-size: .67em;
	color: #fff;
	text-align: center;
}