#feedControl {
width : 350px;
float : left;
font-size: 14px;
text-align:left;
}
#feedControl .gf-title {display:inline;} /* タイトルが改行されるようにinlineにする */
#feedControl .gf-snippet {display:none;} /* 概要部分は隠す */
#feedControl .gf-relativePublishedDate {display:none;} /* 日付部分は隠す */
#feedControl .gf-spacer {display:none;} /* スペーサー部分は隠す */
#feedControl .gf-author {display:none;} /* サイトタイトル部分は隠す */
a.gf-title {
line-height : 150%;
padding: 0px 0px 10px 20px;
background-image : url("http://powerfulchenge.up.seesaa.net/image/ya_3_3.gif");
background-repeat: no-repeat;
}
a.gf-title:link {color:#696969; text-decoration: none;} /* リンク色 */
a.gf-title:visited {color:#C1CDCD;text-decoration: none; } /* 訪問済みリンク色 */
a.gf-title:hover {background-color:#FFE7BA;color:#696969;text-decoration:none;font-weight:bold;} /* マウスを当てたときのリンク色 */

