/*--------------------*/
/* 共通スタイルシート */
/*--------------------*/

img {
	border: 0;
}

a {
	color: #4D7A34;
	text-decoration: none;
}

a:visited {
	color: #4D7A34;
}

a:hover {
	color: #409B40;
	text-decoration: underline;
}

#ctstable {
	border: #C9C9C9 1px solid;
	margin: 5px 0;
}

#maintable {
	margin-top: 30px;
	margin-bottom: 25px;
}

#maintable td, #maintable th {
	font-family: 'ＭＳ Ｐゴシック', osaka, sans-serif;
	font-size: 12px;
	color: #333333;
}

.line {
	line-height: 1.0em;
}

/*----------*/
/* 自己紹介 */
/*----------*/

.fsize18 {
	font-size: 18px;
}

#ctstable #maintable p {
	padding-left: 10px;
	margin-bottom: 10px;
}

/*----------*/
/* 担当科目 */
/*----------*/

#ctstable #maintable p.lectures {
	padding-left: 0;
	margin-bottom: 5px;
}

/*----------*/
/* 研究業績 */
/*----------*/

ul {
	padding: 0;
	margin-top: 15px;
	margin-left: 25px;
	line-height: 1.6em;
	list-style: circle;
	color:#4D7A34;
}

/*----------*/
/* イベント */
/*----------*/

#ctstable #maintable p.events {
	padding-left: 5px;
	margin-bottom: 10px;
	line-height: 1.4em;
}

caption {
	font-family: 'ＭＳ Ｐゴシック', osaka, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	padding: 5px 0;
}

.events_table {
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}

.events_table td, .events_table th {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding: 5px;
}

.events_table th {
	background-color: #EFEFEF;
}
