/*==========================================================

                     WIN IE用フォントCSS

==========================================================*/

body {font-family:Verdana,ＭＳ ゴシック,SimSun, ’MS UI Gothic’, osaka,sans-selif;}

/*タイトル*/
H1 {font-size:105%; line-height: 120%; margin:0px 0px 5px 0px; padding:3px 0px 3px 0px;
    border-bottom:2px solid #0086CC;}
	
H2 {font-size:105%; line-height: 120%; margin:0px; padding:0px;}

	
/*文章・リスト用（12pxに相当）*/
.txtm1 {font-size:75%; line-height:120%;}
.txtm2 {font-size:75%; line-height:140%;}
.txtm3 {font-size:75%; line-height:200%;}
.txtm4 {font-size:75%; line-height:120%; text-decoration:underline;}

/*サブコメント用（10pxに相当）*/
.txts1 {font-size:60%; line-height:120%;}
.txts2 {font-size:60%; line-height:140%;}
.txts3 {font-size:60%; line-height:200%;}

/*サブコメント用大（タイトルに相当）*/
.txts4 {font-size:105%; line-height:120%;}

/*テキスト＃カラー*/
.white     {color:#FFFFFF;}
.gray      {color:#333333;}
.gray2     {color:#666666;}
.blue      {color:#0086CC;}
.red       {color:#CC0000;}
.orange    {color:#FF6600;}
.green     {color:#669900;}


