/*------------------------------------------------------------------------*/
/*「即給」ホームページ　スタイルシート（特徴と導入メリット）              */
/*                                                                        */
/*
	tag{
		(1)レイアウト		margin, padding, width, height, float
		(2)文字・文章		font, line-height, color, text-align
		(3)配色・デザイン	background, border
	}                                                                     */
/*------------------------------------------------------------------------*/
.text{
}
.text .column{
	float: left;
	width: 390px;
}
.text .column img{
	margin: 10px;
}
.text .column li{
	margin: 1em;
	padding: 1em;
	position: relative;
	top: -4px;
	left: -4px;
	color: #333333;
	font-size: 90%;
	font-weight: bold;
	background: #C1DE96 url(image/SOFE_0104.gif) right bottom;
}
.text .column .title{
	margin: 0 0 2em;
	padding: 0;
	top: 0;
	left: 0;
	background: none;
}

