@charset "Shift_JIS";

body {
  font-family: Arial, 'Droid Sans', sans-serif;
  font-size: 12px;
  line-height: 18px;
  background: url(../images/hd_bk5.gif) repeat-x;
}

a {
  color: #2f5883;
  text-decoration: none;
}

a:visited { color: #2f5883; }

a:hover {
  color: #0b51c2;
  text-decoration: underline;
}

#header {
  height: 140px;
  position: relative;
}

#header h1 {
  top: 40px;
  left: 0;
  position: absolute;
}

#header #menu {
  width: 416px;
  height: 31px;
  top: 42px;
  right: 0;
  position: absolute;
}

#header #lang {
  top: 0;
  right: 0;
  position: absolute;
  background:#1e2f7d;
  padding:3px 8px;
}

#header #lang a {
  color: #fff;
  text-decoration: none;
}

#header #lang a:hover { text-decoration: underline; }

.wrap {
  margin: 0 auto;
  width: 1000px;
}

#showcase {
  width: 100%;
  height: 350px;
  background: #000;
}

#contents { padding: 20px 0; }

#contents #main .split {
  width: 99%;
  float: center;
}

#contents #main .split.left, #contents #main .split.right {
  padding: 20px;
  width: 461px;
}

#contents #main .split.left h2, #contents #main .split.right h2 {
  padding-bottom: 10px;
  border-bottom: 1px dotted #999;
}

#contents #main .split.left { padding-left: 10px;
border-top: 10px solid #0f6da9;
 }

#contents #main .split.right {
  border-top: 10px solid #0f6da9;

}

#contents #main .split.column {
  margin-bottom: 10px;
  border: 1px solid #ccc;
  float: left;
  overflow: hidden;
}

#contents #main .split.column:nth-child(odd) { margin-right: 18px; }
#contents #main .split.column:nth-child(even) { margin-right: 18px; }

#contents #main .split.column h3 {
  margin-bottom:0;
}

#contents #main .split.column h3 a {
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  display:block;
  height: 90px;
  background: url(../images/bg-column.gif) repeat-x;
  border-bottom: 6px solid #000;
  text-indent:10px;
  line-height:90px;
  font-size: 19px;
}




#contents #main .split.column:nth-child(1) h3 a { 
color: #64a3a6;
border-color: #A5C9CB; }
#contents #main .split.column:nth-child(2) h3 a { 
color: #a8412f;
border-color: #CC7161; }
#contents #main .split.column:nth-child(3) h3 a { 
color: #8b9529;
border-color: #AAB354; }
#contents #main .split.column:nth-child(4) h3 a { 
color: #62467a;
border-color: #907E9F; }
#contents #main .split.column:nth-child(5) h3 a { 
color: #a87f36;
border-color: #CEAB6D; }
#contents #main .split.column:nth-child(6) h3 a { 
color: #325885;
border-color: #6787AD; }
#contents #main .split.column:nth-child(6) h3 a {
    text-indent: 5px;
}

#contents #main .split.column h3 a:hover {
  background-image:none;
}


#contents #main dl.headLine { margin: 0; }

#contents #main dl.headLine dt {
  font-weight: bold;
  padding: 9px 0 5px 10px;
  width: 160px;
  height: 17px;
  clear: both;
  float: left;
}

#contents #main dl.headLine dd {
  margin-left: 160px;
  padding: 9px 5px 5px 10px;
  width: 515px;
}

#contents #main table.default {
  margin: 0 0 20px;
  border: 1px solid #aaa;
  border-collapse: collapse;
  width: 560px;
}

#contents #main table.default th {
  text-align: left;
  vertical-align: top;
  padding: 8px;
  border: 1px solid #aaa;
  background: #eee;
  white-space: nowrap;
}

#contents #main table.default td {
  text-align: left;
  vertical-align: top;
  padding: 20px;
  border: 1px solid #aaa;
}

#contents #main table.default tr.even td { background: #f7f7f7; }
#contents .section { margin: 20px 0; }

#contents .section .left {
  width: 245px;
  float: left;
}

#contents .section .right {
  width: 755px;
  float: right;
}

