body {
  margin: 0;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", Helvetica;
  background: #FFFFFF;
  color: #000000;
  overflow-x: hidden;
  -webkit-user-select: none;
  -webkit-text-size-adjust: none;
}
a:link {
    background-color: transparent;
    color: #000000;
    text-decoration: none;
} a:visited {
    background-color: transparent;
    color: #000000;
    text-decoration: none;
} a:hover {
    background-color: transparent;
    color: #000000;
    text-decoration: none;
}
#article {
  text-align:center;
}
#title {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-bottom: 1px solid #a1a1a1;
  border-top: 1px solid #dcdcdc;
  padding:0 10px;
  height: 50px;
  background: url(./image/toolbar.png) #777777 repeat-x;
}
#title > h1 {
    position: absolute;
    overflow: hidden;
    left:50%;
    margin: 4px 0 0 -75px;
    height: 45px;
    font-size: 20px;
    width: 150px;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #FFFFFF;
}
#menu {
  margin:15px 0;
}
.item {
  text-align:center;
  width:80px;
  float:left;
  font-size:11px;
}
.item img {
  margin:3px;
}
#search {
  -webkit-border-radius:5px;
  margin:15px 5px;
  padding:5px;
  border:1px solid #999999;
}
#searchForm {
  padding:0;
  margin:0;
}
#searchForm input.text {
  width:180px;
  font-size: 18px;
}
#searchForm input.submit {
  font-size: 18px;
}
#footer {
    position: relative;
    top: -1px;
    margin-bottom: 2px;
    border-top: 1px solid #7d7d7d;
    border-bottom: 1px solid #999999;
    padding: 1px 10px;
    background: url(./news/include/iui/listGroup.png) repeat-x;
    font-size: 17px;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.4) 0 1px 0;
    color: #FFFFFF;
}
.Center {
  text-align:center;
}
.Font_S {
  font-size:x-small;
  font-weight:normal;
  color:#999999;
}

#ticker {
  -webkit-border-radius:5px;
  border:1px solid #999999;
  margin:50px 5px 10px 5px;
  padding:5px;
  border:1px solid #999999;
}
#scroll {
  text-align:left;
}
#scroll div.data {
  font-size:12px;
  font-weight:normal;
}
#scroll div.data img {
  height:66px;
  float:left;
  margin-right:5px;
  margin-bottom:2px;
  padding:2px;
  border:1px solid #999999;
}
#scroll div.data a {
  font-size:16px;
  font-weight:bold;
}
#scroll div.data a:hover {
  color:#7d7d7d;
  text-decoration:underline;
}
.ntitle {
  border-bottom:1px solid #999999;
  font-weight: bold;
  text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
  text-align: center;
  text-overflow: ellipsis;
  margin-bottom:5px;
  font-size:16px;
  color: #999999;
}

