/* CSS Document */
/*---------------------------------------------------------*/
/*    h1 index_title                                       */
/*---------------------------------------------------------*/
#main_img{ width: 600px; height: 180px; background: url(../../teacher/img/h1_ttl.jpg) no-repeat; text-indent: -9999px;}

#catch{
	width: 600px;
	height: 100px;
	background:url(../../teacher/img/catch.gif) no-repeat;
	text-indent: -9999px;
	margin: 0px auto;
	}




/*---------------------------------------------------------*/
/*    profile                                              */
/*---------------------------------------------------------*/


.profile{
	background: url(../../teacher/img/profile_bg.jpg) repeat-y;
	width: 546px;
	padding: 0px 27px;
	display: block;
	margin: 0px;
	}
	
.profile p{
	padding-bottom:15px;
}

.name{ font-size: 16px; margin-bottom: 10px; padding-bottom:0px; font-weight:normal;}

.float-right{ margin: 0px 0px 5px 5px; float: right; display: inline;}
