@charset "utf-8";
/* CSS Document */

.box_txtR ul {
	list-style-position: inside;
	list-style-type: decimal;
	line-height:14px;
}
.box_txtR li {
	color: #663333;
}

.box_txtC ul {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	list-style-position: inside;
	line-height:14px;
}
.box_txtC li {
	text-align: left;
}

.box_courseL {float: left; width: 118px; padding-left: 10px; margin-bottom: 10px;}
.box_courseR {float: right; width: 410px; margin-bottom: 10px;}

#contents_body ul.li_btn {
	clear: both;
	display: block;
	margin-right: 10px;
	list-style-type: none;
}

#contents_body ul.li_btn li {
	float: right;
	display: block;
	width: 150px;
	height: 25px;
	text-indent: -1000em;
}

#contents_body ul.li_btn li a {
	display: block;
	width: 150px;
	height: 25px;
}

#btn01 {background: url(../img/btn17.png) no-repeat center center;}
#btn02 {background: url(../img/btn05.png) no-repeat center center;}

#btn01 a:hover {background: url(../img/btn17_on.png) no-repeat center center;}
#btn02 a:hover {background: url(../img/btn05_on.png) no-repeat center center;}

#men {
	float: left;
	width: 260px;
	padding-left: 10px;
}

#women {
	float: right;
	width: 260px;
	padding-right: 10px;
}

#men h3, #women h3 {
	margin-left: 0px;
	margin-bottom: 10px;
}

#men dl, #women dl {
	display: block;
	width: 250px;
	height: 180px;
	margin-top: 10px;
}

#men dt, #women dt {
	float: left;
	width: 110px;
}

#men dd, #women dd {
	float: right;
	width: 140px;
}
