/* 
	1. program
*/
/* 1. program */
	body {
		background: #fff url("../img/program/bg.gif") repeat-x;
	}
	a, a:visited, a:active {
		color: #3b3535;	
	} a:hover { color: #ca0203; }
	div.main {
		position: relative;
		width: 570px;
		margin: 20px auto 0 auto;
	}
	div.main h1 {
		font-weight:bold;
		font-size:26px;
		float:left;
		color:#ab3000;
		width: 346px;
		line-height:30px;
		padding:0 0 15px 0;
		margin-right:215px;
	}
	div.main h1 .font18 {
		font-size: 18px;
		font-weight: bold;
	}
	div.main img.icon {
		float: right;
		width: 134px;
		padding: 0px 40px 5px 50px;
		display:block;
	}
	div.main p {
		text-align:justify;
	}
	div.main p.title {
		font-size:15px;
		line-height:19px;
		font-weight:bold;
	}
	#program ul li {
		margin: 0 15px 3px 0;
		list-style: square;
		color:#d4360d;
	}
	#program ol li{
		margin:0 25px 3px 0;
		list-style: decimal;
		color:#d4360d;
	}
	#program ul li span, #program ol li span{
		color:#3b3535;
	}
	#program h2 {
		font-weight:bold;
		font-size:24px;
		color:#ab3000;
		line-height:30px;
		margin:30px 0 30px 0;
	}
	#program span.tm, #program span.redbold, #program span.red {
		color:#d4360d;
	}
	table {
		width: 570px;
	}
	
	table td {
		vertical-align: top;
	}
	table td.program div{
		background: url("../img/program/circle.gif") no-repeat;
		width:55px;
		height:59px;
		font-size:30px;
		line-height: 30px;
		font-weight:bold;
		color:#d4360d;
		padding:13px 0 0 0;
		text-align:center;
	}
	table td.text h3 {
		font-weight:bold;
		color:#ab3000;
		font-size:16px;
		line-height:21px;
		margin-bottom: 8px;
	}
	table td.text {
		padding:0 25px 15px 0;
		text-align:justify;
	}
	table td.text span.red {
		color:#ca0203;
	}
	p.nobreak {
		margin-bottom: 0;	
	}
/***end***/




