﻿@charset "utf-8";

#news {
  width: 980px;
  height: 1000px;
  margin-bottom: 40px;
  overflow: auto;
  border-collapse: collapse;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  float: left;
}

#news table {
  border-collapse: collapse;
}


#news table tr th {
  width: 100px;
  font-size: 13px;
  font-weight: normal;
  border-bottom: 1px solid #cccccc;
  font-family: "メイリオ", "Meiryo", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #333333;
  padding: 10px 15px;
  background-color: #ffffff;
  max-height: 100%;
}

#news table tr td {
  width: 820px;
  font-size: 13px;
  border-bottom: 1px solid #cccccc;
  font-family: "メイリオ", "Meiryo", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #333333;
  letter-spacing: 1px;
  padding: 15px 5px;
  background-color: #ffffff;
  vertical-align: top; 
  max-height: 100%;
}

#news table tr td a {
  font-size: 13px;
}

