@charset "UTF-8";
/* CSS Document */

body{
background-color:#fff;
margin: 0;
color: #333;
}

a:link{color:#14A; 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:720px;
  font-size:11px;
  margin-left:15px;
  margin-top:10px;
}

.indexTitle {
  width:750px;
}

.lead {
  font-weight:700;
  font-size:12px;
  line-height:160%;
  color:#000;
}

.indexBanner {
  width:700;
  height:27px;
  margin-left:15px;
  margin-top:10px;
  background-image:url(../images/titlebanner.jpg);
  background-repeat:no-repeat;
  color:#fff;
  font-size:14px;
  font-weight:900;
}

.indexBanner2 {
  width:700;
  height:45px;
  margin-left:15px;
  margin-top:10px;
  background-image:url(../images/titlebanner2.jpg);
  background-repeat:no-repeat;
  color:#fff;
  font-size:14px;
  font-weight:900;
}

.indexBox {
  width:700;
  margin-left:15px;
  border-bottom:#6cc 2px dotted;
  padding:5px;
  font-size:12px;
  line-height:180%;
}

.indexHead {
  font-size:14px;
  color:#69c;
  font-weight:900;
}

.goTop {
  width:90%;
  margin-top:20px;
  margin-bottom:20px;
  margin-left:15px;
  font-size:11px;
  border-top:1px solid #ccc;
}

.goTop2 {
  width:40%;
  margin-left:15px;
  font-size:11px;
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
}

.search {
  width:200px;
  margin-top:5px;
}

.text {
  width:700;
  margin-top:10px;
  margin-left:15px;
  font-size:12px;
  line-height:200%;
}

.box {
  width:700;
  margin-left:15px;
  font-size:12px;
  line-height:200%;
}

.info {
  width:90%;
  margin-left:15px;
  line-height:200%;
  font-size:12px;
  padding:5px;
  margin-bottom:10px;
  border:#6cc 1px solid;
  background-color:#ececec;
}

.redText {
  color:#FF6666;
}

.youTVbanner{
  margin-top:10px;
}

.sitemap {
  margin-top:10px;
}