/* ----サイズ可変---- */
.small150 {  font-size: small; line-height: 150%}
.smallb150 {  font-size: small; font-weight: bold; line-height: 150%}
.small {  font-size: small; line-height: 125%}
.smallb {  font-size: small; font-weight: bold; line-height: 125%}

.xsmall150 {  font-size: x-small; line-height: 150%}
.xsmallb150 {  font-size: x-small; font-weight: bold; line-height: 150%}
.xsmall {  font-size: x-small; line-height: 125%}
.xsmallb {  font-size: x-small; font-weight: bold; line-height: 125%}

.xxsmall150 {  font-size: xx-small; line-height: 150%}
.xxsmallb150 {  font-size: xx-small; font-weight: bold; line-height: 150%}
.xxsmall {  font-size: xx-small; line-height: 125%}
.xxsmallb {  font-size: xx-small; font-weight: bold; line-height: 125%}


/* ----サイズ固定---- */
.px18b{font-size:18px; font-weight: bold; }
.px18{font-size:18px;}
.px16b{font-size:16px; font-weight: bold; }
.px16{font-size:16px;}
.px12{font-size:12px;}
.px12b{font-size:12px; font-weight: bold; }
.px10{font-size:10px;}


/*----色----*/
.white{color:#ffffff;}
.gray{color:#505050;}
.brown{color:#993300;}
.red{color:#ff0000;}
.blue{color:#3332cb;}


/*----リンク色設定(通常)---*/
a:link{color:#3366CC;}
a:visited{color:#666699;}
a:active{color:#666699;}
a:hover{color:#0099FF;text-decoration:underline;}