@charset "UTF-8";

/*-----------------------------------------------------------
JVTA | CHAIR > communicate

Modified 2009 01.22 MT
-------------------------------------------------------------*/

@import url("../common/import.css");

#coursebox {
margin:0 20px 20px 20px;
}

#coursebox h5 {
	font-size: 12px;
	margin-bottom: 5px;
}

#coursebox table {
	margin-bottom: 20px;
	background-color:#f1f1f1;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}


#coursebox th {
	text-align: center;
	border-right: 1px solid #CCCCCC;
	
}

#coursebox td {
	text-align: center;
	border-right: 1px solid #CCCCCC;
}

.center_td {
	background-color:#FFFFFF;
}

#coursebox ul {
	margin: 10px 20px 20px 20px;
	}

#infoArea ul li {
list-style:none;
background:transparent url(../../img/common/arrow02.gif) no-repeat scroll 0 2px;
margin:0 0 5px;
padding:0 0 0 25px;
}

table#PcEnvironment {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #3C93EA;
	background-color: #FFFFFF;
	font-size: 10px;

}
table#PcEnvironment th {
	font-weight: normal;
	width: 100px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
}
table#PcEnvironment td {
	text-align: left;
}
table#charge {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #3C93EA;
	border-left: 1px solid #3C93EA;
	background-color: #FFFFFF;
}
table#charge th {
	text-align: center;
	border-right: 1px solid #3C93EA;
	border-bottom: 1px solid #3C93EA;
	font-weight: normal;
	background-color: #EEF5FD;
}
table#charge td {
	text-align: left;
	border-right: 1px solid #3C93EA;
	border-bottom: 1px solid #3C93EA;
}
table#charge span {
	font-size: 10px;
}
table#charge td.yellow {
	background-color: #FFFF00;
}

