

/*ソーラー発電での見出し文字の背景色、文字色、フォントサイズ指定*/
h1	{font-size:28px; color:#0055ff; background:#BBFFFF;}
h2	{font-size:18px; color:#0055ff; background:#BBFFFF;clear: both; margin-top: 10px;}


/*イメージを左右に振る設定*/
.imgl {width:320px; float:left;margin-right:15px;margin-top:10px;}
.imgr {width:320px; margin-top:10px;}