@charset "utf-8";

/************************************************************************
 * file name    : font.css
 * summary      : font 
 * date         : 2009.06.24
************************************************************************/

.ellips {overflow:hidden; text-overflow:ellipsis;}
.txt_ovr {width:100%; height:13px; overflow:hidden; text-overflow:ellipsis; line-height:17px;}

/* font color type */
.point1, a.point1:link, a.point1:visited, a.point1:hover, a.point1:active {color:#226F97;}

.f_red_ty1	{color:#;}
.f_or_ty1	{color:#EC5300;}
.f_or_ty2	{color:#F7941C;}
.f_yel_ty1	{color:#;}
.f_gr_ty1	{color:#3D9106;}
.f_blue_ty1 {color:#;}
.f_sky_ty1	{color:#;}
.f_gy_ty1	{color:#;}
.f_b		{color:#;}
.f_w		{color:#;}
/* font color type end */

/* font size type */
.f_le3	{font-size:80%;}
.f_le4	{font-size:91.667%;}
.f_le5	{font-size:100%;}
.f_le6	{font-size:116.667%;}
.f_le7	{font-size:133.333%;}
.f_le8	{font-size:150%;}
/* font size type end */

/* font weight type */
.normal {font-weight:normal;}
.bold {font-weight:bold;}
/* font weight type end */

/* letter-spacing */
.lsm1  {letter-spacing:-1px;}
.lsm2  {letter-spacing:-2px;}
/* letter-spacing end */

/* font decoration type */
.u, a.u:link, a.u:visited, a.u:hover, a.u:active {text-decoration:underline;}
.un, a.nu:link, a.nu:visited, a.nu:hover, a.nu:active {text-decoration:none;}
.through, a.through:link, a.through:visited, a.through:hover, a.through:active {text-decoration:line-through;}
/* font decoration type end */

/* line height */
.lh5   {line-height:5px;}
.lh10  {line-height:10px;}
.lh11  {line-height:11px;} 
.lh12  {line-height:12px;}
.lh13  {line-height:13px;}
.lh14  {line-height:14px;}
.lh15  {line-height:15px;}
.lh16  {line-height:16px;}
.lh17  {line-height:17px;}
.lh18  {line-height:18px;}
.lh19  {line-height:19px;}
.lh20  {line-height:20px;}
/* line height end */

/* text indent */
.indent_ty1 {padding-left:20px; text-indent:-16px;}
.indent_ty2 {padding-left:25px; text-indent:-14px;}
/* text indent end */

/* font type */
.f_ty1 {font-size:80%; color:#;}
.f_ty2 {font-size:91.667%; color:#;}
/* font type end */




























