@import "arcadia.css";

/* news_view */

#container
{
  /* overwrite default */
  background-image: url(/pub/images/whole_bg02.gif);
}


#newsview
{ 
  margin: 8px;
  border-bottom: 1px dotted #666;
  }

#newsview #newsheader
{ 
  }

#newsview #newsheader h3
{
  font-size: 14px;
  color: #333;
  margin-bottom: 12px;
  margin-left: 8px;
  color: #2039f9;
  }

#newsview #newsheader h2
{
  font-size: 16px;
  font-weight: bold;
  line-height: 1.1em;
  margin-bottom: 16px;
  color: #333;
  background-image: url(/pub/images/header_bg01.gif);
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  border-left: 3px solid #999;
  padding: 4px;
  padding-left: 8px;
  }

#newsview #body
{
  font-size: 14px;
  line-height: 1.8em;
  color: #333;  
  margin-bottom: 8px;
  margin-left: 1em;
  text-indent: 1em;
  }

#newsview #body h4
{
  font-size: 16px;
  margin-bottom: 10px;
  margin-left: 0em;
  text-indent: 0em;
  border-bottom: 1px dotted #666;
  border-left: 3px solid #666;
  padding-left: 6px;
  }


#newsview #body p
{
  margin-bottom: 10px;
}
#newsview #body a
{ 
  color: #333;
 }

#newsview #body a:hover
{ 
  background-color: #ddd;
 }

#newsview #signature
{
  font-size: 12px;
  text-align: right;
  color: #333;
  margin-bottom: 10px;
  }

