@charset "utf-8";
/* ＠＠ */

a:link {  color: #FF6600 }
a:visited {  color:#FF9933}
a:active {  color:#CC3300}

/*テキストサイズ指定*/
.t12 {  font-size: 12px; line-height: 130%}
.t14 {  font-size: 14px; line-height: 130%}
.t10{  font-size: 10px; line-height: 130%}
.t10a{  font-size: 10px; line-height:12px}

/*テキスト：インデント*/
div.M-idt{ font-size:12px; text-indent:-12px; padding-left:12px; line-height: 130% }
div.S-idt{ font-size:10px; text-indent:-10px; padding-left:10px; line-height: 130% }

div{ margin:0; }

/*レイヤー指定位置*/
.ST{
visibility : hidden;
position : absolute;
top : 700px;
left : 15px;
width : 500px;
height : 480px;
}