body { font-size: small }
#contents	{
	float:	left;
	padding-top:	8px;
}
#contents a	{/*リンクされた文字*/
    color:		#0000ee;;
    font-style:normal;
    text-decoration: underline;
}
#contents a:link.	{/*未訪問のリンク*/
    color:0000ff;
    font-style:normal;
    text-decoration:none;
}
#contetns a:visited	{/*訪問後のリンク*/
    color:#934C7B;
    text-decoration:none;
}
#contents a:hover	{/*マウスをのせたとき*/
    color:#ff0000;
    font-style:normal;
    text-decoration:underline;
}