@import url("../common/index.css");

h1 {
	margin:0;
	padding:25px 0 0 10px;
	background:fff;
	color:#2F6C91;
	font-size:20px;
	height:45px;
	width:790px;
}

.Mstd50 {
	padding-bottom: 20px;
}


/* 講義一覧リスト・リンク */
ul#LecList {
	margin: 0 20px 30px;
	padding: 0;
	width: 460px;
	list-style: none;
	_letter-spacing: .1em;
}
ul#LecList li {
	margin: 6px 0 0;
	_margin-top: 3px;
	padding: 0;
	width: 460px;
	_height: 1px;
}
ul#LecList li a { /* TotalW: 460px; TotalH: 55px; */
	display: block;
	margin: 0;
	padding: 8px 0 0 23px;
	width: 437px;
	height: 47px;
	text-decoration: none;
	line-height: 1.2;
	color: #00f;
	background: url("images/b_list_bg.gif") no-repeat 0 0;
}
ul#LecList li a:hover {
	background-position: 0 -70px;
}
ul#LecList li a .SubTxt {
	font-size: 10px;
}
ul#LecList li a .Organ {
	display: block;
	margin: 5px 8px 0 0;
	padding: 0;
	text-align: right;
	line-height: 1;
	font-size: 10px;
	color: #444;
	_letter-spacing: 0;
}

/* 講義タイトル */
.Lecture h3 {
	margin: 10px 0;
	padding: 0;
	line-height: 1.4;
	color: #000;
	font-size: 14px;
	_font-size: 105%;
	border-bottom: 1px solid #000;
}
.Lecture h3 .SubTxt {
	font-size: 12px;
	color: #c00;
}

/* 講義ヘッダ */
.LectureHeader {
	margin: 0 0 20px;;
	width: 600px;
	border-collapse: collapse;
}
.LectureHeader td.Thumbnail {
	padding: 0 15px 0 0;
	width: 190px;
	vertical-align: top;
}
.LectureHeader td.Thumbnail img {
	border: 1px solid #999;
}
.LectureHeader td.Info {
	padding: 0;
	vertical-align: top;
}
.LectureHeader td.Info p.Organ ,
.LectureHeader td.Info p.Lecturer {
	margin: 5px 0;
	padding: 0 0 0 12px;
	font-size: 10px;
	line-height: 1.4;
	color: #444;
	background: url("images/gsq.gif") no-repeat 0 5px;
}
.LectureHeader td.Info p.Organ strong ,
.LectureHeader td.Info p.Lecturer strong {
	font-weight: normal;
	font-size: 12px;
	color: #000;
}
.LectureHeader td.PlayBtn {
	padding: 0;
	vertical-align: bottom;
	text-align: right;
}
.LectureHeader td.PlayBtn a {
	display: block;
	float: right;
	padding: 8px 0 0 11px;
	_padding-top: 7px;
	width: 124px;
	height: 14px;
	_height: 15px;
	font-size: 10px;
	line-height: 1em;
	color: #009;
	text-decoration: none;
	text-align: left;
	background: url("images/btn01.gif") no-repeat 0 0;
}
.LectureHeader td.PlayBtn a:hover {
	color: #00F;
	background-position: 0 -30px;
}


/* 講義説明 */
.Lecture p.Source {
	margin: .5em 0 0;
	padding: 0;
	color: #444;
	font-size: 10px;
}

/* 動作環境 */
.Lecture h4 {
	margin: 20px 0 0;
	padding: 0 0 0 12px;
	_padding-top: 2px;
	height: 15px;
	line-height: 1.2;
	color: #063;
	font-size: 10px;
	font-weight: normal;
	background: url("images/gsq.gif") no-repeat 0 2px;
}
.System {
	margin: 5px 0;
	_margin: 0;
	width: 600px;
	border-collapse: collapse;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
.System th ,
.System td {
	padding: 4px 8px;
	vertical-align: top;
	text-align: left;
	font-size: 10px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	font-family: 'MS UI Gothic';
	_letter-spacing: .1em;
}
.System th {
	width: 9em;
	font-weight: normal;
	color: #555;
	background: #f8f8f8;
	white-space: nowrap;
}
.System td {
}


/* ページ先頭へリンク */
.PageTop {
	margin: 30px 0 0;
	padding: 0;
	text-align: right;
	font-weight: bold;
	font-size: 75%;
	page-break-after: always;
}
.PageTop a {
	text-decoration: none;
}

