/*紹介画像部分----------------------------*/
#cim_info{
	height:217px;
	width: 650px;
	padding:0;
	margin:0;
}
#cim_info img{
	padding:0 0 0 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;
}
/**/

/*資格取得速報----------------------------*/
#license{
	width:330px;
	float:left;
	padding:0;
	margin:0;
}
#license .dl{
	padding:5px 0 20px 10px;
	margin:0;
}
#license .dt{
	font-size:16px;
	color:#1F1F64;
	font-weight:bold;
	height:30px;
}
#license .dt .icon{
	width:35px;
	float:left;
}
#license .dt .con{
	width:285px;
	float:left;
	padding-top:3px;
}
#license .dd{
	padding:5px 0 0 30px;
	font-size: 13px;
	line-height: 1.5em;
}
.new {
	color: #FF33CC;
}


/*News&Tpics------------------------------*/
#news{
	widows:310px;
	float:left;
	padding:0;
	margin:0;
}
#news dl{
	width:290px;
	padding:5px 0 10px 10px;
	margin:0;
}
#news dd .photo{
	padding: 0 0 5px 0;
}
#news dt{
	color: #0099CC;
	font-weight: bold;
	line-height: 1.em;
	padding: 0 0 0 18px;
	line-height: 1.2em;
	background-image:url(../img/index/news_icon.gif);
	background-repeat:no-repeat;
	font-size:16px;
}
#news dd{
	padding:5px 0 18px 18px;
	font-size: 13px;
	line-height: 1.2em;
	border-bottom: 2px dotted #CCCCCC;
}
#news .topic_link {
	color: #FF0099;
}
