/*全体のマージン*/
body       { margin-left:30px; }

/*下線を消す*/
a          { text-decoration : none; }

/*画像のリンク枠を消す*/
img        { border : none; }

/*背景*/

body  {   background-image : url("wall/mn61.jpg") white fixed ;
          background-repeat : no-repeat ; 
          background-attachment : fixed ;
          background-position : 100%   100% ; }
/*
body  { background:url(wall/30.gif) white fixed ;
        width:600px;}*/

/*フォント＆行間*/
body       { font-size: 11px;
             line-height : 160%;
             font-family: sans-serif;} 

/*文字の色*/
body       { color : #707070; }
a:link     { color : #707070; }
a:visited  { color : #707070; }
a:active   { color : #707070; }
a:hover    { color : #707070; position : relative;top:2px;left:2px;}


/*FE支援会話用*/
span { background-color:white;
       padding:2px; }

/*項目*/
.kou-fe  { line-break:strict;
            padding : 5px;}

/*普通用テーブル*/
.waku { border-spacing:5px;
        padding:10px;
        background-color:none;
        border:dotted 1px #707070;
        line-break:strict;
        width:100%;}
