/* CSS document */

body {
  background-color: rgb(220,220,220);
  font-family: Verdana, Arial, Tahoma, Sans-serif;
  font-size: 10pt;
  color: rgb(0,0,0);
  text-align: center;
}
table, input, textarea {
  font-family: Verdana, Arial, Tahoma, Sans-serif;
  font-size: 10pt;
  color: rgb(0,0,0);
}

a {
  color: rgb(47,122,174);
  text-decoration: underline;
}
a:hover {
  color: rgb(47,122,174);
  text-decoration: none;
}

div#warp {
  margin: auto;
  text-align: left;
  width: 800px;
  border: 1px solid rgb(50,50,50);
  background-color: rgb(255,255,255);
}

div#header {
  width: 800px;
  height: 200px;
  background-image: url(img/header.jpg);
  border-bottom: 1px solid rgb(50,50,50);
}

div#navi {
  height: 40px;
  border-bottom: 1px solid rgb(50,50,50);
  
  background-image: url(img/navi_bg.png);
}

div#navi ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

div#navi ul li { float: left;height:40px;line-height:40px; }
div#navi ul li a {
  display: block;
  height: 40px;
  line-height: 40px; 
  color: rgb(255,255,255);
  text-decoration: none;
  padding-left:20px;
  padding-right:20px;
  float: left;
}
div#navi ul li a:hover {
  background-image: url(img/navi_hover.png);
}


div#con {
  padding: 10px;
}

td#content h1 {
  color: rgb(13,58,81);
  font-size: 16pt;
  border-bottom: 1px solid rgb(200,200,200);
  margin-top: 2px;
  margin-bottom: 2px;
  text-indent: 20px;
  padding-bottom: 1px;
}

div.news {
  padding: 10px;
  border-bottom: 1px dotted rgb(200,200,200);
}
div.news_head {
  color: rgb(13,58,81);
  font-weight: bold;
  font-size: 11pt;
}
div.news_time {
  color: rgb(150,150,150);
  font-size: 8pt;
  margin-bottom: 3px;
}

td#sidebar {
  width: 180px;
  padding: 5px;
}

td#sidebar h3 {
  color: rgb(13,58,81);
  font-weight: bold;
  font-size: 10pt;
  margin: 0px;
}

td#sidebar ul {
  margin: 3px;
  padding: 0px;
  padding-left: 20px;
}

div#footer {
  text-align: center;
  border-top: 1px solid rgb(50,50,50);
  padding: 5px;
  background-color: rgb(47,122,174);
  color: rgb(255,255,255);
  font-size: 8pt;
}
div#footer a {
  color: rgb(255,255,255);
}