body{
    
	font:65%/150% verdana,osaka,sans-serif;
	background:#fff;
	color:#999;
}
table{  
  font:100%/150% verdana,osaka,sans-serif;margin:auto;
}

/* メインテーブル */
#tbl_main{
    
	width:630px;
	height:100%;
	border:1px solid #999;
}
/* メニューセル */
#td_menu{
    
	height:150px;
	vertical-align:top;
}
.scroll{  
  overflow:auto;height:100%;
}

/* 画像リンク */
.cols{
    
	width:140px;
	margin:5px;
	float:left;
}
/* アイフレーム */
#if{  
  border:none;width:100%;height:100%;
}

.title{  
  color:#f06;border-bottom:1px solid #eee;
	padding-bottom:5px;
	margin-bottom:5px;
}

a{  
  text-decoration:none;color:#666;
}
a:visited{  
  color:#ccc;
}
A:hover{  
  color:#000;

  position : relative;
  top : 1px;
  left : 1px;
}
