<!--
/*↓基本フォント（カラー・行間高さ・サイズ）*//*↓ヘッダーメニューのテキスト*/
/*↓小文字*/
.stext{	font-family: 'MS Pゴシック', 'Osaka'; color : #333333 ;	line-height:10pt;	font-size:8pt;}
.stext:hover {	font-family: 'MS Pゴシック', 'Osaka'; color : #FF9900 ;	line-height:10pt;	font-size:8pt;}
.stext_red{	font-family: 'MS Pゴシック', 'Osaka'; color : #FF6666 ;	line-height:10pt;	font-size:8pt;}/*↓フッターのテキスト*/
.stext_white{	font-family: 'MS Pゴシック', 'Osaka'; color : #FFFFFF ;	line-height:8pt;	font-size:8pt; letter-spacing: 1px;}/*↓大文字*/
.ltext{	font-family: 'MS Pゴシック','Osaka'; color : #333333 ;	line-height:18pt;	font-size:10pt;}
.ltext_b{	font-family: 'MS Pゴシック','Osaka'; color : #333333 ;	line-height:18pt;	font-size:10pt; font-weight : bold; }.lltext_b{	font-family: 'MS Pゴシック','Osaka'; color : #666666 ;	line-height:18pt;	font-size:12pt; font-weight : bold; }/*↓リード文*/
.read{	font-family: 'MS Pゴシック', 'Osaka'; color : #333333 ;	line-height:10pt;	font-size:9pt;}
.read_b{	font-family: 'MS Pゴシック','Osaka'; color : #333333 ;	line-height:10pt;	font-size:9pt; font-weight : bold; }
.read_l{	font-family: 'MS Pゴシック','Osaka'; color : #666666 ;	line-height:24pt;	font-size:10pt; }/*↓強調*/
b{ font-weight : bold; }/*↓背景画の繰り返し禁止*/
.back_ground{ background-repeat : no-repeat; }/*↓文字背景色*/
.back_color{ background-color : #EEE8AA; }/*↓色文字*/
.red { color : #FF6600; }
.pink { color : #FF6666; }
.green{ color : #00CC66; }
.blue{ color : #0099FF; }
/*↓リンクの色設定*/
/*a{	color:#0000ff;	text-decoration: none;}*/
a{	color:#0000ff;	}
a:hover {  color: #FF9900; text-decoration : none ; }.bold-font{font-weight: bold}
.italic-font{font-style: italic}
.normal-weight{font-weight: normal}
.normal-style{font-style: normal}
.DefaultH1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
}
h2 {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 0px;
}
h3 {
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 0px;
}
TABLE{
  font-size : x-small;
}
H1
{
    FONT-SIZE: 8pt;
    color: #666666;
    MARGIN: 0px
}
STRONG
{
    FONT-WEIGHT: normal;
}
.summary
{
    FONT-SIZE: 8pt;
    color: #666666;
}

-->
