@charset "utf-8";

/**
 * レイアウト
 */

.adsOutline #container{
	margin-bottom: 0px;
}

/**
 * 全文検索システムとは
 */

#allsearchWhat{
	margin-bottom: 20px;
}
#allsearchWhat h3{
	margin-bottom: 16px;
	background-image: url(../img/ttb_what.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 44px;
	width: 624px;
}
#allsearchWhat h4{
	margin-bottom: 10px;
}
#allsearchWhat p{
	width: 620px;
}

/**
 * 全文検索システムの特徴
 */

#allsearchFeature{
}
#allsearchFeature h3{
	margin-bottom: 16px;
	background-image: url(../img/ttb_feature.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 44px;
	width: 624px;
}
#allsearchFeature h4{
	margin-bottom: 10px;
}

.allsearchFeatureBlock{
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
.allsearchFeatureText{
	float: left;
	width: 360px;
}
.allsearchFeatureText h4{
	margin-bottom: 10px;
}
.allsearchFeatureImage{
	float: left;
	width: 250px;
	margin-left: 15px;
}


