.bl {
  text-align: left;
  display: block;
  text-indent: -999em;
  overflow: hidden;
  border: none; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.right {
  float: right;
}
.left {
  float: left;
}

.outer {
  background: url(../images/bg.png) no-repeat ;
  width: 1020px;
  margin: 0 auto;
}

.outer > * {
  width: 960px;
  margin: 0 auto;
}

.pdf {
  padding: 0 25px 0 0;
  background: url(../images/pdf.gif) no-repeat right center;
}

ul {
  list-style: none;
}

body {
  font-size: 14px;
}

/* header -------------------------------------------- */
header {
  background: url(../images/header.png) no-repeat;
  height: 160px;
  position: relative;
}
header h1 {  
  margin: 0;
}
header h1 a {
  display: block;
  width: 662px;
  height: 160px;
}
header a#sitemap {
  position: absolute;
  right: 0;
  top: 12px;
  display: block;
  width: 100px;
  height: 20px;
}



/* aside --------------------------------------------- */
aside {
  float: left;
  width: 228px;
  margin-right: 30px;
  border: solid 1px #C9CECB ;
  background: rgba(255,255,255, 0.7);
}

aside nav ul {
  font-family : 'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'ＭＳ Ｐ明朝', 'Times', 'Times New Roman', serif ;
  font-weight: bold;
  padding: 0 9px;
  margin: 0 0 30px 0;
  font-size: 16px;
}

aside nav ul li {  
}

aside nav ul li a {
  display: block;  
  width: 180px;
  height: 34px;
  border-bottom: dashed 1px #BBBBBB;
  background: url(../images/nav_arrow.png) no-repeat 0 14px;
  padding-top: 15px;
  padding-left: 30px;
  text-decoration: none;
  color: #1E1E1E;

}
aside nav ul li a:hover {
  color: #0863B7;
}


aside ul#banner {
  padding: 0 9px;
}
aside ul#banner li {
  padding-bottom: 5px;
}
aside ul#banner li a {
  display: block;
  width: 210px;
  height: 50px;
}
aside ul#banner li:nth-child(1) { background: url(../images/bnr1.png) no-repeat; }
aside ul#banner li:nth-child(2) { background: url(../images/bnr2.png) no-repeat; }
aside ul#banner li:nth-child(3) { background: url(../images/bnr3.png) no-repeat; }
aside ul#banner li:nth-child(4) { background: url(../images/bnr4.png) no-repeat; }
aside ul#banner li:nth-child(5) { background: url(../images/bnr5.png) no-repeat; }


/* main ---------------------------------------------- */
main {
  float: left;
  width: 700px;
}

main #breadcrumbs {
  padding: 0 0 8px 0px;
}
main #breadcrumbs a {
  text-decoration: none;
  color: #0452B7;
}

main article {
  border: solid 1px #C9CECB ;
  background: rgba(255,255,255, 0.7);
  padding: 14px;
}


main article h2 {
  color: #1F4366;
  margin-top: 0;
  font-size: 19px;
  padding: 0 0 5px 15px;
  font-weight: normal;
  border-bottom: 2px solid #1F4366;
  background: url(../images/h2_bg.png) no-repeat 0 6px;
}

main article h3 {
  margin: 0;
  font-weight: normal;
  background: #286DA0;
  color: #FFF;
  padding: 6px 10px;
}

main article h4 {
  margin: 0;
  border-left: solid 8px #6CBEFF;
  padding: 2px 7px;
}

main article section {
  margin-bottom: 30px;
}

main article section p {
  line-height: 1.8em;
  padding-left: 6px;
}
main article section img.right {
  padding-left: 19px;
}
main article section dl dd {
  margin-bottom: 10px;
}
#topics {
  position: relative;
}
#topics dl{
  padding-left: 6px;
}
#topics dl dt {
  color: #666666;
  float: left;
  width: 140px;
  background: url(../images/topics_arrow.png) no-repeat 0 3px;
  padding-left: 10px;
}
#topics dl dd {
  margin: 0 0 10px 0;
  border-bottom: dotted 1px #666;
  padding-bottom: 10px;
}
#topics dl dd a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
#topics dl dd a:hover {
  text-decoration: underline;
}
#topics dl dd span {
  display: inline-block;
  color: #1179B7;
  padding-top: 5px;
}

#topics a.archive {
  background: url(../images/archive.png) no-repeat;
  width: 82px;
  height: 16px;
  display: block;
  position: absolute;
  top: 4px;
  right: 0;
}
main article section div.table {
  background: #f0f0f0;
  font-size: 12px;
  padding: 5px 10px;
}
.table p span.bold {
  font-weight: bold;
}
#table1 {
  text-align: left;
  border-collapse: collapse;
  margin-left: 5px;
  width: 100%;
}


#table1 td, #table1 th {
  padding-right: 40px;
  padding: 5px 40px 5px 0px;
}

#table1 th {
  border-bottom: solid 1px #000;
  font-weight: normal;
}

#table1 caption {
  
  padding: 5px 0;
}
#table3 caption {
  padding: 5px 0;
  border-bottom: 1px solid #333;
}
#table3 {
  border-collapse: collapse;
  width: 650px;
  border-bottom: 1px solid #333;
}
#table3 tbody td{
  padding: 5px 0;
}

#patho img {
  width: 300px;
}

/* footer -------------------------------------------- */

footer {
  border-top: solid 1px #CCCCCC ;
  margin-top: 30px !important;
  text-align: center;
}


footer ul li{
  display: inline-block;
}
footer ul li:first-child:before {
  content: "|";
  padding-right: 12px;
  color: #777;
}
footer ul li:after {
  content: "|";
  padding-right: 12px;
  padding-left: 12px;
  color: #777;
}
footer ul li a {
  text-decoration: none;
  color: #000;
}

footer ul li a:hover {
  color: #777;
}

footer small {
  color: #545454;
}
