/** common-set.css */
.white	{color:white;}
.black	{color:black;}
.red	{color:red;}
.blue	{color:blue;}
.green	{color:green;}
.yellow	{color:yellow;}
.orange	{color:orange;}

.bk_white	{background-color:white;}
.bk_black	{background-color:black;}
.bk_red		{background-color:red;}
.bk_blue	{background-color:blue;}
.bk_green	{background-color:green;}
.bk_yellow	{background-color:yellow;}
.bk_orange	{background-color:orange;}

.underline	{text-decoration:underline;}

.bold	{font-weight:bold;}

.left	{float:left;}
.right	{float:right;}
.clear	{clear:both;}

.t_center	{text-align:center;}
.t_left		{text-align:left;}
.t_right	{text-align:right;}

.lh1{line-height:1px;font-size:1px;}
.lh2{line-height:2px;font-size:2px;}
.lh3{line-height:3px;font-size:3px;}
.lh4{line-height:4px;font-size:4px;}
.lh5{line-height:5px;font-size:5px;}
