/*ジュニア科学賞2007用のスタイルシート　*//*科文全体のスタイルシートhttp://www.tsm.toyama.toyama.jp/kabun_basic.cssと合わせて使用する。*//*まず第一に、主に、文字の大きさや枠線の太さを指定*/div.jktlogo{ text-align:center;}h1{	text-align:center;			/* 文字揃え */	}div.jktbody{ background: white url(bg_logo2007.gif) repeat-x; line-height:1.3em;/* 行幅 */}hr {color: green;}/*上部タブの枠線と色*/table.tab { border-collapse:collapse;	border-color:black; /* IE 6(Win)向け */	width:100%}table.tab td.text {	border-width:1px;	border-color:#003399;	border-style:solid;	padding:2px;	text-align:center;	background-color:#6699ff;	}table.tab td.text a:link {color: white}table.tab td.text a:visited {color: white}table.tab td.text a:hover { color: #003399; background-color: white}table.tab td.jusho {	border-width:1px;	border-color:#379637;			/* こい緑 */	border-style:solid;	padding:2px;	font-size:  1.5em;	text-align:center;	background-color:#a4c827;			/* うすい緑 */	}table.tab td.jusho a:link {color: white}table.tab td.jusho a:visited {color: white}table.tab td.jusho a:hover { color: #379637; background-color: white}			/* こい緑 */table.tab td.selectedtext {	border-width : 1px 1px 0 1px;	border-color:#3366cc;	border-style : solid ;	padding : 2px ;    color: #003399;	text-align:center;	background-color:white;	}table.tab td.selectedjusho {	border-width : 1px 1px 0 1px;	border-color:a4c827;			/* うすい緑 */	border-style : solid ;	padding : 2px ;	font-size:  1.5em;    color: #379637;			/* こい緑 */	text-align:center;	background-color:white;	}h3 a:link {color: #2c8558}h3 a:hover { color: white; background-color: #2c8558}h3 a:visited {}