/*=======基本=======*/

BODY{
  margin : 5px 0px 0px 0px;
  background-color: #ffffff;
  background-repeat: repeat-x;
  background-attachment: fixed;
  background-position: left top
  font : 10pt;
  color : #666666;
}


/*その他のリンクの色設定*/

a:link { color: #3366ff; }
a:visited { color: #3366ff; }
a:active { color: #99ccff; }


/*リンクにマウスオーバーしたとき、色を変える*/

A:hover { color: #ff9900; }






/*=======フォント=======*/

/*18pt　グレー／ボールド*/
.font18b{
  font : 18pt;
  color : #666666;
  font-weight : bold;
}


/*18pt　グレー*/
.font18{
  font : 18pt;
  color : #666666;
}


/*17pt　グレー／ボールド*/
.font17b{
  font : 17pt;
  color : #666666;
  font-weight : bold;
}


/*16pt　グレー／ボールド*/
.font16b{
  font : 16pt;
  color : #666666;
  font-weight : bold;
}


/*15pt　グレー／ボールド*/
.font15b{
  font : 15pt;
  color : #666666;
  font-weight : bold;
}


/*14pt　グレー／ボールド*/
.font14b{
  font : 14pt;
  color : #666666;
  font-weight : bold;
}


/*14pt　黒*/
.font14k{
  font : 14pt;
  color : #000000;
}


/*14pt　グレー*/
.font14{
  font : 14pt;
  color : #666666;
}


/*13pt　グレー／ボールド*/
.font13b{
  font : 13pt;
  color : #666666;
  font-weight : bold;
}


/*13pt　グレー*/
.font13{
  font : 13pt;
  color : #666666;
}


/*12pt　グレー*/
.font12{
  font : 12pt;
  color : #666666;
}


/*11pt　グレー*/
.font11{
  font : 11pt;
  color : #666666;
}


/*11pt　グレー／ボールド*/
.font11b{
  font : 11pt;
  color : #666666;
  font-weight : bold;
}


/*10pt　グレー*/
.font10{
  font : 10pt;
  color : #666666;
line-height : 13Pt;
}


/*９pt　グレー*/
.font09{
  font : 9pt;
  color : #666666;
}


/*９pt　黒*/
.font09k{
  font : 9pt;
  color : #000000;
}


/*８pt　グレー*/
.font08{
  font : 8pt;
  color : #666666;
}

.red {
	font-weight: bold;
	color: #F00;
}
