/* ---------------+
|     Top CSS     |
+--------------- */

#top_topics,
#top_news {
  color: #333;
  overflow: hidden;
}

#top_topics {
  height: 162px;
}

#top_news {
  height: 169px;
}

#top_topics ul {
  font-size: 0.8em;
  text-align: left;
  line-height: 1.6em;
  color: #000;
  list-style-type: none;
}

#top_topics ul li {
  border-bottom: 1px dotted #555;
  padding: 4px 0;
  color: #000;
}

#top_news dl {
}

#top_news dl dt {
}

#top_news dl dd {
  border-bottom: 1px dotted #555;
}

/* ---------------+
|   Captain CSS   |
+--------------- */

div.cap_pic {
  width: 250px;
  height: 250px;
  background-image: url('../face/cap.jpg');
  float: left;
}

#captain h6 {
  text-align: center;
}

dl.cap_pic {
  width: 650px;
  height: 250px;
  float: left;
}
dl.cap_pic dd {
  font-size: 1.2em;
  padding: 10px;
  color: #555;
}

#cap_history dt {
  color: #3a3;
  font-weight: bold;
}

#cap_history dd {
  color: #555;
}


/* ---------------+
|    Force CSS    |
+--------------- */
#hq, #com, #sup,#jnt {
  width: 100%;
  height: 200px;
}

#hq_pic {
  width: 200px;
  height: 200px;
  margin-right: 20px;
  background-image: url('../img/hq_pic.jpg');
  float: left;
  background-repeat: no-repeat;
}

#com_pic {
  width: 200px;
  height: 200px;
  margin-right: 20px;
  background-image: url('../img/com_pic.jpg');
  float: left;
  background-repeat: no-repeat;
}

#sup_pic {
  width: 200px;
  height: 200px;
  margin-right: 20px;
  background-image: url('../img/sup_pic.jpg');
  float: left;
  background-repeat: no-repeat;
}

#jnt_pic {
  width: 200px;
  height: 200px;
  margin-right: 20px;
  background-image: url('../img/jnt_pic.jpg');
  float: left;
  background-repeat: no-repeat;
}

#force h5 {
  text-decoration: underline;
}


/* ---------------+
|  Activity  CSS  |
+--------------- */


/* ---------------+
|  Newspaper CSS  |
+--------------- */

#newspaper h5 {
  height: 10px;
  padding-top: 10px;
  padding-bottom: 5px;
}

#newspaper dl {
  margin-left: -25px;
}

#newspaper dl dt {
}

#newspaper dl dd {
  border-bottom: 1px dotted #555;
}

li.sp-thumbnail {
  float: left;
  text-align: center;
  list-style: none;
}

.sp-slide {
  width: ;
  height: ;
  background-repeat: no-repeat;
}


/* ---------------+
|  Agreement CSS  |
+--------------- */

#agreement p {
  margin: 0;
}
#agreement p.fir {
  text-indent: 1em;
  margin: 0;
}
#agreement p.sec {
  text-indent: 2em;
  margin: 0;
}
#agreement p.thi {
  text-indent: 3em;
  margin: 0;
}
