 body {color:#000000;
       font-size:100%;}

.td1 {border-bottom:1px solid #333333;
      background-repeat : no-repeat ;
      background-attachment : fixed; /* 絵の固定 */
}

.td3 {border-left:2px solid #cccccc;
      border-right:2px solid #cccccc;
      border-top:2px solid #cccccc;
      border-bottom:2px solid #cccccc;
     }

.td4 {border-left:2px solid #ffffff;
      border-right:2px solid #ffffff;
      border-top:2px solid #ffffff;
      border-bottom:2px solid #ffffff;
     }

.pan {color:#000000; /* ぱんくずの色指定 */
      font-size:75%;　/* ぱんくずの文字比率 */
      padding:5px;　　/* ぱんくずの行間 */
      }    

.copy { color:#000000; 
	font-size:75%;}

.title {color:#000099; 　/* タイトルの色指定 */
	font-size:110%;　/* ぱんくずの大きさ比率 */
        font-weight:bold;}　/* ぱんくずの太字 */


a {  text-decoration: none;　/* リンクの色指定 アンダーバーなし*/
	color:#000099;
}
a:visited {  text-decoration: none;　/* リンク訪問後の色指定 アンダーバーなし*/
    	color:#990000; 
}
a:hover {  text-decoration: none;　/* リンクオーバーの色指定 アンダーバーなし*/
    	color:#cccccc; 
}


a.l_pan {  text-decoration: none;　/* ぱんくずリンク指定*/
	color:#000000;
}
a.l_pan:visited {  text-decoration: none;　/* ぱんくずリンク指定*/
	color:#000000; 
}
a.l_pan:hover {  text-decoration: none;　/* ぱんくずリンク指定*/
	color:#cccccc; 
}


