a { text-decoration:underline; color:#690; }
a:link { text-decoration:underline; color:#690;}
a:visited { text-decoration:underline; color:#690;}
a:hover { text-decoration:underline; color:#9c3;}
a:active { text-decoration:underline; color:#cf9;}


#logo{
	background-color: #92c134;
}

#whatnew{
/*//////////what new下の点線色。ここの色を変更する*/
border-top: 2px dotted #92c134;
}

.btn{
background: #92C134;
/*//////////ボタン色。ここの色を変更する*/
}

#footer{
/*//////////背景色。ここの色を変更する*/
background: #92c134;
}

#copyright{
/*//////////ブログのフッターの背景色。ここの色を変更する*/
background: #92c134;
}

