

@charset "Shift_JIS";



/* ========== カテゴリー固有のCSS記述 ========== */



/* 新汎用フォントサイズ */

.large { font-size :  100%; }

.small { font-size :  86%; }

.small2{ font-size : 72%; }




/*フォントカラー*/

.666666 {
 color:#666666;
}
.FF6600 {
 color:#FF6600;
}

.990000 {
 color:#990000;
}

.993333 {
color:#993333;
}

/* 汎用フォントサイズ 固定 */

.t9 { font-size :  9px; }

.t10{ font-size : 10px; }

.t11{ font-size : 11px; }

.t12{ font-size : 12px; }

.t13{ font-size : 13px; }

.t14{ font-size : 14px; }

/* おすすめする〜 */

.osusume01{ color : #6699FF ; }

/* 製品仕様 */

.blue {color : #6689CC ;}


/* ビデオボード */

.videot01{ text-align : center; }

/* 仕様一覧 */

.tpadding { padding : 5px ;}


/* ========== 製品ページ用フッターのCSS記述 ========== */

#footer{
	position:relative;
	width:725px;/* 715→725 */
	height:52px;/* 36→52 */
	margin-top:0px;
	background-image:url(/ec/renew/common_images/footer_bg.gif);
	background-repeat:no-repeat;

}

#footer product{
	position:relative;
	width:725px;/* 715→725 */
	height:52px;/* 36→52 */
	margin-top:1px;
	background-image:url(/ec/renew/common_images/footer_bg.gif);
	background-repeat:no-repeat;
}

#footer ul{
	position:absolute;
	top:4px;
	left:20px;
}

#footer li{
	display:inline;
}

#footer p#copyright{
	position:absolute;
	top:28px;
	left:20px;
}


/* 別ウィンドウ専用 */

#footerLight{
	border-top:solid 1px #666;
	position:relative;
}

#footerLight p#close{
	position:absolute;
	top:5px;
	right:0px;
	right:expression("10px");/* IE Only */
}

