/*

		アフィリエイトの始め方　aFirstStep.css
		Copyright (C) 2007 Tokyo consumer system co.,ltd all rights reserved.
		lastupdate 20101222

*/

/*---------------------------------------------
  ■全体ルール
----------------------------------------------*/

* {
margin: 0;
padding: 0;
}

/* img */
img {
	border: 0;
	vertical-align: bottom;
}

/* 画像調整 */
.ph {
	vertical-align: bottom;
}


/*----------------------- 
  Container
------------------------*/
#container{
	text-align: left;
	padding: 3px 8px 0px 8px;
}


/*----------------------- 
  contents
------------------------*/
#contents{
	padding: 2px 2px 15px 2px;
}


/*----------------------- 
  段落テキスト
------------------------*/
#container p {
	font-size: 0.8em;
	line-height: 1.4em;
}


/*----------------------- 
  タイトル
------------------------*/
#container h1 {
	padding: 0;
}

/* h2 */
#container h2 {
	padding: 0;
}

#container h2.sttl {
	margin: 30px 0 15px 0;
}

#container h2.sttl02 {
	margin: 15px 0 15px 0;
}

#container h2.sttl03 {
	margin: 5px 0 15px 0;
}


/*----------------------- 
  section
------------------------*/
.section {
	padding: 0;
}


/*----------------------- 
  floatbox
------------------------*/
.boxL {
	float:left;
}

.boxR {
	float:right;
}


/*----------------------- 
  段落構成↓
------------------------*/
.phLeft{
	float:left;
	margin-right:30px;
}

.phRight{
	float:right;
	margin-left:30px;
}


/*----------------------- 
  バックグラウンドカラー↓
------------------------*/
.bgW {
	background-color: #ffffff;
}


/*----------------------- 
  テキスト
------------------------*/
/* テキスト（白） */
.txtW {
	color: #fff;
}

/* テキスト（太字） */
.btxt{
	font-weight:bold;
}

/* テキスト（右寄せ） */
.tRight {
	text-align:right;
}

/* テキスト（センター） */
.tCenter {
	text-align:center;
}

/* テキスト（レッド） */
.txtRed {
	color:#c81b1b;
}

/* テキスト（ブルー） */
.txtBlue {
	color: #004b98;
}


/*----------------------- 
  margin
------------------------*/
/* margin top */
.mgT5 {
	margin-top: 5px;
}

.mgT10 {
	margin-top: 10px;
}

.mgT15 {
	margin-top: 15px;
}

.mgT20 {
	margin-top: 20px;
}

.mgT25 {
	margin-top: 25px;
}

.mgT30 {
	margin-top: 30px;
}

.mgT35 {
	margin-top: 35px;
}

.mgT40 {
	margin-top: 40px;
}

.mgT45 {
	margin-top: 45px;
}

.mgT50 {
	margin-top: 50px;
}

.mgT80 {
	margin-top: 80px;
}



/* margin bottom */
.mgB5 {
	margin-bottom: 5px;
}

.mgB10 {
	margin-bottom: 10px;
}

.mgB15 {
	margin-bottom: 15px;
}

.mgB20 {
	margin-bottom: 20px;
}

.mgB30 {
	margin-bottom: 30px;
}

/* margin right */
.mgR5 {
	margin-right: 5px;
}

.mgR7 {
	margin-right: 7px;
}

.mgR10 {
	margin-right: 10px;
}

.mgR34 {
	margin-right: 34px;
}

.mgR35 {
	margin-right: 35px;
}

/* margin left */
.mgL3 {
	margin-left: 3px;
}

.mgL5 {
	margin-left: 5px;
}

.mgL7 {
	margin-left: 7px;
}

.mgL10 {
	margin-left: 10px;
}


/*----------------------- 
  width
------------------------*/
.w295 {
	width:295px;
}








/*-------------------------------------  
  ページ上部ボタン
-------------------------------------- */
.pgTNaviBtn{
	margin-top: 15px;
	background-image: url(image/firstStep/bg_pgTNaviBtn.gif);
	background-repeat: no-repeat;
	height: 60px;
}


/*-------------------------------------  
  step
-------------------------------------- */
/* タイトル */
.stepTtl01 {
	margin: 35px 0 12px 0;
}
.stepTtl02 {
	margin: 0 0 12px 0;
}

/* box */
.stepBox {
	padding-top: 12px;
}