
/*GENERAL TXT*/

/*nav txt(top)*/
.navtp { color: #fff; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; word-spacing: 4px; letter-spacing: 2px }

/*nav txt(small)*/
.navsm { color: #fff; font-size: 9px; font-family: Arial, Helvetica, sans-serif; word-spacing: 1px; letter-spacing: 0.5px }

/*nav txt(left)*/
.navlf { color: #fff; font-size: 9px; font-family: Arial, Helvetica, sans-serif; word-spacing: 1px; letter-spacing: 0.5px }
.navlf a:link { color: #808080 }
.navlf a:visited { color: #808080 }
.navlf a:hover { color: #33ff00 }
.navlf a:active { color: #33ff00 }

/*headline(small)*/
.hdsm { color: #666; font-weight: bold; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif }

/*headline(h1sp)*/
.h1sp { font-weight: bold; font-size: 18px; font-family: Verdana, Arial, Helvetica, sans-serif }

/*body txt(high)*/
.tx1 { color: #666; font-size: 10px; line-height: 16px; font-family: Arial, Helvetica, sans-serif }

/*body txt(mid)*/
.tx2 { color: #666; font-size: 10px; line-height: 13px; font-family: Arial, Helvetica, sans-serif }

/*store txt*/
.store { color: #ccc; font-weight: bold; font-size: 10px; font-family: Verdana, Arial }
.store a:link { color: #dcdcdc; text-decoration: none }
.store a:visited { color: #dcdcdc; text-decoration: none }
.store a:hover { color: #fff; text-decoration: none }
.store a:active { color: #fff; text-decoration: none }

/*copy txt*/
.copy { color: #666; font-size: 9px; line-height: 14px; font-family: Arial, sans-serif }


/*LINK*/
a:link, a:visited { color:#336699; text-decoration: none }
a:hover, a:active { color:#4682B4; text-decoration: underline }

/*BASIC*/
body { font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #fff }

h1 { font-weight: bold; font-size: 24px; font-family: Verdana, Arial, Helvetica, sans-serif }

h2 { color: #6699cc; font-weight: bold; font-size: 18px; font-family: Verdana, Arial, Helvetica, sans-serif }

p { color: #666; font-size: 10px; line-height: 14px; font-family: Verdana, Arial, Helvetica, sans-serif }

/*TXT COLOR*/
.orange { color: #ff3333 }
.gray { color: #333333 }
.lightgray { color: #999999 }
.white { color: #ffffff }

/*OTHER*/
.spanstyle { color: #ccc; font-weight: normal; font-size: 9pt; font-family: Arial; position: absolute; top: -50px; visibility: visible }
