@charset "utf-8";
/* CSS Document */

.top-text {	
  font-size: 13px;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
}

.top-text a,
.top-text a:visited {   
  color: #333333;
  text-decoration: none;
}

.top-text a:hover {
  color: #ff0000;
}

.title-text a,
.title-text a:visited { 
  font-size: 18px;
  color: #775e45;
  font-weight: bold;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
}

.text a,
.text a:visited { 
  font-size: 12px;
  color: #524940;
  text-decoration: none;
}

.text a:hover {
  color: #FF0000;
}

.main-text { 
  font-size: 13px;
  color: #333333;
  line-height: 22px;
  font-family: Arial, Helvetica, sans-serif;
}

.main-text a,
.main-text a:visited {  
  color: #3636e8;
  text-decoration: none;
}

.main-text a:hover {
  text-decoration: underline;
}

.red-text a,
.red-text a:visited {  
  color: #ff0000;
  text-decoration: none;
}

.red-text a:hover { 
  text-decoration: underline;
}

.welcome-text {	
  font-size: 13px;
  color: #695346;
  line-height: 20px;
}

.tail-text { 
  font-size: 13px; 
  color: #616261;
  font-family: Arial, Helvetica, sans-serif; 
}

.tail-text a,
.tail-text a:visited {
  color: #616261;
  text-decoration: none;  
}