/* ------------------------------
コースページのスタイル
------------------------------ */

@charset "UTF-8";

div#main{
	height:1000px;
}

h3{
	font-size:15px;
	margin:5px 0px 5px 0px;
	color:#4c1e16;
}

table.coursesystem{
	width:500px;
	border:0px;
	margin:10px;
}

table.coursesystem td{
	border:solid 1px #696969;
	padding:5px;
}

table.coursesystem th{
	width:75px;
	text-align:left;
	border:solid 1px #696969;
	padding:5px;
	color:#ffffff;
	background-color:#696969;
}

p{
	color:#333333;
	line-height:1.5;
}

p.endtopic{
	color:#DC143C;
}

p.profile{
	font-size:11px;
	color:#7f5500;
}

p.news{
	text-align:center;
	font-weight:bold;
	color:#e54444;
}

