/*★☆★☆★☆★☆★☆★☆★☆目次★☆★☆★☆★☆★☆★☆★☆

【バージョン：1.1】
【最終更新日：2006.07.10】

■1.全体基本設定
■2.commonクラス
■3.カラー属性
■4.Weightクラス
■5.ラインハイト属性
■6.その他

★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆*/

/*====================================================
■1.全体基本設定
======================================================*/
body,td
{
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-weight: normal;
	word-break: break-all;
}

/*====================================================
■2.commonクラス
======================================================*/
.txt01
{
	font-size: 10px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}
.txt02
{
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
}
.txt03
{
	font-size: 14px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
}
.txt04
{
	font-size: 16px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
}
.txt05
{
	font-size: 18px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
}
.txt_arial01
{
	font-size: 10px;
	font-family: "Arial", "Helvetica", "sans-serif";
}
.txt_arial02
{
	font-size: 12px;
	font-family: "Arial", "Helvetica", "sans-serif";
}
.txt_arial03
{
	font-size: 14px;
	font-family: "Arial", "Helvetica", "sans-serif";
}
.txt_arial04
{
	font-size: 16px;
	font-family: "Arial", "Helvetica", "sans-serif";
}

/*====================================================
■3.カラー属性
======================================================*/
#color_white {color: #FFFFFF;}
#color_black {color: #000000;}
#color_red   {color: #FF2222;}
#color_green {color: #00FF00;}
#color_blue  {color: #0000FF;}
#color_yellow{color: #FFFF00;}
#color_gray  {color: #CCCCCC;}

/* 以下特殊カラー */

/*====================================================
■4.Weightクラス
======================================================*/
/*極細*/
#weight_lighter{font-weight: lighter;}
/*通常*/
#weight_normal{font-weight: normal;}
/*太字*/
#weight_bold{font-weight: bold;}
/*極太*/
#weight_bolder{font-weight: bolder;}

/*====================================================
■5.ラインハイト属性
======================================================*/
#lh_10{line-height: 10px;}
#lh_11{line-height: 11px;}
#lh_12{line-height: 12px;}
#lh_13{line-height: 13px;}
#lh_14{line-height: 14px;}
#lh_15{line-height: 15px;}
#lh_16{line-height: 16px;}
#lh_17{line-height: 17px;}
#lh_18{line-height: 18px;}
#lh_19{line-height: 19px;}
#lh_20{line-height: 20px;}
#lh_21{line-height: 21px;}
#lh_22{line-height: 22px;}
#lh_23{line-height: 23px;}
#lh_24{line-height: 24px;}
#lh_25{line-height: 25px;}
#lh_26{line-height: 26px;}
#lh_27{line-height: 27px;}
#lh_28{line-height: 28px;}
#lh_29{line-height: 29px;}
#lh_30{line-height: 30px;}

/*====================================================
■6.その他
======================================================*/
