body {
margin: 0px;
padding: 0px;
}

form {
margin: 0px;
padding: 0px;
}


/* font */
.f12 { color: #333333; font-size: 12px; line-height: 160% }
.f10 { color: #333333; font-size: 10px; line-height: 140% }

.f12_white { color: #ffffff; font-size: 12px; line-height: 160%; }
.f12_red { color: #FF0000; font-size: 12px; line-height: 160%; }
.f12b_blue { color: #618ACD; font-size: 12px; line-height: 160%; font-weight:bold }

/* 2007/03/12 SSC 太字⇒標準
.f12_kakou { color: #2C8700; font-size: 12px; line-height: 160%; font-weight:bold }
*/
.f12_kakou { color: #2C8700; font-size: 12px; line-height: 160%; }

.f16b_green { color: #56921E; font-size: 16px; line-height: 160%; font-weight:bold }
.f12b_white { color: #ffffff; font-size: 12px; line-height: 160%; font-weight:bold }
.f14b { color: #333333; font-size: 14px; line-height: 170%; font-weight:bold }
.f18b_white { color: #ffffff; font-size: 18px; line-height: 160%; font-weight:bold }

/* 2007/04/24 SSC 廃番表示対応 */
.f18b_red { color: #FF0000; font-size: 18px; line-height: 160%; font-weight:bold }

#list{
	width:495px;
}


/* link */
a:link{
/* 2007/04/02 SSC 文字色変更
color: #004D99;
*/
color: #8BAED8;
text-decoration: none;
}

/* 2007/04/02 SSC 文字色をデフォルトにする
a:visited{
color: #8BAED8;
text-decoration: none;
}
*/

a:visited{
text-decoration: none;
}


a:hover{
color: #FF3D3D;
text-decoration: none;
}

a:active{
color: #FF3D3D;
text-decoration: none;
}

/* searchlink */
#list a:link{
color: #004D99;
text-decoration: none;
}

#list a:visited{
color: #8BAED8;
text-decoration: none;
}

#list a:hover{
color: #FF3D3D;
text-decoration: none;
}

#list a:active{
color: #FF3D3D;
text-decoration: none;
}


/*********** #table styles ***********/
.b01{background-color:#EFF3FA; }
.b02{background-color:#FFF4E8; }
