@charset "utf-8";
/* CSS Document */

#contents{
	width:770px;
	padding:35px;
	padding-top:10px;
	padding-bottom:10px;
}

#contents .wrap_profile
{
	display:block;
	width:640px;
	height:260px;
	margin-left:20px;
	padding-top:50px;
	background-image: url(../images/lecturers/bg_big2_header.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#contents .wrap_profile div
{
	background-image: url(../images/lecturers/bg_big2_body.gif);
	background-repeat: repeat-y;
	margin-top:20px;
	padding-left:20px;
	padding-right:20px;
}

#contents .wrap_profile .footer_line
{
	display:block;
	height:42px;
	width:100%;
	clear:both;
	background-image: url(../images/lecturers/bg_big2.gif);
	background-repeat: no-repeat;
	background-position: 0px -218px;

}

#contents .wrap_profile img
{
	display:block;
	float:left;
	margin:10px;
}

#contents .wrap_profile .star
{
	display:block;
	float:right;
	margin-right:10px;
}

#contents .wrap_profile .name
{
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}

#contents .wrap_profile .comment
{
	font-size:14px;
	font-weight:bold;
}

/* カレンダー
--------------------------------**/
#contents table.cal
{
	width:620px;
	margin-left:50px;
}

#contents table.cal tr th
{
	border:none;
	border-bottom:#CCC 1px dashed;
	height:40px;
	font-size: 16px;

}

#contents table.cal tr th.sun
{
	color:#990000;
}

#contents table.cal tr th.header
{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
	color:#666666;
}

#contents table.cal tr td
{
	background-color:#e6e6e6;
	height:50px;
	width:50px;
	font-size: 14px;
	vertical-align: top;
	font-weight:bold;
	color:#990000;
	
	
}

/* スケジュール表
----------------------------------**/
#contents table.cal_w
{	width:620px;
	margin-left:50px;
}

#contents table.cal_w tr th
{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	width:50px;
	border:none;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #666;
}
#contents table.cal_w tr.header th
{
	height:50px;
	vertical-align: bottom;
}

#contents table.cal_w tr td
{
	background-color:#e6e6e6;
	height:30px;
	width:50px;
	vertical-align: middle;
	text-align:center;
}