@charset "utf-8";

#title_area{
	background : #f0e8f2 url('../images/lecturer/tbg.jpg') repeat-x bottom;
	padding : 0 0 160px 0;
	margin : 0 0 50px 0;
	}
#title_area .title_area_content{
	width : 980px;
	margin : 0 auto;
	color : #8a5097;
	font-size : 15px;
	}
#title_area .title_area_content h1{
	margin : 0 0 30px 0;
	}
#title_area .title_area_content h2{
	font-size : 46px;
	margin : -80px 0 0 0;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	}
#title_area .title_area_content .image{
	margin : 0 0 30px 0;
	text-align : center;
	}

#page_title{
	font-size : 46px;
	color : #8a5097;
	border-bottom : solid 1px #8a5097;
	margin : 0 0 80px 0;
	text-align : center;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	}


.lecturer{
	width : 980px;
	margin : 0 auto;
	}
.lecturer_block{
	margin : 0 0 30px 0;
	border-bottom : dotted 1px #ccc;
	padding : 0 0 30px 0;
	}
.lecturer_block .left_lecturer{
	float : left;
	display : inline;
	width : 450px;
	}
.lecturer_block .right_lecturer{
	float : left;
	display : inline;
	width : 450px;
	margin : 0 0 0 80px;
	}
.lecturer_block .image{
	float : left;
	display : inline;
	width : 89px;
	}
.lecturer_block .text{
	float : left;
	display : inline;
	width : 345px;
	margin : 0 0 0 15px;
	}
.lecturer_block .text .name{
	font-weight : bold;
	color : #d48aa9;
	}
.lecturer_block .text .blog{
	background : url('../images/lecturer/blog_ico02.jpg') no-repeat left center;
	padding : 0 0 0 18px;
	margin : 5px 0 0 0;
	}
.lecturer_block .text .blog a{
	color : #d48aa9;
	}
.lecturer_block .text ul{
	margin : 0;
	padding : 0;
	}
.lecturer_block .text li{
	list-style-type : none;
	background : url('../images/lecturer/blog_ico01.jpg') no-repeat left 8px;
	padding : 0 0 0 10px;
	margin : 0;
	}
.lecturer_block .other{
	float : left;
	display : inline;
	margin : 0 0 0 0;
	}


