@charset "UTF-8";
@import "common.css";

/*--------------------------------------
 ///【IE6用 Hover】///
-------------------------------------- */
* html body {   
    behavior: url(./js/csshover3.htc);   
}



/*--------------------------------------
 ///【コンテンツ定義】///
-------------------------------------- */
#contents h2 {
    margin: 10px 0 5px 0;
    padding: 0;
    line-height: 1.2;
}

/*--- What's New 全体定義 ---*/
#contents dl {
    margin: 0;
    padding: 0;
    float: left;
}

#contents dl dt {
    padding: 10px 10px 0 10px;
    overflow: hidden;
}

#contents dl dt span {
    font-size: 10px;
}

#contents dl dt span.productTitle {
    font-size: 12px;
    font-weight: bold;
}

#contents dl dt span.productLink {
    float: right;
}

#contents dl dt span.productLink a {
    color: #084d9b;
}

#contents dl dt span.productLink a:hover {
    color: #000000;
}
#contents dl dd a {
	display: block;
	width: 295px;
	height: 190px;
	position: absolute;
	top: 70px;
	left: 5px;
	text-indent: -9999px;
}

/***********追加箇所***********/
#contents dl div.photo {
	width:130px;
    overflow: hidden;
	float:left;
}
#contents dl div.office {
	width:140px;
    overflow: hidden;
	float:right;
}


/*--- PhotoSave DVD ---*/
#contents dl dd a.photosave {
	display: block;
	width: 146px;
	height: 190px;
	position: absolute;
	top: 71px;
	left: 1px;
	text-indent: -9999px;
}
/*--- OfficeSave DVD ---*/
#contents dl dd a.officesave {
	display: block;
	width: 146px;
	height: 190px;
	position: absolute;
	top: 71px;
	left: 152px;
	text-indent: -9999px;
}
/***********追加箇所***********/

/***********修正ヶ所***********/
/*--- What's New １つめ（左側） ---*/
#contents dl#new01 dt {
    width: 281px;
    height: 65px;
    background: url(../images/new01_t.jpg) no-repeat;
}

#contents dl#new01 dd {
    width: 301px;
    height: 187px;
    background: url(../images/new01_b.jpg) no-repeat;
}

/*--- What's New ２つめ（中央） ---*/
#contents dl#new02 dt {
    width: 283px;
    height: 65px;
    background: url(../images/new02_t.jpg) no-repeat;
}

#contents dl#new02 dd {
    width: 303px;
    height: 187px;
    background: url(../images/new02_b.jpg) no-repeat;
}

/*--- What's New ３つめ（右側） ---*/
#contents dl#new03 dt {
    width: 291px;
    height: 65px;
    background: url(../images/new03_t.jpg) no-repeat;
}

#contents dl#new03 dd {
    width: 311px;
    height: 187px;
    background: url(../images/new03_b.jpg) no-repeat;
}
/***********修正ヶ所***********/


/* ▽▽▽ IE6ハック ▽▽▽ */
/*--- What's New １つめ ---*/
* html #contents dl#new01 dt {
    width: 301px;
    height: 75px;
}

/*--- What's New ２つめ ---*/
* html #contents dl#new02 dt {
    width: 303px;
    height: 75px;
    background: url(../images/new02_t.jpg) no-repeat;
}

/*--- What's New ３つめ ---*/
* html #contents dl#new03 dt {
    width: 311px;
    height: 75px;
    background: url(../images/new03_t.jpg) no-repeat;
}



/* バナースペース */
.banner {
    clear:      both;
    padding:    10px 0;
    margin:     0 auto;
	position:   relative;
    /* flashbanner用
    width:      780px;
    */
	text-align:center;
}

#bannerFlash {
    margin-right: 10px;
    width: 304px;
    height: 130px;
    display: block;
    position: relative;
    float: left;
}

a.jpp {
    display: block;
    position: absolute;
    width: 304px;
    height: 130px;
    background: url('../images/spacer.gif');
    text-indent: -9999px;
    top: 0;
    left: 0;
}
