body {
  background-color: #FFFFFF;
  text-align: center;
  padding: 0px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

#global {
  font-size: 12px;
  line-height: 18px;
  color: #333333;
  text-align: left;
  width: 863px;
  margin-right: auto;
  margin-left: auto;
}

#global #header {
  width: 863px;
}

#global #header #logo01 {
  padding-top: 25px;
}

#global #header #logo02 {
  text-align: right;
  padding-bottom: 8px;
}

#flash {
  margin-left: 3px;
  margin-bottom: 15px;
}

#contents {
  margin-left: 3px;
  margin-bottom: 15px;
}

#contents .table {
  width: 860px;
}

#contents .left {
  width: 200px;
  padding-right: 20px;
  vertical-align: top;
}

#contents .left ul {
  margin: 0px;
  padding: 0px;
  font-size: 0px;
  line-height: 0px;
}

#contents .left li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  font-size: 0px;
  line-height: 0px;
}

#contents .middle {
  width: 200px;
  padding-right: 20px;
  vertical-align: top;
}

#contents .middle ul {
  margin: 0px;
  padding: 0px;
  font-size: 0px;
  line-height: 0px;
}

#contents .middle li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  font-size: 0px;
  line-height: 0px;
}

#contents .link01 {
  width: 200px;
  height: 96px;
  margin-bottom: 15px;
}

#contents .link02 {
  height: 162px;
  margin-bottom: 15px;
  width: 200px;
}

#contents .link03 {
  height: 74px;
  width: 200px;
  margin-bottom: 15px;
}

#contents .link04 {
  height: 140px;
  width: 200px;
}

#contents .right {
  width: 420px;
  vertical-align: top;
}

#contents .right .catch {
  margin-bottom: 15px;
}

#contents .right .news {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #CCCCCC;
  width: 420px;
}

#contents .right .news .title {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #CCCCCC;
}

#contents .right .news .title .r {
  float: right;
}

#contents .right .news .title .l {
  float: left;
}

#contents .right .news .body {
  line-height: 16px;
  padding: 10px;
}

#contents .right .news .body ul {
  margin: 0px;
  padding: 0px;
}

#contents .right .news .body li {
  margin: 0px 0px 5px;
  padding: 0px;
  list-style-type: none;
}

#contents .right .partner {
  margin: 0px;
  padding: 0px;
}

#contents .right .partner ul {
  margin: 0px;
  padding: 0px;
}

#contents .right .partner li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

#global #footer {
  font-size: 10px;
  background-color: #CCCCCC;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #999999;
  padding: 5px 10px;
}

#global #footer a:link {
  color: #333333;
  text-decoration: none;
}

#global #footer a:visited {
  color: #333333;
  text-decoration: none;
}

#global #footer a:hover {
  color: #CC0000;
  text-decoration: none;
}

#global #footer #link {
  float: left;
}

#global #footer #copyright {
  float: right;
}

.txt10 {
  font-size: 10px;
}

.txt_red {
  color: #CC0000;
  font-size: 10px;
}

.txt_blue {
  color: #0099CC;
  font-size: 10px;
}

.flot_clear {
  clear: both;
}

/* Add 2022.06.15 */

#slider {
  width: 860px;
  height: 150px;
  margin-left: 3px;
  margin-bottom: 15px;
  background-color: #ccc;
}

.slider-list {
  list-style: none;
}

/* Add 2024.10.23*/
.news-detail {
  width: 400px;
  height: 110px;
  padding: 0;
  margin: 10px;
  overflow-y:auto;
}
.news-list {
  margin: 0;
  padding: 0;
  width:370px;
}
.news-list > li {
	list-style-type: none;
  width: 100%;
  padding: 6px 0;
  margin: 0px;
  line-height: 1.2;
}
.news-list > li:not(:last-of-type) {
	background-image: url(../company/outline/images/border_dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.news-list > li > a {
  display: inline-block;
}
