/***********************************************/
/* style.css  yuka                             */
/***********************************************/
body{
  font-family: "MS UI Gothic",Osaka,sans-serif;
  font-size  : 13px;
  color: #666666;
  line-height: 1.166; 
  margin: 0px auto;
  padding: 0px;
  width: 760px;
  background : #ffffff url(images/bg.jpg) repeat-x;
}

img{
  border : none;
}

/* 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: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #ffffff;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
td.header{
  width      : 760px;
  height     : 269px;
}
td.headertop{
  width      : 760px;
  height     : 233px;
}
td.toplink{
  width      : 760px;
  height     : 36px;
}
td.menu1{
  width      : 128px;
  height     : 32px;
  background : url(images/menu1.jpg) no-repeat;
  text-align : center;
  font-size  : 13px;
  font-weight: bold;
}
td.menu2{
  width      : 125px;
  height     : 32px;
  background : url(images/menu2.jpg) no-repeat;
  text-align : center;
  font-size  : 13px;
  font-weight: bold;
}
td.menu3{
  width      : 125px;
  height     : 32px;
  background : url(images/menu3.jpg) no-repeat;
  text-align : center;
  font-size  : 13px;
  font-weight: bold;
}
td.menu4{
  width      : 125px;
  height     : 32px;
  background : url(images/menu4.jpg) no-repeat;
  text-align : center;
  font-size  : 13px;
  font-weight: bold;
}
td.menu5{
  width      : 125px;
  height     : 32px;
  background : url(images/menu5.jpg) no-repeat;
  text-align : center;
  font-size  : 13px;
  font-weight: bold;
}
td.menu6{
  width      : 132px;
  height     : 32px;
  background : url(images/menu6.jpg) no-repeat;
  text-align : center;
  font-size  : 13px;
  font-weight: bold;
}

td.indexlink{
  background : url(images/indexlink.gif) no-repeat;
  width      : 253px;
  height     : 44px;
  vertical-align : bottom;
  text-align : center;
}

td.new{
  background : url(images/new_bg.gif) no-repeat;
  width      : 253px;
  height     : 235px;
  vertical-align : top;
}

.rss{
  margin : 0px 0px 0px 30px;
  width  : 200px;
  height : 216px;
  font-size : 13px;
  overflow : auto;
}

.rss ul{
  margin: 0px;
  padding: 0px;
}

.rss li{
  color: #333333;
  list-style-type: none;
  list-style-position: outside;
  padding: 4px 0px;
  border-bottom : 1px dotted #333333;
}

td.info{
  width      : 253px;
  height     : 173px;
  font-size  : 13px;
  vertical-align : top;
  background : url(images/ads_bg.gif) no-repeat;
}
.ads{
  margin     : 25px 0px 0px 30px;
  line-height: 1.2;
}

td.content{
  background : url(images/content_bg.jpg) no-repeat;
  width      : 507px;
  height     : 452px;
  vertical-align : bottom;
}
.message{
  margin : 32px;
  font-size  : 14px;
}

.bold{
  color       : #000000;
  font-weight : bold;
  line-height: 1.4;
}

.subm{
  color      : #000000;
  line-height: 1.3;
  margin     : 0px 15px;
}

td.footer{
  width : 760px;
  height : 47px;
  color  : #333333;
  font-size : 12px;
  text-align : center;
  padding: 6px 0px 0px 0px;
  background : url(images/footer.gif) no-repeat;
}

