
/*基礎要素//////////////////////////////*/
/*フォント*/
.small{font-size:smaller;}
.large{font-size:larger;}
.bold{font-weight:bold; color:#1b5b84;}
.white{color:#FFFFFF;}
.green{color:#006666;}
.blue{color:#0059C6;}
.blue2{color:#1b9bc5;}
.red{color:#FF0000;}
.tnr {font-family: Times New Roman,serif; }
p.sample2 {font-family: "ＭＳ 明朝",serif; }
p.sample3 {font-family: Impact,Charcoal; }
.title {font-weight:bold; color:#1b5b84;}

/*テーブルボーダー*/
.bg_green{background-color:#99DDDD;
		color:#006666;
		font-weight:bold;}
.border_bottom{border-bottom:1px solid #008888;}
.border_top{border-top:1px solid #008888;
		border-bottom:1px solid #008888;}
.table_border{border-top:1px solid #99DDDD;
		border-bottom:1px solid #99DDDD;
		border-left:1px solid #99DDDD;
		border-right:1px solid #99DDDD;}



div.text1 {font-size: 13px; line-height: 18px; letter-spacing: 0px; font-family: Verdana,Helvetica;}

TD {font-size: 13px; line-height: 18px; letter-spacing: 0px; font-family: Verdana,Helvetica;}


.img-top {
margin-top: 1em;　/* 上余白 */
height: 64px;　/* 画像の高さ */
}
.txt-top {
position: relative;
top: -64px;　/* 画像の高さ分、上に移動 */
margin-bottom: -1em;　/* 1 行下ろす */
}

