/* CSS Document */


/* ========IMPORT======== */

@import "template.css";

@import "phms.css";

/* ========メインエリア======== */


	
#lecturer_title {
	background-image: url(../img/lecturer_title.jpg);
	width: 650px;
	height: 27px;
	margin-top:20px;
	margin-bottom: 20px;
	}
	
#l_main {
	padding-left:15px;
	width:665px;
	color:#333333;
	}
	
.lecturer_left {
	float:left;

	}

.lecturer_right {
	margin-left:163px;
	}

#l_text {
	margin-right:50px;
	margin-left:173px;
	}
	
.clear {
	clear:left;
	}
	
.lecturerbox2 {
	margin-top:30px;
	}