div#logo a {
  display: block;
  width: 100%;
  height: 100%;
}
    
#logo {
   background: url(resources/_wsb_logo.JPG) no-repeat;
}
#key_visual {
	background: url(resources/key_visual4.jpg) no-repeat;
}
#text_caption {
  font-family: Times New Roman,serif;
  font-style: italic;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #cc0000;
}
#content_container h1 {
  font-family: Tahoma,sans-serif;
  font-style: normal;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  color: #cc0000;
}
#content_container h2 {
  font-family: Tahoma,sans-serif;
  font-style: normal;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #ff9900;
}
#content_container h3 {
  font-family: Tahoma,sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #cc0000;
}
#content_container, #content_container p {
	font-family: Tahoma,sans-serif;
	font-style: normal;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #333330;
	background-color: #FFFFFF;
}
#content_container a:link {
  font-family: Tahoma,sans-serif;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
  color: #00F;
}
#content_container a:visited {
  font-family: Tahoma,sans-serif;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
  color: #800;
}
#content_container a:hover {
  font-family: Tahoma,sans-serif;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: none;
  color: #ff9900;
}
#content_container a:active {
  font-family: Tahoma,sans-serif;
  font-style: normal;
  font-size: 90%;
  font-weight: normal;
  text-decoration: underline;
  color: #ff9900;
}
#footer_text {
  font-family: Tahoma,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #666660;
}

.taho12 {
	font-family: Tahoma;
	font-size: 14px;
	color: #333333;
}
.textbox {
	font-family: Tahoma;
	font-size: 100%;
	color: #333333;
}
.rebold {
	font-family: Tahoma;
	font-size: 100%;
	font-weight: bold;
	color: #CC0000;
}
