@charset "utf-8";

/**
 * レイアウト
 */

.adsOutline #container{
	margin-bottom: 0px;
}

/**
 * 広告管理システムとは
 */

#adsystemWhat{
	margin-bottom: 20px;
}
#adsystemWhat h3{
	margin-bottom: 16px;
	background-image: url(../img/ttb_what.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 44px;
	width: 624px;
}
#adsystemWhat h4{
	margin-bottom: 10px;
}
#adsystemWhat p{
	width: 620px;
}

/**
 * 広告管理システムの7つの特長
 */

#adsystemFeature{
}
#adsystemFeature h3{
	margin-bottom: 16px;
	background-image: url(../img/ttb_feature.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 44px;
	width: 624px;
}
#adsystemFeature h4{
	margin-bottom: 10px;
}

.adsystemFeatureBlock{
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
.adsystemFeatureText{
	float: left;
	width: 360px;
}
.adsystemFeatureText h4{
	margin-bottom: 10px;
}
.adsystemFeatureImage{
	float: left;
	width: 250px;
	margin-left: 15px;
}


