/** 全体用CSS **/
a {
	color: #000000;
	text-decoration: none;
	cursor:hand;
}
a:hover {
	color: #2222ff;
}
table {
	font-size:10pt;
}
div#copy {
	font-size:10pt;
	color: #666666;
}
/** トップページ用CSS **/
tr#toplist {
	color:#222288;
	background:url(images/summary_bg3.gif) repeat-x;
	height:25;
	background-color:#ddeeff;
	padding:0pt;
}
div#toptitle {
	font-weight:bold;
	font-size:135%;
}
div#topdetail {
	margin:3pt;
}
/** 詳細ページ用CSS **/
tr#title {
	background:url(images/summary_bg3.gif) repeat-x;
	font-size:150%;
	font-weight:bold;
	background-color:#ffffff;
	height:30;
}
div#subtitle {
	font-size:125%;
	background:url(images/detailsub.gif) no-repeat;
	padding-left:6pt;
}

