/*タイトルに使います。*/
H1{
font-size: 25pt;
line-height:120%;
color: #C71585;
}

/*セル内の文字属性の指定*/
td{
font-size:11pt;
line-height: 150%;
color:#C71585
}

.T1{
font-size: 15pt;
font-weight: normal;
font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
}

/*トピックとピックアップの文字属性の指定*/
.bold_s {
font-size: 11pt;
font-weight: bold;
color: #cc0066;
}

/*リンクが張られている文字属性の指定*/
a:hover{color: #FF6666; text-decoration: underline}
a:link{color: #DC143C}
a:visited{color: #993366}
a{text-decoration: none}
