@charset "Shift_JIS";
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+　ペイバックシステムページ用スタイル　- 2009.01 -
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.clear{
	clear:both;
	}

/* --------------------------------------------------------------------------------------
 パンくずリスト
--------------------------------------------------------------------------------------- */
p#location {
	font-size: 100%;
}

/* --------------------------------------------------------------------------------------
 TOPイメージ設定
--------------------------------------------------------------------------------------- */
.topimg {
    margin-bottom:20px;
	}

/* --------------------------------------------------------------------------------------
コラム設定
--------------------------------------------------------------------------------------- */

/* スペース設定 -------------------- */

.spctop01 {
    margin-top:10px;
	}

.spcbm01 {
    margin-bottom:15px;
	}

/* 枠 -------------------- */	
.box-red table{
	border:1px solid #F00;
	}
	
.box-red table td{
	padding:5px;
	}

/* --------------------------------------------------------------------------------------
製品ラインナップ設定
--------------------------------------------------------------------------------------- */	
#lineup{
	margin-left:10px;
	}

/* 外ブロック -------------------- */	
#product01{
	float:left;
	width:235px;
	height:110px;
	background: url(img/bg_hdlgs.gif) no-repeat top left;
	position: relative;
	top: 0px;
	left: 0px;
	}
	
#product02{
	float:left;
	width:220px;
	height:110px;
	background: url(img/bg_hdl2g.gif) no-repeat top left;
	position: relative;
	top: 0px;
	left: 0px;
	}
	
#product03{
	float:left;
	width:210px;
	height:110px;
	background: url(img/bg_hdl4g.gif) no-repeat top left;
	position: relative;
	top: 0px;
	left: 0px;
	}

/* 内ブロック -------------------- */	
.pname01{
	position: absolute;
	top:66px;
	left:0;
	}
.pname02{
	position: absolute;
	top:66px;
	left:0;
	}
.pname03{
	position: absolute;
	top:66px;
	left:0;
	}

.capa{
	margin-bottom:-3px;
	margin-right:2px;
	}
	
* html .spctop{ /*IE6用スペース調整*/
	padding-top:3px;
	}
	
.pleft{
	float:left;
	}

.pright{
	float:left;
	margin-left:10px;
	}