/* CSS Document */

body {
  background-color: #EEEEEE;
  color: #000000;
  margin: 0px;
}
/* layout */
#all {
  width: 800px;
  border-right: 2px solid #999999;
  border-left: 2px solid #999999;
  border-bottom: 2px #999999;
  background-color: #FFFFFF;
  border-top-color: #999999;
  border-top-width: 2px;
}
#top {
  width: 800px;
  background-color: #FFFFFF;
}
#middle {
  width: 800px;
}
#menu {
  width: 240px;
  float: left;
  padding-right: 20px;
}
#contents {
  width: 520px;
  float: left;
  padding-top: 10px;
}
#bottom {
  width: 800px;
  clear: both;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* navigation */
.navigation {
  margin: 0px;
  padding: 0px;
}
ul#navigation {
  list-style-position: inside;
  list-style-image : url(li_navigation.gif);
  list-style-type: none;
  padding-left: 10px;
  margin-left: 0px;
}
li.navigation {
  font-size: 13px;
  line-height: 150%;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #999999;
}
/* banner */
.banner {
	margin: 20px 0px 15px;
	padding: 0px;
}
.banner table {
	background-color: #FFFFFF;
	margin-left: 12px;
}

/* etc */
IMG {
  border: none;
  float : none;
}
table {
  background-color: #999999;
}
.column {
  background-color: #FFFFFF;
}
th {
  vertical-align: top;
}
td {
  vertical-align: top;
}
#google {
	padding: 0px;
	margin: 0px 0px 0px 10px;
}
