@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. 基本
　02. 
　03. 


******************************************************************************* */



/* ==

　01. 基本

=============================================================================== */
.contents h3{
	width:190px;
	margin-top:20px;
	text-align:center;
	float:left;
	clear:none;
}
.contents div.step{
	width:495px;
	margin-top:20px;
	margin-bottom:0;
	float:right;
	clear:none;
}
.contents .step div{ width:495px; }
.contents .step div h4{
	padding-top:25px;
	float:left;
}
.contents .step div div{
	width:335px;
	margin-bottom:0;
	padding-top:25px;
	float:right;
	clear:none;
}

.contents .step div div p{ margin-bottom:10px; }
.contents .step div div li{ margin-bottom:3px; }
.contents .step div div li a{
	padding-left:7px;
	background:url(/common/images/renew2009/arrow_02.gif) left 4px no-repeat;
}

.contents .step .step01{ background:url(../images/line_step01.gif) left top no-repeat; }
.contents .step .step02{ background:url(../images/line_step02.gif) left top no-repeat; }
.contents .step .step03{ background:url(../images/line_step03.gif) left top no-repeat; }
.contents .step .step04{ background:url(../images/line_step04.gif) left top no-repeat; }



