@charset "UTF-8";
/* CSS Document */

body{
background-color:#fff;
margin: 0;
color: #333;
}

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:720px;
  font-size:11px;
  margin-left:15px;
  margin-top:10px;
}

.indexTitle {
  width:800px;
}

.lead {
  font-weight:700;
  font-size:12px;
  line-height:160%;
  color:#000;
  width:90%;
}

.indexBanner {
  width:90%;
  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;
}

.indexBox {
  width:90%;
  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;
}

.search {
  width:200px;
  margin-top:5px;
}

.text {
  width:90%;
  margin-top:10px;
  margin-left:15px;
  font-size:12px;
  line-height:200%;
}

.adviceFrame {
  width:720px;
  margin-top:10px;
  margin-left:15px;
}

.adviceRecoList {
  width:530px;
  margin-left:120px;
  font-size:12px;
  line-height:200%;
}

.adviceRecoListHead {
  width:550px;
  margin-top:10px;
  margin-left:100px;
  font-size:12px;
  font-weight:bold;
  color:#330099;
  border-bottom:2px #6cc dotted;
}

.redText {
  color:#FF6666;
}

.youTVbanner{
  margin-top:10px;
}

.sitemap {
  margin-top:10px;
}
