table,tr,td,p { line-height: 120%; }/*テーブル内の行間*/

table,tr,td { 
border: 1px #006633 solid; 
border-collapse: collapse;
} 

th {padding: 5px;}
td {padding: 5px;}

a:hover { color:tomato; }/*リンクにポインタを置くと赤*/

div {
	"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	font-size: 0.8em;
	text-align: left;
	font-weight: normal;
	}

h1 {
	color: #FF0000;
	font-family: verdana, Helvetica, 
	"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	font-size: small;
	text-align: left;
	font-weight: normal;
	}

h2 {
	color: #FF0000;
	font-family: verdana, Helvetica, 
	"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	font-size: large;
        text-align: center;
	font-weight: bold;
	}

h3 {
	font-family: verdana, Helvetica, 
	"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	font-size: x-small;
	text-align: left;
	font-weight: normal;
	}

.rsstc   { font-size: 14px; background-color: #dddddd; margin: 0; padding: 0 }
.rsstc a { color: #0000ff;}
.rsstc em  { font-style: normal; font-weight: bold; margin-left: 10px; padding: 0 }
.rsstc ul   { background-color: #fdfdfd; margin: 0; padding: 0 ;border: solid 2px #dddddd }
.rsstc li   { list-style-type: none; padding-top: 1px; padding-bottom: 1px; padding-left: 5px; border-bottom: 1px dashed #dddddd }