@charset "utf-8";
/* CSS Document */

img {
	border:none;
}

.none {
	display: none;
}

.title_course {
	background: url(../image/course/title_course.jpg) no-repeat;
	height: 210px;
	width: 745px;
}

.title_course h2 {
	margin: 0px;
	padding: 0px;
	height: 185px;
}

.title_course input.text_search {
	border: 1px solid #ffffff;
	width: 178px;
	margin: 0px 0px 5px 492px;
	height: 16px;
}

.course_articles {
	background: url(../image/course/bg_course.gif) repeat-x;
	overflow: hidden;
	padding-top: 12px;
}

.course_contents {
	background: url(../image/course/contents_course.gif) no-repeat;
	width: 728px;
	height: 536px;
	margin: 0px 0px 0px 12px;
}

/*修正*/
.course_left {
	float: left;
	width: 274px;
	text-align:center;
}

/*修正*/
.course_left img {
	margin:41px 0px 0px;
	/*margin: 41px 31px;*/
}

.course_right {
	width: 443px;
	float: left;
}

dl.c_list {
	margin: 35px 0px 0px;
	width: 400px;
}

dl.c_list dt {
	line-height: 20px;
	float: left;
	width: 70px;
}

dl.c_list dt a {
	color: #0051fa;
	font-weight: bold;
	text-decoration: none;
}

dl.c_list dt a {
	text-decoration: underline;
}

dl.c_list dd {
	line-height: 20px;
	float: left;
	width: 330px;
	margin: 0px 0px 30px;
}

dl.c_list dd a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

dl.c_list dd a {
	text-decoration: underline;
}


/*追加080424*/
.course_bottom{
	clear:both;
	width:720px;
	padding-top:10px;
}

.course_bottom_inside{
	width:auto;
	padding:0px 10px;
}

.line{
	width:auto;
	height:2px;
	background-image:url(../image/course/line.gif);
	background-repeat:repeat-x;
	overflow:hidden;
	margin-bottom:15px;
}

.title_traffic{
	width:auto;
}

.title_traffic_inside{
	width:auto;
	height:22px;
	margin-left:20px;
	background-image:url(../image/course/text_traffic.gif);
	background-repeat:no-repeat;
}

.title_traffic_inside span{
	visibility:hidden;
}

.traffic_select{
	padding-top:15px;
	text-align:center;
}

.traffic_select img{
	margin:0px 10px;
}


ul.campany {
	margin: 0px 20px;
}

ul.campany li {
	background: url(../image/course/li_link.gif) no-repeat left top;
	display: block;
	width: 300px;
	float: left;
	padding: 0px 20px 5px;
}

ul.campany li a:link {
	color: #333333;
}

ul.campany li a:hover {
	color: #0692d4;
}
