@charset "utf-8";
/* reset */
html, body, header, nav, div, class, h1, h2, h3, h4, ul, li, img, p, a {
  margin: 0;
  padding: 0;
  line-height: 1.0;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
img {
  border: none;
  vertical-align: bottom;
}
header, section, footer {
  display: block;
}

/* body */
body{
  background: #eee;
  font-family:
    "Hiragino Kaku Gothic ProN",
    Meiryo,
    sans-serif;
  font-size: 0.875em;
  color: #164158;
}

/* layout */
#container{
  width: 1050px;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
}
#header {
  height: 40px;
  padding: 3px 200px 3px 0;
  background: #414141;
}
#sidebar{
  width: 230px;
  margin: 0 0 20px 50px;
  float: left;
  background: #fff;
}
.content1 {
  width: 740px;
  height: 30px;
  margin: 0 5px 5px 5px;
  padding-left: 300px;
  background: #eee;
  line-height: 1.6;
}
.content1 p {
  position: relative;
  padding: 5px;
  font-size: 10px;
  vertical-align: middle;
}
.content1 img{
  vertical-align: middle;
  margin-right: 5px;
}
#content {
  width: 705px;
  float: left;
  margin: 0 5px 30px 25px;
}
a:link {
  color: #fff; text-decoration: none;
}

/* #content */
a:link {
  color: #333;
}
a:visited {
  color: #333;
}
a:hover {
  color: #333;
}
a:active {
  color: #333;
}
#content h2 {
	font-size: 21px;
	border-bottom: solid 1px #AAA;
	margin: 20px 0 10px 10px;
	padding-bottom:12px;
}
#content h3 {
	margin: 30px 0 10px 10px;
	padding-bottom: 5px;
	line-height: 1.5;
	border-bottom: solid 1px #AAA;
}
#content h4 {
	margin: 30px 0 10px 30px;
	padding-bottom: 5px;
}
#content p {
	line-height: 1.6;
	margin: 10px 15px 10px 50px;;
}
#content img {
  margin: 5px 0 0 5px;
  float: right;
}
.content2 table {
	margin: 10px 0 0 50px;
	width: 630px;
	border-collapse: collapse;
}
.content2 caption {
	margin-bottom: 5px;
}
.content2 th {
	width: 150px;
	padding: 10px;
}
.content2 td {
	padding: 10px;
}

.date {
  float: right;
  background-color: #075074;
  padding: 5px 8px;
  border-radius: 25px;
  text-align: center;
  font-family:
    Helvetica,
    Arial,
    sans-serif;
  color: #FFF;
}
.date span {
  display: block;
  font-size: 12px;
}
.cate, .cate a {
  font-size: 10px;
  color: #666;
  margin: 0 0 20px 10px;
}
/* #sidebar */
ul.navi{
  width: 230px;
  margin: 0;
}
ul.navi, ul.menu{
  margin: 0;
  padding: 0;
  list-style: none;
}
div.category{
  margin: 2px;
  padding: 0 1em;
  height: 40px;
  line-height: 40px;
  background-color: #eee;
  cursor: pointer;
}
ul.menu a{
  display: block;
  height: 35px;
  line-height: 35px;
  color: #164158;
  padding: 0 1em;
}
ul.menu li{
  background-color: #f2f9fb;
}
ul.menu1 a{
  display: block;
  height: 35px;
  line-height: 35px;
  color: #164158;
  padding: 0 1em;
}
ul.menu1 li{
  background-color: #f2f9fb;
}
ul.menu a:hover {
  font-weight: bold;
}
ul.menu1 a:hover {
  font-weight: bold;
}
li.map {
  margin: 50px 0 20px 0;
}
#sidebar p {
  padding-left: 10px;
}

/* #footer */
#footer a:link {
  color: #CCC;
}
#footer a:visited {
  color: #CCC;
}
#footer a:hover {
  color: #036;
}
#footer a:active {
  color: #CCC;
}
.submenu {
  float: right;
}
.submenu ul {
	padding-top: 5px;
	font-size: 12px;
}
.submenu li {
  display: inline;
}
.submenu a {
  color: #fff;
  border-right: solid 1px #FFF;
  padding-right: 6px;
  margin-right: 3px;
}
.submenu li:last-child a {
  border: none;
}
#footer {
  clear: both;
  height: 300px;
  color: #fff;
  background: #414141;
  margin-top: 20px;
  padding: 10px 0 0 10px;
}
#footer small {
  font-size: 9px;
  padding-top: 5px;
  color: #fff;
  display: block;
}
#footer .inner {
  width: 955px;
  margin: 0 auto;
  overflow: hidden;
}
#wrapper2 {
  width: 955px;
  margin: 0 auto;
}
#footer .content2 {
  margin: 0 25px 10px 0px;
  padding: 5px;
  float: left;
}
#footer .content3 {
  margin: 0 50px 10px 50px;
  padding: 5px;
  float: left;
}
#footer .content4 {
  margin: 0 50x 10px 50px;
  padding: 5px;
  float: left;
}
#footer .content5 {
  margin: 0 50px 10px 50px;
  padding: 5px;
  float: left;
}
#footer ul {
	margin: 5px 0 20px 0;
	color: #f2f2f2;
}
#footer li {
	line-height: 1.5;
	font-size: 12px;
}
#footer .content2 li {
  margin-left: 50px;
  font-size: 14px;
  font-weight: bold;
}
#footer li a:hover {
	text-decoration: underline;
	color: #fff;
}
ul.navi ul {
  display: none;
}