﻿@CHARSET "UTF-8";
/****************************************************************** common ***/
/*                                                                           */
/* This is site css file for all html in the site                            */
/* Keep this file as reusable.                                               */
/*                                                                           */
/****************************************************************** common ***/
body 			{background:url(../images/bg_img.png) !important;;color: rgb(070,110,117);font-size:10pt;}
/****************************************************************** deco ***/
/*------------------------------------------------------ paragraph --*/
.floatleft 		{desplan:inline-block;float:left;}
.floatright		{desplan:inline-block;float:right;}
.w_short		{width:100px;}
.w_half			{width:200px;}
.w_long			{width:400px;}
.w_widetext		{width:600px;}
.w_wide			{width:800px;}
.h_half			{height:100px;}
.h_mid			{height:200px;}
.h_high			{height:400px;}
/*------------------------------------------------------ text deco --*/
.italic			{font-style:italic;}
.bold			{font-weight:bold;}
.vsmall 		{font-size:7pt;}
.small 			{font-size:8pt;}
.midsmall 		{font-size:9pt;}
.mid			{font-size:10pt;}
.midplus 		{font-size:11pt;}
.midbig			{font-size:12pt;}
.big 			{font-size:14pt;}
.vbig 			{font-size:16pt;}
.huge 			{font-size:18pt;}
.vhuge 			{font-size:22pt;}
/*------------------------------------------------------ color --*/
.base 			{color: rgb(130,125,080);}
.b_base 		{background-color: rgb(130,125,080);}
.b_light 		{background-color: rgb(230,225,280);}
.attention		{color: rgb(150,125,280);}
.b_attention	{background-color: rgb(150,125,280);}
/****************************************************************** parts ***/