#news h2,#license h2,#topics h2 {
	height: 38px;
	margin: 0 0 20px 0;
	padding: 0;
}

/*紹介画像部分----------------------------*/
#cim_info{
	height:217px;
	width: 650px;
	padding:0;
	margin:0;
}
#cim_info img{
	padding:0 0 10px 8px;
	float:left;
}


/*下の部分の包み--------------------------*/
#index{
	width:645px;
	padding:5px 0 0 5px;
	margin:0;
	overflow: hidden;
}
#index:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #index {
    height: 1em;
    overflow: visible;
}
/**/

#open_campus {
	padding-left: 10px;
}
#exam_sc {
	padding-left: 10px;
}
/*News------------------------------*/
#news{
	clear: both;
	width: 640px;
	padding: 0;
	margin: 5px;
}
#news dt{
	color: #FF33CC;
	font-weight: bold;
	padding: 0 0 0 18px;
	line-height: 1.2em;
	background-image:url(../img/index/news_icon.gif);
	background-repeat:no-repeat;
	font-size:14px;
}
#news dd{
	padding:0 0 10px 18px;
	font-size: 13px;
	line-height: 1.2em;
	border-bottom: 2px dotted #CCCCCC;
	margin-bottom: 5px;
}

/*資格取得速報----------------------------*/
#license {
	width: 330px;
	float: left;
	padding: 0;
	margin: 0;
}
#license dl {
	padding: 0 0 20px 10px;
	margin: 0;
}
#license dt {
	color: #0099CC;
	font-weight: bold;
	padding: 0 0 0 18px;
	line-height: 1.2em;
	background-image:url(../img/index/news_icon.gif);
	background-repeat:no-repeat;
	font-size:14px;
}
#license dt img {
	float: left;
	padding-right: 6px;
	vertical-align: middle;
}
#license dt a {
	color: #36C;
}
#license dd {
	padding:5px 0 10px 18px;
	font-size: 13px;
	line-height: 1.2em;
	border-bottom: 2px dotted #CCCCCC;
	margin-bottom: 5px;
}
.new {
	color: #FF33CC;
}
strong {
	color: #333333;
}


/*Tpics------------------------------*/
#topics{
	width:310px;
	float:left;
	padding:0;
	margin:0;
}
#topics dl{
	width:290px;
	padding:0 0 10px 10px;
	margin:0;
}
#topics dd .photo{
	padding: 0 0 5px 0;
}
#topics dt {
	color: #0099CC;
	font-weight: bold;
	padding: 0 0 0 18px;
	line-height: 1.2em;
	background-image:url(../img/index/news_icon.gif);
	background-repeat:no-repeat;
	font-size:14px;
}
#topics dt a {
	color: #36C;
}
#topics dd{
	padding:5px 0 10px 18px;
	font-size: 13px;
	line-height: 1.2em;
	border-bottom: 2px dotted #CCCCCC;
	margin-bottom: 5px;
}
#news .topic_link {
	color: #FF0099;
}


