A:visited   { color: #936; text-decoration: none }  /*訪問済みリンク*/
A:link  { color: #36c; text-decoration: none }  /*リンク*/
A:hover      { color: #036; text-decoration: underline } /*リンクマウスオーバー*/
A:active { color: #f90; text-decoration: none } /*リンクマウスクリック*/
td  { font-size: 80% } /*全体のフォントサイズを規定*/
ul { list-style-type: square } 
li { padding-bottom: 2px }
hr   { color: #cdcdcd; width: 95% }
.main { 
	font: 12pt/200%;

	color: #444;
	text-align: left;
	margin: 20px; 
        line-height: 150%;
}
.big { 
	font: 24pt/200%;

	color: #f44;
	text-align: left;
	margin: 5px; 
        line-height: 120%;
}
.sub { 
	font: 12pt/200%;

	color: #444;
	text-align: left;
	margin: 20px; 
        line-height: 150%;
}


