@charset "UTF-8";

/* CSS Document */

/* -----------------------------------------------

          course detail page styles

   ----------------------------------------------- */

div.detail-wrapper {
	background-image: url(../../course/images/bg_p03_01.gif);
	background-repeat: no-repeat;
	width: 521px;
	height: 703px;
	position: relative;
}

h1 {
	padding-top: 50px;
	padding-left: 50px;
}

p.logo {
	position: absolute;
	left: 380px;
	top: 43px;
}

h2 {
	padding-top: 23px;
	padding-bottom: 5px;
	text-align: center;
}

p.comment {
	text-align: center;
	font-size: 12px;
	padding-top: 4px;
}

p.comment img {
	display: block;
	margin: 0 auto;
}

p.comment span {
	display: block;
	text-align: left;
	padding: 14px 40px 0 50px;
}

ul {
	position: absolute;
	top: 640px;
}

ul li {
	float: left;
	margin-left: 90px;
}

*html ul li.first-child {
	margin-left: 40px;
}



