/* CSS Document */
table.line{
	border: 1px solid #999999;
	}

table td.2line{
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	}
	
table td.3line{
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom:1px solid #999999;
	}

table.bt10{
	margin-bottom:10px;
	}
	
.red_bt{
	background-image:url(../img/red_bt.gif);
	width:200px;
	height:70px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom:15px;
	margin-top:10px;
	line-height:70px;
	}
	
.bl_bt{
	background-image:url(../img/bl_bt.gif);
	width:200px;
	height:70px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom:15px;
	margin-top:10px;
	line-height:70px;
	}
	
.td_q{
	background-image:url(../img/Q.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size:12px;
	line-height:133%;
	}
	
.td_qa{
	background-image:url(../img/qa.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size:12px;
	line-height:133%;
	}
