@charset "utf-8";

/* header
--------------------------------------------------------------------*/
/*#header {
	background: #ffffff url('../images/category_header.jpg') no-repeat left top;
}*/

/* main
--------------------------------------------------------------------*/
.widecolumn h2 {
	padding: 5px 0 0 0;
	height: 25px;
	background: url('../images/page_h_h2.jpg') no-repeat left top;
	text-indent: 2em;
}


.widecolumn h3 {
	margin: 30px 50px 20px 50px;
	height: 26px;
	border-bottom: 1px solid #dcdcdc;
	font-size: 1.3em;
	text-indent: 0;
	text-align: center;
}

.widecolumn h4 {
	clear: both;
	margin: 30px 0 10px 0;
}

/* コース */
h3.course {
	margin: 15px 0 5px 0;
	height: 20px;
	background: url('../images/course_bullet.gif') no-repeat left 4px;
	border-bottom: none;
	font-size: 1.1em;
	text-indent: 1.3em;
	text-align: left;
}
dl.course {
	width: 630px;
	background: #e7e7e7;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}
dl.course dt {
	clear: both;
	float: left;
	padding: 5px;
	width: 120px;
	border-top: 1px solid #999999;
	font-weight: bold;
}
dl.course dd {
	margin-left: 120px;
	padding: 5px 4px;
	width: 500px;
	background: #ffffff;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}
dl.course dd.none {
	padding: 5px 0 5px 9px;
	border-top: none;
}
dl.course dd ul {
	list-style: none;
}
dl.course dd ol {
	list-style-position: inside;
}
dl.course dd ul li {
	margin: 0 5px 5px 5px;
}
dl.course dd ol li {
	margin: 0 5px 5px 0;
}

.entry dl.course dd ul li:before {
	content: "";
}

* html dl.course {
	width: 626px;
}
* html dl.course dd.none {
	margin-left: 123px;
	padding: 5px 4px;
}
*:first-child+html dl.course dd {
	width: 490px;
}
*:first-child+html dl.course dd.none {
	margin-left: 130px;
	padding: 5px 4px;
}

/* その他コース */
.other {
	clear: both;
	float: left;
	margin: 15px 0 5px 0;
	width: 888px;
	border: 1px dotted #dddddd;
}

.other h3 {
	margin: 10px 17px 0 18px;
	height: 25px;
	border-bottom: none;
	background: url('../images/recent.gif') no-repeat left 1px;
	text-indent: 2em;
	font-size: 1em;
	text-align: left;

}

.other ul {
	margin: 0 20px;
}
.other ul li {
	display:inline;
	float: left;
	margin: 3px 12px 3px 15px;
	line-height: 1.1em;
}
.other p {
	clear: both;
	margin: 5px 15px;
	background: url('../images/return.gif') no-repeat 742px 3px;
	text-align: right;
}
* html .other p {
	background: #ffffff url('../images/return.gif') no-repeat 742px 3px;
}
*:first-child+html .other p {
	background: #ffffff url('../images/return.gif') no-repeat 742px 3px;
}


