body {
 color : #000000;
 font-style: normal
 font-size : 90%;
 line-height : 170%;
 letter-spacing: normal;
cursor : default;
 background-color : #ffffff;
 background-image : url("http://www.osaka-toka.co.jp/image/backpattern.gif");
 background-repeat : repeat;
 background-attachment : scroll;
}

p.text01{
font-size : 90%;
line-height : 170%;
}

p.text02{
font-size : 80%;
line-height : 140%;
}

p.text03{
font-size : 70%;
 line-height : 140%;
}

a{/*リンクされた文字*/
 color:#0000FF;
 font-style:normal;
 font-size : 90%;
 line-height : 170%;
 text-decoration:underline;
}

a:link {/*未訪問のリンク*/
 color:#0000FF;
 font-style:normal;
 font-size : 90%;
 line-height : 170%;
 text-decoration:underline;
}

a:visited {/*訪問後のリンク*/
 color:#0000FF;
 font-style:normal;
 font-size : 90%;
 line-height : 170%;
 text-decoration:underline;
}

a:hover {/*マウスをのせたとき*/
 color:#000099;
 font-style:normal;
 font-size : 90%;
 line-height : 170%;
 text-decoration:underline;
}

a:active {/*クリック中*/
 color:#000099;
 font-style:normal;
 font-size : 90%;
 line-height : 170%;
 text-decoration:none;
}
