@charset "UTF-8";

body{
	font-size: small;
	font-family: Osaka, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Lucida Grande", verdana, arial, sans-serif;
}
h1, h2, h3, h4, h5, h6, p, pre, blockqoute, ul, ol, dl, dd{
	font-size: small;
	font-weight: normal;
}
.txt200{font-size: 200%;}
.txt190{font-size: 190%;}
.txt185{font-size: 185%;}
.txt150{font-size: 150%;}
.txt125{font-size: 125%;}
.txt120{font-size: 120%;}
.txt115{font-size: 115%;}
.txt110{font-size: 110%;}
.txt105{font-size: 105%;}
.txt95{font-size: 95%;}
.txt90{font-size: 90%;}
.txt85{font-size: 85%;}
.txt80{font-size: 80%;}
.txt75{font-size: 75%;}
.txt70{font-size: 70%;}
.txt65{font-size: 65%;}
.txt60{font-size: 60%;}
.txt55{font-size: 55%;}
.txt50{font-size: 50%;}

.bold{font-weight: bold;}
.normal{font-weight: normal;}

.black{color: #000000;}
.gray1{color: #484848;}
.gray2{color: #BEBEBE;}
.gray3{color: #666666;}
.gray4{color: #999999;}
.green{color: #008000;}
.green2{color: #285A64;}
.green3{color: #587F85;}
.green4{color: #77989c;}
.green5{color: #3b6970;}
.red{color: #C80000;}
.white{color: #FFFFFF;}

table{
	font-size: small;
}

em{
	font-style: normal;
}
strong{
	font-weight: normal;
}



