@charset "utf-8";
/* CSS Document */


body {
  margin: 0px;
    padding: 0px;
  color: #333;
  background-color: #FFF;
  font-family: "Meiryo UI", sans-serif;
}


a:link {
  color: #0031AD;
  text-decoration: none;
}
a:visited {
  color: #0031AD;
}
a:hover {
  color: #0031AD;
  text-decoration: underline;
}
a:active {
  color: #0031AD;
}


p {
  font-size: small;
  line-height: 150%;
}
hr {
  display: none;
}
a img {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
}


#container {
  width: 100%;
  background-color: #ffffff;
  margin-top: 140px;/* ヘッダー背景の高さとかで変わる */
}


#header {
  position:absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height:140px;
  background-color:#FFFFFF;
  float: left;
}


#header h1 {
  width:804px;
  font-size: x-small;
  padding-left: 5px;
}


#dheader {
  width:804px;
  margin-right: auto;
  margin-left: auto;
}


#dheader ul {
  float:right;  
  text-align: right;
}

#dheader ul li {
  margin-top: 6px;
  font-size: small;
  list-style-type: none;
  line-height: 100%;
  margin-right: 10px;
}


#dheader .logo img {
  margin-left: 10px;
  margin-top: 15px;
  margin-bottom: 10px;
}


#aflash {
  width: 100%;
  height:440px;
  top: 0px;
  left: 0px;
  background-image:url(img/flash_h.jpg);
  background-repeat: repeat-x;
}


#flash {
  width: 804px;
  height:400px;
  margin-right: auto;
  margin-left: auto;
  padding-top:20px;
  padding-bottom:20px;
}

#contents {
  width: 804px;
  margin-right: auto;
  margin-left: auto;
}


#footer {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 45px;
  background-image:url(img/foot.jpg);
  font-weight: bold;
  color: #FFF;
  text-align: center;
  padding-top: 25px;
}


#sidemenu {
  float: left;
  width: 200px;
  margin-top:10px;
}


#snavbar {
  float:left;
  width: 200px;
}

/* サイドナビ画像リンク(JAVA) */


#snavbar ul {
  padding: 0px;
  list-style-type: none;
  height: 370px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
}
#snavbar ul li {
  width: 200px;
  margin-bottom: 2px;
}


#main {
  float: right;
  width: 579px;
  margin-bottom: 15px;
  padding: 0px;
  margin-left: 25px;
  margin-top: 10px;
}


.clearfloat {
  font-size: 1px;
  line-height: 0px;
  clear: both;
  height: 0px;
}


body, h1, h2, h3, p {
  margin: 0px;
  padding: 0px;
}

#toTop {
  width: 804px;
  margin-right: auto;
  margin-left: auto;
  font-size: x-small;
  text-align: right;
  margin-bottom: 10px;
}

/* 枠(線あり) */
.boxA {
  width:557px;
  padding: 10px;
  margin-bottom: 15px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-color: #DAD9D9;
  border-bottom-color: #DAD9D9;
  border-left-color: #DAD9D9;
}
.boxA ul {
  margin: 0px;
  padding: 0px;
}
.boxA ul li {
  font-size: small;
  margin-left: 35px;
  padding-bottom: 10px;
}


/* 枠(線あり) */
.boxB {
  width:557px;
  padding: 10px;
  border: 1px solid #DAD9D9;
  margin-bottom: 15px;
}

.boxB h2 {
  font-size:large;
  font-weight:bold;
  color:#0031AD;
}

.boxB img {
  float:right;
  margin-left:10px;
}
.boxB ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.boxB ul li {
  font-size: medium;
  margin-left: 35px;
  line-height: 150%;
}

/* index.html */
.news-area {
  overflow-y: auto;
  height: 100px;
}

.news-area li {
  list-style: none;
}

.news-area li a {
  text-decoration: none;
}

.news-area li a:hover {
  opacity: .8;
}