﻿/* c core */
.c_back_p{
	font-weight: bold;
	text-align: center;
}

.bold{
	font-weight: bold;
}

/* cc course_content */
.cc_download_p{
	font-size: 18pt;
	text-align: center;
	font-weight: bold;
}

.cc_download_a{
	color: #FF00FF;
	target-name: new;
}


/* cct course_content_table */
.cct_table{
	width: 800px;
}

.cct_table, .cct_td, .cct_th, .cct_course_td, .cct_year_td {
	border:1px solid black;
	/*border-width:5px;*/
}

.cct_course_td{
	height: 40px;
	width: 600px;
	text-align: left;
	border:1px solid black;
}

.cct_year_td{
	height: 80px;
	width: 200px;
	text-align: center;
	border:1px solid black;
}

/* p */
.cct_ap {
	font-size: 14pt;
	font-weight: bold;
	margin-left: 5px;
}

.cct_p{
	font-size: 12pt;
	text-align: center;
	line-height: 150%;
}

.cct_year_p {
	font-size: 24pt;
	font-weight: bold;
	margin-left: 5px;
}

.cct_notice1{
	font-size: 12pt;
	font-weight: bold;
	line-height: 150%;
	margin-left: 200px;
}

