@charset "UTF-8";

#contents {
  clear: both;
  margin-bottom: 12px;
}
#topPrimary {
  float: right;
  margin-bottom: 12px;
}
#topMain {
  float: left;
  width: 459px;
  margin-right: 12px;
}
#topInfomation {
  float: left;
  width: 238px;
}
#topInfomation h3,
#topSecondary h3 {
  padding-top: 8px;
}
h3#downloadInfomation {
  background: url("../images/border_red.gif") no-repeat;
}
h3#serviceInfomation {
  background: url("../images/border_green.gif") no-repeat;
}
h3#newsInfomation {
  background: url("../images/border_blue.gif") no-repeat;
}
#topInfomation ul {
  list-style: none;
}
/** ダウンロードコンテンツ **/
#downloadList {}
#downloadList li {
  border-top: 2px dotted #ccc;
  padding: 0.5em 0;
}
#downloadList li#wordpress {
  background: url("../images/top/back_wordpress.png") center right no-repeat;
  border: none;
  margin: 0;
  padding: 0 0 0.5em 0;
}
#downloadList li#air {
  background: url("../images/top/back_air.png") center right no-repeat;
}
#downloadList p.downloadTitle a { font-weight: bold; }
#downloadList p.downloadTitle a:link { color: #e00000; }
#downloadList p.downloadTitle a:visited { color: #e00000; }
#downloadList p.downloadTitle a:active { color: #e00000; }
#downloadList p.downloadTitle a:hover { text-decoration: none; }
#downloadList p.downloadTitle {
  background: url("../images/arrow_red.gif") no-repeat;
  padding: 0 0 0 16px;
  line-height: 13px;
  margin-bottom: 5px;
}
#downloadList p.downloadContent {
  font-size: 90%;
}
#topSecondary {
  float: left;
  width: 238px;
  margin: 0 12px 12px 0;
}
/** お知らせ **/
#newsList {
  list-style: none;
  margin: 0;
  padding: 0;
}
#newsList li {
  border-top: 2px dotted #ccc;
  padding: 0.5em 0;
}
#newsList li#newsFirst {
  border: none;
  padding-top: 0;
}
#newsList li p {
  margin: 0;
  font-size: 90%;
}
#newsList li p.newsDate {
  font-weight: bold;
}
