/* CSS Document */

#program_detail{
	width: 680px;
	}
	
#program_detail h1.program_d{
	background-color: #FF6600;
	font-size: 14px;
	font-weight: bold;
	line-height: 32px;
	color: #FFFFFF;
	height: 32px;
	}
	
#program_detail p.program_d{
	background-color: #FF6600;
	font-size: 14px;
	font-weight: bold;
	line-height: 32px;
	color: #FFFFFF;
	height: 32px;
	}
	
#program_detail h1.program_d span{
	font-size: 13px;
	line-height: 32px;
	color: #FFFFFF;
	font-weight:normal;
	}

#program_detail p.catch{
	font-size: 12px;
	color: #990000;
	padding-bottom: 3px;
	}
	
#program_detail td.detail{
	padding: 2px 3px 3px 45px;
	vertical-align: top;
	text-align: justify;
	text-justify: inter-ideograph ;
	line-height: 20px;
	}
	
.clear{
	clear:both;
	}
	
#program_detail p.detail_img{
	width: 205px;
	float: right;
	font-size: 10px;
	color: #333399;
	padding-left: 5px;
	line-height: 12px;
	text-align: center;
	}
	
#program_detail table.list{
	margin: 5px 0px 5px 3px;	
	border-collapse: collapse;
	border: 1px solid #999999;
	border-spacing: 0;
	empty-cells :show;
	width: 670px;
	}

#program_detail th.list_gry{
	font-weight:normal;
	text-align: left;	
	padding-left: 5px;
	border: 1px solid #999999;
	background-color: #CCCCCC;	
	font-size: 12px;
	color: #333366;
	}
#program_detail th.list{
	font-weight:normal;
	text-align: left;	
	padding-left: 5px;
	border: 1px dotted #999999;
	background-color: #EBEEFF;	
	font-size: 12px;
	color: #333366;
	}

#program_detail td.list{
	border: 1px dotted #999999;
	padding-left: 5px;
	font-size: 11px;
	}

#program_detail td.list_capt{
	vertical-align:top;
	border: 1px dotted #999999;
	padding-left: 3px;
	font-size: 10px;
	color: #333366;
	}

#program_detail td.agent_name{
	border-bottom: 1px dotted #336699;
	border-top: 1px dotted #336699;
	}
	
#program_detail td.agent_name a{
	color: #336699;
	font-size: 12px;
	font-weight: bold;
	}

#program_detail td.agent_name a:hover{
	color: #FF9933;
	font-size: 12px;
	font-weight: bold;
	}

#program_detail th.agent_info{
	background-color:#6699CC;
	color: #FFFFFF;
	text-align: left;
	padding-left: 3px;
	font-weight:normal;
	}
	
#program_detail td.agent_info_b{
	background-color: #EBEEFF;	
	font-size:12px;
	color: #333366;
	padding-left: 3px;
}	
	
#program_detail td.agent_info_g{
	font-size:11px;
	padding-left: 3px;
	border-bottom: 1px #333366 dotted;
	}	
	
	
	
	
	
	
