<!-- 背景設定 -->
.back{
    margin-left:5px;
    margin-right:0px;
    margin-top:2px;
    filter:progid:DXImageTransform.Microsoft.Gradient
    (startcolorstr='#FFFDE9',endcolorstr='#EF5BA1',gradienttype='0')}
.back-r{
    margin-left:5px;
    margin-right:0px;
    margin-top:2px;
    filter:progid:DXImageTransform.Microsoft.Gradient
    (startcolorstr='#EF5BA1',endcolorstr='#FFFDE9',gradienttype='0')}

<!-- 体裁 -->
.top{
    background-image:url(ddd.gif); 
    background-attachment:fixed;
    background-repeat: no-repeat; 
    background-position: 100% 110%;}
.gall{
    background-image:url(gg.png); 
    background-attachment:fixed;
    background-repeat: no-repeat; 
    background-position: 90% 100%;}
.30t{
    background-image:url(nnn.png); 
    background-attachment:fixed;
    background-repeat: no-repeat; 
    background-position: right bottom;}

body,td,input,select{
    margin-left:10px;
    margin-top:10px;
    color: #222222;
    font-size: 12px;
    font-family: 'MS UI Gothic';
    letter-spacing: 1px;
    line-height: 17px;}

.menu{
    margin-left:10px;
    background-image:url(line2.gif); 
    background-attachment:fixed;
    background-repeat:repeat-y; 
    background-position:right;}

textarea,{
    color: #222222;
    font-size: 10px;
    line-height: 13px;}

<!-- テキストエリア＋スクロールバー -->
body,textarea{
    scrollbar-track-color:#ffffff;
    scrollbar-face-color:#ffffff;
    scrollbar-arrow-color:#777777;
    scrollbar-darkshadow-color:#ffffff;
    scrollbar-highlight-color:#ffffff;
    scrollbar-shadow-color:#ffffff;
    scrollbar-3dlight-color:#ffffff;}

<!-- リンク -->
    a{text-decoration:none;}
    a:link{color:#00B48D;} 
    a:visited{color:#00B48D;}
    a:hover{color:#EF5BA1;
    text-decoration:none;
}

<!-- 文字とか -->
.chu{
    color: #EF0000;
    font-weight: bold;}
.th{
    font-weight: bold;
    filter:dropshadow(
    color=#F49AC1,offx=1,offy=1,positive=true);
    width="100%";
    height="100%";}