/* --- 見出し 赤--- */
a1.gheading {
width: 220px; /* 見出しの幅 */
padding: 0 15px; /* 見出しのパディング（上下、左右） */
background-color:  #006fb8; /* 見出しの背景 */
font-size:14pt; /* 見出しの文字サイズ */
color:#F5FFFA ;　/*文字の色*/
font-family: "ＭＳ ゴシック",sans-serif;
line-height: 100%;
}


h2.whatled{
width: 400px; /* 見出しの幅 */
margin: 10 0 1em; /* 見出しのマージン（上、左右、下） */
padding: 10px 15px; /* 見出しのパディング（上下、左右） */
background-color:  #ffffff; /* 見出しの背景 */
font-size: 100%; /* 見出しの文字サイズ */
color:#696969 ;　/*文字の色*/
line-height: 100%;
}

p.link{
text-decoration: none;
color:#ff0000;
}