@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
ul, ol {
  list-style: none;
}
a {
  color: #2D76BE;
}
body {
  font-family: "Lucida Grande", Tahoma, Verdana, Arial, 'Hiragino Kaku Gothic Pro', Meiryo, 'MS PGothic', sans-serif;
  font-size: 14px;
  color: #000;
  background: #000;
 }
 p {
  line-height: 1.5em;
  margin-bottom: 2em;
 }
 i {
  font-style: italic;
 }
 b {
  font-weight: bold;
 }
 .wp-admin {
  background: none;
 }
 .left {
  float: left;
  margin: 0 2em 1em 0;
}
.right {
  float: right;
  margin: 0 0 1em 2em;
}
.bl {
  text-align: left;
  display: block;
  text-indent: -999em;
  overflow: hidden;
  border: none;
}
.line {
  border-bottom: 1px solid #D4D4D4;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}
.wrapper {
  width: 960px;
  margin: 0 auto;
}
.wrapper_big {
  width: 1160px;
  margin: 20px auto;
  background: #F2F2F2;
}

/* header */
header {
  width: 960px;
  padding-top: 10px;
  margin-bottom: 20px;
}
header a#sitemap {
  right: 0;
  width: 120px;
  height: 26px;
  background: url(../images/sitemap.png) 0 0 no-repeat;
  float: right;
  margin-bottom: 10px;
}
header h1 {
  width: 960px;
  height: 206px;
  background: url(../images/h1_bg.png) 0 0 no-repeat;
}

/* main */
main {
  display: block;
  padding-bottom: 50px;
}

/* breadcrumb */
.breadcrumb {
  margin-bottom: 15px;
}
.breadcrumb a {
  text-decoration: none;
}


/* aside */
aside {
  width: 220px;
  float: left;
  margin-right: 30px;
}
aside nav {
  width: 220px;
  height: 310px;
  background: url(../images/navi.png) 0 0 no-repeat;
	margin: 0 0 10px;
}
aside nav ul li {
  width: 220px;
  height: 40px;
  margin-bottom: 5px;
}
aside nav ul li#l1:hover {
  background: url(../images/navi_hover.png) 0 0 no-repeat;
}
aside nav ul li#l2:hover {
  background: url(../images/navi_hover.png) 0 -45px no-repeat;
}
aside nav ul li#l3:hover {
  background: url(../images/navi_hover.png) 0 -90px no-repeat;
}
aside nav ul li#l4:hover {
  background: url(../images/navi_hover.png) 0 -135px no-repeat;
}
aside nav ul li#l5:hover {
  background: url(../images/navi_hover.png) 0 -180px no-repeat;
}
aside nav ul li#l6:hover {
  background: url(../images/navi_hover.png) 0 -225px no-repeat;
}
aside nav ul li#l7:hover {
  background: url(../images/navi_hover.png) 0 -270px no-repeat;
}
aside nav ul li a {
  width: 220px;
  height: 40px;
}
aside .bnr {
	margin: 0 0 10px;
}
/* article */
article {
  width: 710px;
  float: left;
  border: 1px solid #D4D4D4;
  border-radius: 5px;
  background: #FFF;
  padding: 25px 15px;
}
article h2 {
  width: 680px;
  height: 31px;
  background: url(../images/h2_bg.png) 0 0 no-repeat;
  font-size: 18px;
  text-indent: 1.5em;
  line-height: 1em;
  margin-bottom: 15px;
}
article h2 a {
  float: right;
  font-weight: normal;
  font-size: 14px;
  text-decoration: none;
  background: url(../images/archive.png) 10px center no-repeat;
}
article h3 {
  background: #337AC1;
  color: #fff;
  font-size: 18px;
  padding-left: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-bottom: 20px;
}
article h4 {
  border-left: 8px solid #50C1FE;
  padding-left: 10px;
  font-weight: bold;
  margin-bottom: 10px;
}
article.top section:first-of-type img {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
article.top section:first-of-type p {
  font-size: 18px;
  text-align: center;
}
article section dl#topics {
  padding-left: 20px;
}
article section dl#topics dt {
  color: #757575;
  background: url(../images/arrow.png) 0 0.4em no-repeat;
  padding-left: 15px;
}
article section dl#topics dt span.title {
  color: #000;
  margin-left: 20px;
}
article section dl#topics dd {
  padding-left: 15px;
  color: #4077DE;
  margin-bottom: 10px;
}
/* footer */
footer {
  border-top: 1px solid #D4D4D4;
  text-align: center;
  color: #797979;
  background: #fff;
}
footer ul {
  margin-top: 20px;
  padding-bottom: 20px;
}
footer ul li {
  display: inline-block;
  border-right: 2px solid #D4D4D4;
  padding: 0 15px;
}
footer ul li:last-of-type {
  border-right: none;
}
footer ul li a {
  color: #797979;
  text-decoration: none;
}
footer p {
  margin-top: 40px;
  padding-bottom: 20px;
}