/*  */
body {
  scrollbar-face-color:white;
  scrollbar-highlight-color:black;
  scrollbar-shadow-color:white;
  scrollbar-3dlight-color:white;
  scrollbar-arrow-color:black;
  scrollbar-track-color:white;
  scrollbar-darkshadow-color:white;
}

/*  */
body, table {
  font-size:10px;
  font-family:Verdana, Helvetica, sans-serif;
}

/*  */
a       { color:black; text-decoration:none; }
a:hover {
	color:#23D8D2;
	text-decoration:none;
	cursor:ne-resize;
	position: relative;
	left: 2px;
	top: 2px;
}

/*  */
.logo { font-size:19px; }
.logo a:link    { color:#000000; }
.logo a:active  { color:#000000; }
.logo a:visited { color:#000000; }
.logo a:hover   { color:#23D8D2; }

/*  */
.menu_table {
  background:url(image/menu-bg.jpg) no-repeat;
  background-position:50% 50%;
  width:150px;
  height:500px;
  text-align:center;
  border:dashed 1px black;
}

/*  */
.menu           { padding:5px; }
.menu a:link    { color:#ffffff; }
.menu a:active  { color:#ffffff; }
.menu a:visited { color:#ffffff; }
.menu a:hover   { color:#999999; font-weight:bolder; }

/*  */
.iframe_table {
  width:500px;
  background:#ffffff;
  border:dashed 1px black;
}

/*  */
.content_maintitle {
  font-size:14px;
  font-weight:bolder;
}

/*  */
.content_text {
  margin-top:5px;
  line-height:130%;
}

/*  */
.content_newly {
  width:100%;
  height:100px;
  overflow:auto;
  line-height:130%;
  margin-top:5px;
  border-top:double 3px black;
  border-left:none;
  border-right:none;
  border-bottom:double 3px black;
  padding:2px;
  letter-spacing:1;
}
