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

/*カリキュラム表　定義*/

* {
	font-size: 100%;
	font-style: normal;
	line-height: 100%;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	text-align: left;
	margin: 0;
	padding: 0;
	border: none;
}

div#curriculumContainer {
	margin: 0 auto;
	text-align: center;
	width: 700px;
	padding: 5px 0px;
}


div#slider {
	width: 500px;
	margin: 5px 5px 10px 5px;
	clear: both;
	float: left;
}

div.header {
	display: block;
	width: 540px;
	background-image: url(../image/common/header.gif);
	background-repeat: no-repeat;
	text-align: center;
	padding: 5px 10px;
	margin: 5px auto;
	line-height: 30px;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	font-size: large;
	color: #666666;
	cursor: pointer;
}

div.list {
	display: block;
	width: 540px;
	background-image: url(../image/common/header.gif);
	background-repeat: no-repeat;
	padding: 5px 10px;
	margin: 0 5px 8px 0px;
	line-height: 30px;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	font-size: large;
	color: #666666;
	cursor: pointer;
}

div.header th .teachersName,
div.header th a.teachersName
div.list th .teachersName,
div.list th a.teachersName {
	background-image: url(../image/common/user_comment.png) ;
	background-position: left;
	background-repeat: no-repeat;
	font-size: large;
	font-weight: bold;
	color: #666666;
	padding: 0 0 0 20px;
}

div.content {/*コンテンツ中身　先生の自己紹介とコメントの箱*/
	width: 550px;
	margin: 5px auto;
	overflow: hidden;
}

div.content div.teachersComment p {
	background: transparent url(../image/movielist/background_comment.gif);
	background-repeat: no-repeat;
	font-size: small;
}

div.content div.teachersComment p:first-letter {
	font-size: large;
	font-weight: bold;
	color: inherit;
}

div.content div.teachersComment p#commentTop { /* 自己紹介部分 */
	padding: 25px 10px 0px;
	background-position: left top;
}

div.content div.teachersComment p#commentBottom {  /*講義解説部分*/ 
	padding: 5px 10px 10px;
	margin-bottom: 5px;
	background-position: left bottom;
}


/*カリキュラム表*/
table.curriculum {
	width: 700px;
	border: 1px solid #FF9900;
	font-size: small;
}

table.curriculum tr.title td {
	background-color: #ffba53;
	border: none;
	text-align: center;
}

table.curriculum td {
	padding: 4px;
	line-height: 1.3em;
	border: 1px solid #ccc;
}

table.curriculum td a:hover {
	border-bottom: 1px dashed #FF9900;
	}

table.curriculum tr td.text a {
	text-align: center;
}

table.curriculum td.movie {
	line-height: 1.3em;
	padding-left: 20px;
	margin: 2px 0 0 2px;
	color: #999999;
}

table.curriculum td a.movie {
	background-image: url(../image/movielist/icon_movie.png);
	background-repeat: no-repeat;
	line-height: 1.3em;
	padding-left: 20px;
	color: #FF9900;
}