/* for global navigation menu */
.gmenu		      {
	font-size: 12px;
	color: #333399;
}
.gmenu a:link     {color: #333399; text-decoration: none;}
.gmenu a:visited  {color: #333399; text-decoration: none}
.gmenu a:active   {color: #FF3300; text-decoration: underline}
.gmenu a:hover    {color: #FF3300; text-decoration: underline}

.gmenu-s		  {
	font-size: 10px;
	color: #111111;
}
.gmenu-s a:link     {color: #111111; text-decoration: none;}
.gmenu-s a:visited  {color: #111111; text-decoration: none}
.gmenu-s a:active   {color: #FF3300; text-decoration: underline}
.gmenu-s a:hover    {color: #FF3300; text-decoration: underline}


/* for your here navigation */
.urhere		       {
	font-size: 11px;
	color: #FFFFFF;
}
.urhere a:link     {color: #FFFFFF; text-decoration: none}
.urhere a:visited  {color: #FFFFFF; text-decoration: none}
.urhere a:active   {color: #3333CC; text-decoration: none}
.urhere a:hover    {color: #3333CC; text-decoration: none}

/* for text block */
.txtblock-xs { font-size: 9px; line-height: 13px; }
.txtblock-s {  font-size: 10px; line-height: 14px; }
.txtblock-m {
	font-size: 14px;
	line-height: 16px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";}
.txtblock-l {  font-size: 16px; line-height: 20px; }
.txtblock-xl {  font-size: 18px; line-height: 20px; }

/* for comment block */
.cmblock-xs {  font-size: 9px; line-height: 110%; }
.cmblock-s {  font-size: 10px; line-height: 110%; }
.cmblock-m {  font-size: 14px; line-height: 110%; }
.cmblock-l {  font-size: 16px; line-height: 110%; }
.cmblock-xl {  font-size: 18px; line-height: 110%; }

/* absolute text size definition */
.abstxt-xs {  font-size: 9px; line-height: 110%; }
.abstxt-s {  font-size: 10px; line-height: 110%; }
.abstxt-m {  font-size: 14px; line-height: 110%; }
.abstxt-l {  font-size: 16px; line-height: 110%; }
.abstxt-xl {  font-size: 18px; line-height: 110%; }

/* content default Font Size */
div#contentMain h1{  font-size: 18px; line-height: 110%; }
div#contentMain h2{  font-size: 16px; line-height: 110%; }
div#contentMain h3{  font-size: 14px; line-height: 110%; }
div#contentMain p,div#contentMain li{  font-size: 12px; line-height: 16px; }
