﻿/*---都立第五福竜丸展示館 トップページ Stylesheet---*/


/*---全体構造(リンクの設定)---*/
a:link {
 color: #0020FF;
 font-size: 10pt;
}
a:visited {
 color: #008F50;
 font-size: 10pt;
}
a:hover {
 color: #2090FF;
 font-size: 10pt;
}

/*---COPYRIGHT---*/
.copy {
 color: #666666;
 font-size: 10pt;
}

/*---TEXT---*/
.P {
 color: #000000;
 font-size: 11pt;
 line-height: 15pt;
}

/*---TEXT---*/
.B {
 color: #000000;
 font-size: 11pt;
 line-height: 15pt;
 font-weight: bold;
}

/*---CAPTION---*/
.C {
 color: #666666;
 font-size: 10pt;
}

/*---TOPICS---*/
.T {
 color: #666666;
 font-size: 10pt;
}

/*---EVENT TITLE---*/
.E {
 color: #ffffff;
 font-size: 11pt;
 line-height: 15pt;
 font-weight: bold;
}
