@charset "utf-8";

@import url("common.css");

h2.mainttl {
	font-size: 18px;
	border-bottom: solid 3px #75b409;
	line-height: 100%;
	padding: 0 0 3px 0;
}

div.txtcontents p {
	padding: 5px 0;
}
div.txtcontents strong {
	display: block;
	padding: 20px 0 0 0;
	color: #fc0;
}
div.txtcontents strong.newblock {
	display: block;
	padding: 20px 0 0 0;
	color: #fc0;
	margin: 20px 0 0 0;
	background: url(../img/dotted.gif) top no-repeat;
}
div.txtcontents p.p20_top {
	padding: 20px 0;
}

dl.qanda {
}
dl.qanda dt {
	padding: 5px 0 0 0;
	font-weight: bold;
	color: #ffffcc;
}
dl.qanda dd {
	padding: 0 0 5px 10px;
	border-left: solid 5px #555;
	margin: 0 0 0 3px;
}
dl.qanda dd ul {
	list-style: disc inside;
	margin: 0 0 0 15px;
}
dl.qanda dd ol {
	list-style: decimal inside;
	margin: 0 0 0 15px;
}
p.joinbtn {
	margin: 20px 0 0 0;
	background: url(../img/dotted.gif) top no-repeat;
	text-align: center;
}
p.joinbtn img {
	margin: 20px 0 0 0;
}


ul.courses {
	padding: 0 0 10px 0;
	background: url(../img/dotted.gif) bottom no-repeat;
}
ul.courses li {
	width: 320px;
	height: 170px;
	zoom: 1;
	line-height: 100%;
	float: left;
}
ul.courses li a:hover img {
	filter: alpha(opacity=80);
	opacity: 0.8;
	position: relative;
}

ul.courses_line {
	padding: 0 0 10px 0;
	background: url(../img/dotted.gif) bottom no-repeat;
}
ul.courses_line li {
	width: 640px;
	height: 50px;
	zoom: 1;
	line-height: 100%;
}
ul.courses_line li a:hover img {
	filter: alpha(opacity=80);
	opacity: 0.8;
}

