@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

/*---------------------------
デフォルトスタイル
---------------------------*/
body #wrap-container {
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  letter-spacing: 1px;
  font-size: 100%;
}

img {
  border: 0;
}

/*---------------------------
タイトル・メニュー
---------------------------*/
#container {
  width: 740px;
  margin: 25px auto 30px;
}

#mainContents {
  width: 980px;
}

#contents {
  position: relative;
  /*	width: 740px;*/
  width: 100%;
  line-height: 130%;
}

h1 {
  border-bottom: 1px solid #cccccc;
  font-size: 1.5em;
  margin: 0 0 20px;
  padding-bottom: 3px;
}

h2 {
  color: #094990;
  font-size: 1.3em;
  padding: 18px 0;
}

.cateTl {
  margin-bottom: 9px;
}

.cateTl:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  max-height: 0;
  visibility: hidden;
}

.cateTl img, .cateTl span {
  display: block;
  float: left;
}

.cateTl span {
  font-size: 0.95em;
  line-height: 1.3;
  padding: 1px 0 0 10px;
  width: 850px;
}

.download {
  text-align: center;
  background-color: #F0F7FD;
  padding: 22px;
  width: 808px;
  margin-bottom: 36px;
}

.expImg {
  margin-bottom: 40px;
}

.expImg.another {
  margin-bottom: 28px;
}

#link {
  border-top: 1px solid #B9B9B9;
  text-align: center;
  padding-top: 28px;
  width: 980px;
}

/*---------------------------
フロート解除
---------------------------*/
/* for modern brouser */
.clfx:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  max-height: 0;
  visibility: hidden;
}

/* ie7,macIE5 */
.clfx {
  display: inline-block;
}

/* winIE6 below, exclude macIE5 \*/
* html .clfx {
  height: 1%;
}

.clfx {
  display: block;
}

/**/