.movie {
  text-align: center;
  padding: 20px 0px;

  display: block;
  background: #f1f1f1;
}

*.section .left {
  padding: 0 !important;
  width: 245px !important;
  float: left !important;
}

*.section .right {
  padding: 0 !important;
  width: 755px !important;
  background: none !important;
  float: right !important;
}

.backToTop {
  text-align: right;
  height: 38px;
  clear: both;
  overflow: hidden;
}

.backToTop a {
  *display: inline;
  *zoom: 1;
  width: 48px;
  height: 38px;
  display: inline-block;
  background: url(../images/backtotop.png) no-repeat;
  background-position: 0 0;
}

.backToTop a:hover { background-position: 0 bottom; }

#footer {
  padding: 20px 0 0 0;
  height: 124px;
  background: #222;
}

/** MISC **/
.align-right { text-align: right; }
.align-center { text-align: center; }

/** Headline **/
h1, h2, h3, h4, h5, h6 {
  font-family: 'Droid Sans', sans-serif;
}



/** Navigation **/
#header ul.navi {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 503px;
  height: 71px;
}

#header ul.navi li a{
  font-weight: bold;
  text-align: center;
  padding-top: 7px;
  width: 90px;
  height: 18px;
  display: block;
  float: left;
  color:#fff;
}

#header ul.navi li a:hover{
  color:#dbee76;
}



#footer ul.navi {
  list-style: none;
  margin: 10px auto;
  padding: 0;
  width: 1000px;
  height: 24px;
}

#footer ul.navi li {
  *display: inline;
  *zoom: liline;
  margin-right: 3em;
  display: inline-block;
  background:url(../images/foot_arrow.gif) no-repeat left 5px;
  padding-left:7px;
}

#footer ul.navi li a{
  color:#fff;
}


#footer p{
  color:#fff;
  width:1000px;
  margin:0 auto;
}

ul.headline li{
  list-style:none;
}

ul.headline li.line, 
ul.headline li p{
  list-style:square;
  border-bottom:1px dotted #777;
  padding-bottom:5px;
  margin-bottom:5px;
  font-weight:bold;
}

ul.headline li ul{
  margin: 10px 0;
  font-weight:normal;
}


#contents h2, #contents h3{
  font-weight:bold;
}

h2{
color: #333;
}

#main h2.line { color: #333;
background:url("../images/tit_btm.gif") repeat-x scroll left bottom transparent;
padding:0 0 15px;
 }
 
#read1 {

  letter-spacing: 1px;

  margin-left: 0px;

  margin-bottom: 20px;

  margin-right: 0px;

  margin-top: -13px;

  line-height: 6px;

  font-style: normal;

  font-weight: normal;

  font-size: 26px;

  font-family: "Times New Roman", Times, serif;
  text-align: left;
  color:#666;
}
ol{
        counter-reset: li; /* Initiate a counter */
        list-style: none; /* Remove default numbering */
        *list-style: decimal; /* Keep using default numbering for IE6/7 */
        font: 13px 'trebuchet MS', 'lucida sans';
        padding: 0;
        margin-bottom: 4em;
        text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

ol ol{
        margin: 0 0 0 2em; /* Add some left margin for inner lists */
}
.rectangle-list h5{
        position: relative;
        display: block;
        padding: .4em .4em .4em .8em;
        *padding: .4em;
        margin: .5em 0 .5em 2.5em;
        background: #eee;
        color: #444;
        text-decoration: none;
        transition: all .3s ease-out;
}

.rectangle-list h5:hover{
        background: #eee;
}       

.rectangle-list h5:before{
        content: counter(li);
        counter-increment: li;
        position: absolute;
        left: -2.5em;
        top: 50%;
        margin-top: -1em;
        background: #fa8072;
        height: 2em;
        width: 2em;
        line-height: 2em;
        text-align: center;
        font-weight: bold;
}

.rectangle-list h5:after{
        position: absolute;
        content: '';
        border: .5em solid transparent;
        left: -1em;
        top: 50%;
        margin-top: -.5em;
        transition: all .3s ease-out;
}

.rectangle-list h5:hover:after{
        left: -.5em;
        border-left-color: #fa8072;
}