@charset "utf-8";

/*-----------------------------------------------
基本設定
----------------------------------------------- */	
#main_right{/*-横幅サイズ590-*/
}
#honbun{/*-横幅サイズ560-*/
	margin: 0px 0px; padding: 0px 15px 0px 15px;
}
/*-----------------------------------------------
ページトップ
----------------------------------------------- */
.pagetop p{
	margin: 0px 0px 0px;padding: 0px 0px 0px;
	}
.pagetop h2{
	margin: 10px 0px 0px;padding: 0px 0px 0px;
	}	

/*-----------------------------------------------
実習・インターンシップ
----------------------------------------------- */
.textsize {/*-横幅サイズ550-*/
	margin: 0px 0px 20px;padding: 10px 7px 0px 3px;
}
.textsize h2{
	margin: 10px 0px 5px;padding: 5px 0px 15px 20px;
	background-image: url(../../common/images/title2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #333333;
}
.textsize h3{
	margin:10px 0px;padding:0px 0px;
}
.textsize p{
	margin:0px 0px 0px 0px;padding:0px 0px;
}
.textsize .cap{
	font-size: 0.8em;
	font-weight: normal;
	display: inline;
}
/*-----------------------------------------------
就職実績リスト
----------------------------------------------- */
.results dl {
	padding: 10px 0px; margin: 0px; 
	background: url(images/border_line.gif) repeat-x left bottom; 
	width: 550px; 
	line-height: 1.6; 
	text-align: left;
}
.results dt {
	padding:0px 0px 0px 10px;margin: 0px 0px 0px 3px;
	background-image: url(images/midashi_hs.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	font-weight: bolder;
	color: #51b81f;
}
.results dd {
	padding:0px 0px; margin: 0px 0px 0px 50px;
}
