@charset "utf-8";

/* LECTURER */

#LECT {
	margin: 20px 10px;
}

#LECTURER {
	margin: 20px 10px;
	border-bottom: #999999 2px dotted;
}

.lect_attention {
	border: #FF6600 1px dashed;
	padding: 10px;
	font-size: 90%;
	margin: 15px;
}

.lecturer_photo {
	margin: 10px;
	float: left;
}

.name {
	font-size: 110%;
	font-weight: bold;
	color: #666666;
	border-bottom: #006633 2px solid;
	display: inline;
	padding: 0px 0px 3px 0px;
}

.name_yomi {
	font-size: 80%;
	font-weight: bold;
}

.career {
	font-size: 90%;
	color: #666666;
	margin: 10px 20px;
}

.career2 {
	font-size: 90%;
	color: #666666;
	margin: 10px 20px;
	clear: left;
}

.career3 {
	font-size: 90%;
	color: #666666;
	margin: 0px 0px 0px 60px;
	clear: left;
}

#APPLICATION {
	margin: 10px 0px 5px 0px;
	text-align: center;
	width: 180px;
}

a#lecturer_appli {
   display: block;
   width: 150px; /* 画像1枚分の横幅 */
   height: 25px; /* 画像1枚分の高さ */
   text-indent: -2000px; /* 文字を見えなくする */
   background-image: url("img/lecturer_application.gif"); /* 画像ファイル名 */
   text-align: center;
}

a#lecturer_appli:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}


/**********  講演のお申込テーブル　*********/
#Table_form_lecturer_application {
	width: 520px;
	border: 1px #99CC66 solid;
	font-size: 90%;
	border-collapse: collapse;
	margin: 5px 10px;
}

th,td {
	border: 1px #99CC66 solid;
	border-collapse: collapse;
}

.td_title1 {
	background-color: #99CC66;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 0px 5px 10px;
}

.td_item {
	color: #99CC66;
	font-weight: bold;
	padding: 5px 0px 5px 10px;
	width: 150px;
}

#Table_form_lecturer_application p {
	margin: 8px;
}

.attention {
	margin: 5px 10px;
	color: #009966;
	font-size: 70%;
}

.appointment {
	
	font-size: 100%;
	font-weight: bold;
	color: #666666;
	margin: 10px;
}

.h3 {
	padding: 0px 0px 5px 3px;
	font-weight: bold;
	font-size: 105%;
	clear: left;
}

#list_title {
	margin: 10px 0px 10px 20px;
	list-style: square inside url(../../img/yajirusi5.gif); 
}


#list_title li {
	padding: 0px 0px 5px 3px;
	clear: left;
}
