@charset "utf-8";

#index_cnt{
	padding:0 0 0 5px;
	float:left;
}


/*program *******/
#index_cnt #main_contents{
	float:left;
	width:465px;
	padding:40px;
	background:#fff;
	border-top:#d2d8dc solid 2px;
	border-bottom:#d2d8dc solid 2px;
}
#index_cnt #main_contents h2, #index_cnt #main_contents h4{
	clear:both;
	font-size:18px;
	text-align:left;
}
#index_cnt #main_contents .index_program{
}
#index_cnt #main_contents .index_program h3, #index_cnt #main_contents .index_program h5{
	width:100%;
	background:#595656;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
	padding:5px 0;
	letter-spacing: 0.2em;
}
#index_cnt #main_contents .index_program_date{
	width:321px;
	float:left;
	text-align:left;
	line-height:1.5;
	padding-bottom:50px;
}
#index_cnt #main_contents .index_program_date p{
	margin-bottom:10px;
}
#index_cnt #main_contents .index_program_date .title{
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
	letter-spacing: 0.2em;
}


/*news *******/
#index_cnt #news_contents{
	float:left;
	width:190px;
	background:#fff;
	margin-left:5px;
	padding:11px;
	border-top:#d2d8dc solid 2px;
	border-bottom:#d2d8dc solid 2px;
}

#index_cnt #news_area{
	margin-top:15px;
	text-align:left;
	line-height:1.3;
	color:#008E41;
}
#index_cnt #news_area dt{
	margin:15px 6px 0;
}

#index_cnt #news_area dd{
	margin:5px 6px 0;
}
#index_cnt #news_area dd a{
	color:#008E41;
}
#index_cnt #news_area dd a:link, #index_cnt #news_area dd a:visited{
	color:#008E41;
}
#index_cnt #news_area dd a:hover{
	color:#8DC63F;
}

#index_cnt #bnr_area{
	margin-top:50px;
}

#index_cnt #sns_area{
	clear:both;
	margin-top:15px;
}


