@charset "UTF-8";

#topPhoto {
  height: 300px;
  margin-bottom: 17px;
}
#topContentsBox {
  width: 965px;
  margin: 0 auto;
  margin-bottom: 11px;
}
/* -------------------------------------- */
/* topLeftBox */
#topLeftBox {
  position: relative;
  width: 478px;
  float: left;
  background: url(images/news_frame_bg.gif) repeat-y;
}
#newTabBox {
  background: #fff url(images/news_frame_top.gif) no-repeat bottom;
  padding-bottom: 3px;
}
#newTabBox li {
  float: left;
}
#newTabBox #newsTab a,
#newTabBox #newproductTab a {
  width: 157px;
  height: 29px;
  display: block;
  background: url(images/news_tab.gif) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}
#newTabBox #newsTab a {
  background-position: 0 0;
}
#newTabBox #newproductTab a {
  background-position: -157px -29px;
}
#newsListBtn {
  position: absolute;
  font-size: 1.2em;
  top: 10px;
  right: 4px;
}
#newproductListBtn {
  position: absolute;
  font-size: 1.2em;
  top: 10px;
  right: 4px;
  display: none;
}
/* newsItemList */
#newsItemList {
  background: url(images/news_frame_bottom.gif) no-repeat bottom;
  padding: 0 8px 7px;
}
#newsItemList li {
  background: url(images/news_item_dot1.gif) no-repeat 12px 10px;
  /*height: 4.5em;*/
  min-height: 62px;
  padding: 6px 10px 5px 40px;
  font-size: 1.2em;
  line-height: 1.4em;
}
#newsItemList li a {
  text-decoration: none;
  color: #005aa6;
  background: url(common/images/link_dot.gif) no-repeat;
  padding-left: 1.5em;
}
.bottomBorder {
  border-bottom: 1px dashed #bfbfbf;
}
/* newproductItemList */
#newproductItemList {
  background: url(images/news_frame_bottom.gif) no-repeat bottom;
  padding: 0 8px 7px;
  display: none;
}
#newproductItemList li p {
  /*height: 4.5em;*/
  min-height: 62px;
  padding: 6px 20px 5px 95px;
  font-size: 1.2em;
  line-height: 1.4em;
}
#newproductItemList li a {
  text-decoration: none;
  color: #005aa6;
}
#newproductItemList li img {
  float: left;
  margin-top: 5px;
  margin-left: 10px;
}

/* -------------------------------------- */
/* topRightBox */
#topRightBox {
  position: relative;
  width: 472px;
  float: right;
  margin-top: 13px;
}

/* pickup はpv動画拡張アップと共に不要になる。
------------------------------------------ */
#pickupBox {
  margin-left: 1px;
  border-left: 2px solid #9fa0a0;
  margin-bottom: 2px;
}
.pickupBoxOne {
  padding: 8px 10px;
}
.pickupLine {
  border-bottom: 1px dashed #BFBFBF;
}
.pickupBoxL {
  width: 132px;
  float: left;
}
.pickupBoxR {
  width: 305px;
  float: right;
}
.pickupBoxR a {
  text-decoration: none;
  color: #005aa6;
  line-height: 1.3;
}
.pickupBoxR p {
  margin-bottom: 3px;
  line-height: 1.5;
}
.pickupBoxR p.picupDate {
  margin:0;
  font-size: 1.2em;
  font-weight: bold;
}
.pickupBoxR div.pickupLink {
  text-align: right;
  margin-top: 6px;
}
.pickupBoxR div.pickupLink a {
  background: url(../common/images/link_dot.gif) no-repeat;
  padding-left: 1.3em;
  line-height: 1.2em;
  font-size: 1.2em;
  color: #005aa6;
  text-decoration: none;
}

#pickupListBtn {
  position: absolute;
  font-size: 1.2em;
  top: 1px;
  right: 3px;
}

/* pv動画&ラジオアーカイブ
------------------------------------------ */
#pv_r_Box {
  margin-left: 1px;
  border-left: 2px solid #9fa0a0;
  margin-bottom: 2px;
}
.pv_r_BoxOne {
  padding: 8px 10px;
}
.pv_r_Line {
  border-bottom: 1px dashed #BFBFBF;
}
.pv_r_BoxL {
  width: 132px;
  float: left;
}

.pv_r_BoxL img {
    max-width: 137px;
    height: auto;
}

.pv_r_BoxR {
  width: 305px;
  float: right;
}
.pv_r_BoxR a {
  text-decoration: none;
  color: #005aa6;
  line-height: 1.3;
}
.pv_r_BoxR p {
  margin-bottom: 3px;
  line-height: 1.5;
}
.pv_r_BoxR p.pv_r_Date {
  margin:0;
  font-size: 1.2em;
  font-weight: bold;
}
.pv_r_BoxR div.pv_r_Link {
  text-align: right;
  margin-top: 6px;
}
.pv_r_BoxR div.pv_r_Link a {
  background: url(../common/images/link_dot.gif) no-repeat;
  padding-left: 1.3em;
  line-height: 1.2em;
  font-size: 1.2em;
  color: #005aa6;
  text-decoration: none;
}

#pv_r_ListBtn {
  position: absolute;
  font-size: 1.2em;
  top: 1px;
  right: 3px;
}

#webcatalogTitle {
  position: relative;
  padding-top: 25px;
}
#webcatalogBox {
  margin-left: 1px;
  margin-bottom: 11px;
  padding-bottom: 3px;
  border-left: 2px solid #9fa0a0;
}
#webcatalogBox h3 {
  margin-left: 11px;
}
#webcatalogBox p {
  font-size: 1.2em;
}
#webcatalogPict {
  position: absolute;
  right: 0;
  top: 17px;
}

