/* Today&tomorrow バックナンバー（http://www.synopsys.co.jp/today_tomorrow/index.html） CSS Document */

/*ｔ＆ｔテンプレート外　編集可能領域指定-　グループ全体を「ｔｔ」とくくる---------------------------------------*/

a{text-decoration; text-decoration:underline}
a:link{color:#003399}
a:visited{color:#6699cc}
a:hover{color:#6A5ACD; text-decoration:underline}
a:active{color:#006699}



	#news td {		
		font-size: 12px;
		line-height: 17px;
	}
	
		#news th {
	font-size: 13px;
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	padding: 2px;



	}

/*セル上部にラインを引くための指定-------------*/

.underline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;


}

/*プログラミング言語のフォント指定のみ*/

	.code{
		font-size: 12px;
		font-family: "Courier New", "Courier", "mono";
	}
	
	/*[ページとっぷへ]のフォント指定のみ*/

	.totop{
		font-size: 10px;
	}

/*----------------------------------------*/
