* {
  margin: 0px;
  padding: 0px;
}

body {
  text-align: center;
}

div#wrapper {
  margin: auto;
  padding: 10px;  
  text-align: left;
  width: 900px;

}

div#header {
  background: green;
}
div#contents {
}
div.battles {
  margin: 10px 0px;
}
div#main {
  padding: 5px 0px;
/*  float: right;
  width: 690px;*/
}
/*div#sub {
  background: yellow;
  margin-right: 700px;
  width: 200px;
}*/
div#footer {
  background: green;
}

div.clear {
  clear: both;
}

/* メニュー */
img { border: none; }
ul#menu {
  position: relative;
  top: -10px;
}
ul#menu li {
  float: left;
  line-height: 30px;
  list-style: none;
  text-align: center;
  width: 150px;
}
ul#menu li a {
  color: #000;
  background: #A8FF8E;
  display: block;
  text-align: none;
  text-decoration: none;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
ul#menu li.lichild a {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
ul#menu li.lichild a.last {
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
ul#menu li ul {
  list-style: none;
  position: absolute;
  width: 150px;
}
ul#menu li ul li a:hover {
  background: #bbb;
  color: #000;
}

/* カレンダー */
div.calendar { padding: 5px 25px; }
div.calendar table {
  border-collapse: collapse;
  text-align: center;
  width: 150px;
}
div.calendar table, div.calendar table th,
div.calendar table td {
  border: 1px solid #000000;
}
div.calendar table th a, div.calendar table td a {
  text-decoration: none;
}

/* 予定 */
div.schedule {
  padding: 5px 0px 0px 22px;
  text-align: left;
}

/* 対戦成績 */
div.tresults { margin: 5px 0px; }
div.tresults table { border-collapse: collapse; width: 100% }
div.tresults table th, div.tresults table td {
  border: 1px solid #000000;
  font-size: 13px;
}

/* footer */
div#footer p {
  text-align: center;
}

/* 記事 */
h3.title { font: bold; }
h2.results { color: blue; }
img.pics { float: right; }
p.a { text-align: left; }

/* 試合 */
div.match table { width: 100%; }
div.match table tr th { background: #999999; }
div.match table tr td { font-size: 14px; }

/* 加盟校 */
div.league table { border-collapse: collapse; }
div.league table th, div.league table td {
  padding: 0px 3px;
  border: 1px solid #000000;
}
div.league table td.nopdd { padding: 0px; }
div.league table tr td { font-size: 15px; }
td.kwansai { background: #DC0DDA; }
td.kwansei { background: #0000CD; }
td.kyoto { background: #00008F; }
td.kinki { background: #0000FF; }
td.doshisha { background: #9B0084; }
td.ritsumei { background: #DB0000; }
h3.univname { color: #FFFFFF; width: 120px; }
h5.univname { color: #FFE635; }

/* 選手ｓ */
table#athletes {
  margin: auto;
  background: #E0FFD7;
  text-align: center;
  border-collapse: collapse;
  border: none;
  width: 900px;
}

table#athletes th {
  border: none;
  list-style: none;
  text-align: center;
  width:290px;
/*  width: 230px; */
}

/* 新着情報 */
div#inform table {
  margin: auto;
}
div#inform ul li {
  margin: 5px 0px;
  border: 1px #CDCDCD; 
  border-top-style: dotted;
  border-bottom-style: dotted;
  font-size: 120%;
  line-height: 1.5;
}
h3.caption {
  margin-top: 20px;
  padding: 5px 0px 5px 10px;
  background: #C6FFA4;
  color: #000000;
  border-left: solid 10px #A9FF75;
}

