@charset "UTF-8";
h2#index {
  background: url(../img/index/mainimg_index.jpg) no-repeat;
  text-align: center;
  text-indent: -9999px;
  display: block;
  height: 219px;
  width: 950px;
}

#header {
  height: 60px;
  background: url(../img/index/header_index.gif) no-repeat;
} 

#topicsBox {
  width: 360px;
  background: url(../img/index/topics_box_bg.jpg) no-repeat left bottom;
  padding-bottom: 15px;
  color: #999999;
  float: left;
  line-height: 1.6em;
}

#topicsBox dl {
  margin-left: 30px;
  margin-bottom: 10px;
  margin-right: 30px;
}

#topicsBox dt {
  margin-top: 3px;
}

#topicsBox dd {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 5px;
}

#topicsBox a {
  color: #330000;
  font-size: 13px;
}

.right_contents {
  float: right;
  width: 320px;
  margin-bottom: 20px;
}

.right_contents p {
  margin: 0px;
  padding: 0px 15px;
  line-height: 170%;
}
html*.right_contents p {
  line-height: 25px;
}

#profileBox {
  width: 680px;
  clear: both;
  background: url(../img/index/image_plofile02.jpg) no-repeat right top;
  font-size: 1.1em;
}

* html #profileBox {/*IE6のみ*/
  font-size: 1.2em;
}

*:first-child+html #profileBox {/*IE7のみ*/
  font-size: 1.2em;
}
