/***********************************************/
/* style.css  yuka                             */
/***********************************************/
body{
  font-family: "MS UI Gothic",Osaka,sans-serif;
  font-size  : 12px;
  color: #333333;
  line-height: 1.166; 
  margin: 0px auto;
  padding: 0px;
  width: 760px;
  background : #eeeeee;
}

a:link, a:visited, a:hover {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #D76823;
}

/* overrides decoration from previous rule for hovered links */
h1, h2, h3, h4, h5, h6 {
  font-family: "MS UI Gothic",Osaka,sans-serif;
  margin: 0px;
  padding: 0px;
}

h1{
 font-family: "MS UI Gothic",Osaka,sans-serif;
 font-size: 102%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #000000;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 border-left : 4px solid #333333;
 padding-left : 8px;
 margin: 8px 0px -8px 0px;
}

h5{
 font-size: 100%;
 color: #334d55;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
.headertop{
  width  : 760px;
  text-align : center;
  background-color : #ffffff;
}

.topbody{
  padding      : 8px 0px;
  width        : 758px;
  background   : #ffffff;
  border-left  : 1px solid #dddddd;
  border-right : 1px solid #dddddd;
}

.side{
  text-align : center;
  vertical-align : top;
  width       : 240px;
}

.rightarea{
  vertical-align : top;
  width       : 518px;
}

.rightarea td{
  vertical-align : top;
}

.info{
  width : 100px;
  background : #ffffff;
  line-height : 1.3;
  margin : 4px 13px 8px 13px;
}
.infoT{
  color     : blue;
  font-size : 15px;
  margin : 4px 4px 0px 4px;
}

.footer{
  text-align  : center;
  color       : #ffffff;
  background  : #669933;
  height      : 30px;
  padding-top : 8px;
  font-size   : 12px;
}

.footer a:link, .footer a:visited, .footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.footer a:hover {
  color: #000000;
}


.rss{
  text-align     : left;
  vertical-align : top;
  margin-left    : 14px;
  width          : 215px;
}

.rss ul{
  list-style-type: none;
  margin  : 4px 0px;
  padding : 0px;
}

.rss li{
  margin  : 0px;
  padding : 2px;
  border-bottom : 1px solid #dddddd;
}

.qr{
  height : 115px;
}

.rss a:link, .rss a:visited, .rss a:hover {
  color: #000000;
  text-decoration: none;
}

.rss a:hover {
  color: #D76823;
}