@charset "euc-jp";

body
{
font-family:"MS UI Gothic","MS PGothic";
line-height:1.3em;
}
html>body
{
font-family:"Osaka"; /* mac ie5 */
}
/* for gecko without mac ie5 \*/
html>body
{
font-family:"Lucida Grande",sans-serif;
}
/* for gecko without mac ie5 end */
select,
input,
textarea
{
font-family:"MS UI Gothic","MS PGothic";
}
html>body select,
html>body input,
html>body textarea
{
font-family:"Osaka"; /* mac ie5 */
}
/* for gecko without mac ie5 \*/
html>body select,
html>body input,
html>body textarea
{
font-family:sans-serif;
}

-->
.break
{
word-break:break-all;
}