@charset "UTF-8";

/* ****************************************************
Title: service.css
Created date: 2009/04/24
Last Modified: 2009/04/4
Created by: iGrove
***************************************************** */


/* Table Of Contents
----------------------------------------

#01 primary

----------------------------------------*/

/* リスト index.html
---------------------------------------------------- */

.question{
		margin:40px 0 0 0;
		width:670px;
	
	}
	
.question img{
		float:left;
		margin-right:10px;
}

.answer{
		margin:20px 0;
		padding:0 0 10px 0;
		width:670px;
		border-bottom:dotted 1px #999;
	
	}
	
.answer img{
		float:left;
		margin-right:10px;
}



.clear_left{
	clear:left;
}