H6 タグ設定
#main  h6{
	background-image: url(img/h6.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 35px;
#main  h6{                   ⇒H6タグ
background-image: url(img/h6.jpg);    ⇒背景 imgフォルダ参照 h6画像
background-repeat: no-repeat;      ⇒背景繰り返さない
background-position: left center;     ⇒左寄せ 中央高さ
padding-left: 35px;              ⇒左余白