@charset "UTF-8";
/* CSS Document */

body{
background-color:#fff;
margin: 0;
color: #333;
font-size:12px;
}

a:link{color:#69c; text-decoration: none; font-weight:900;}
a:visited{text-decoration: none;}
a:hover{color:#c60;text-decoration:underline;}

.contents {
  width:100%;
  height:88%;
}

.head {
  width:100%;
  height:84px;
  background-image:url(../images/head.gif);
}

.side {
  width:230px;
  height:100%;
  background-image:url(../images/side.gif);
}

.SideMenu {
  width:230px;
}

.topMenu {
  width:750px;
  font-size:11px;
  margin-left:15px;
  margin-top:10px;
}

.indexTitle {
  width:750px;
}

.lead {
  font-weight:700;
  font-size:12px;
  line-height:160%;
  color:#000;
  width:100%;
  padding:5px;
}

.indexFrame {
  width:720px;
  margin-left:15px;
  margin-top:5px;
}

.goTop {
  width:720px;
  margin-top:20px;
  margin-bottom:20px;
  margin-left:15px;
  font-size:11px;
  border-top:1px solid #ccc;
}

.search {
  width:200px;
  margin-top:5px;
}

.youTVbanner{
  margin-top:10px;
}

.sitemap {
  margin-top:10px;
}