/*　テキスト　*/
.text {  font-size: 12pt; line-height:120%}

/*　テキスト小　*/
.textsmall {  font-size:9pt; line-height:120%}

/*　テキスト白　*/
.textwhite {  font-size: 12pt;  color: #FFFFFF; line-height:160%}

/*　テキスト白小　*/
.textwhiteS {  font-size:9pt;  color: #FFFFFF; line-height:140%}

/*　テキスト白極小　*/
.textwhiteXS {  font-size:8pt;  color: #FFFFFF; line-height:140%}

/*　テキスト赤　*/
.textred {  font-size: 12pt;  color: #FF0033; line-height:160%}

/*　テキスト赤小　*/
.textredS {  font-size: 9pt;  color: #FF0033; line-height:160%}

/*　タイトル黒太字　*/
H1 {  font-size: 12pt;  color: #000000; line-height:130%; font-weight: bold}

/*　タイトル赤太字　*/
.title {  font-size: 12pt;  color: #FF0033; line-height:130%; font-weight: bold}

/*---リンク濃い背景用------------------------------------------------------------*/

/*　リンク　薄青，薄紫，白，青薄青バック*/
A:link { color:#CCFFFF; text-decoration: none }

/*　訪問済リンク　*/
A:visited { color:#CCCCFF; text-decoration: none }

/*　クリックした時のリンク　*/
A:active { color:#FFFFFF; text-decoration: none }

/*　カーソルがのった時のリンク　*/
A:hover { color:#0033CC; background-color: #CCFFFF; text-decoration: none }

/*---リンク薄い背景用------------------------------------------------------------*/

/*　リンク　青，紫，やや薄い青，白青バック　*/
A.deep:link { color:#0033CC; text-decoration: none; font-size:12pt; line-height: 140% }

/*　訪問済リンク　*/
A.deep:visited { color:#663399; text-decoration: none; font-size:12pt; line-height: 140%}

/*　クリックした時のリンク　*/
A.deep:active { color:#6699FF; text-decoration:none; font-size:12pt; line-height: 140% }

/*　カーソルがのった時のリンク　*/
A.deep:hover { color:#FFFFFF; background-color: #0033CC; text-decoration: none; font-size:12pt; line-height: 140%}

/*------------------------------------------------------------------------*/

/*　リンク　*/
A.deepS:link { color:#0033CC; text-decoration: none; font-size:9pt; line-height: 140% }

/*　訪問済リンク　*/
A.deepS:visited { color:#663399; text-decoration: none; font-size:9pt; line-height: 140%}

/*　クリックした時のリンク　*/
A.deepS:active { color:#6699FF; text-decoration:none; font-size:9pt; line-height: 140% }

/*　カーソルがのった時のリンク　*/
A.deepS:hover { color:#FFFFFF; background-color: #0033CC; text-decoration: none; font-size:9pt; line-height: 140%}

