@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;
}

form.paymentform {
	padding: 0 0 15px 0;
}
table.formtbl {
	width: 634px;
}
table.formtbl th {
	width: 180px;
	font-size: 12px;
	background: #666;
	padding: 3px 5px;
	text-align: center;
}
table.formtbl td {
	font-size: 12px;
	background: #333;
	padding: 3px 5px;
}
table.formtbl td input {
	vertical-align: middle;
}
table.formtbl td input.shortwid {
	width: 160px;
}
table.formtbl td input.maxwid {
	width: 420px;
}

p.underbtn {
	text-align: center;
	padding: 10px 0 0 0;
}
input.pw_change {
	width: 150px;
	height: 30px;
	background: url(../img/pw_btn.gif) no-repeat;
	border: none;
}
input.pw_change:hover {
	background: url(../img/pw_btn_r.gif) no-repeat;
}
input.backbtn {
	width: 120px;
	height: 30px;
	background: url(../img/regi_modify.gif) no-repeat;
	border: none;
}
input.backbtn:hover {
	background: url(../img/regi_modify_r.gif) no-repeat;
}
input.sendbtn {
	width: 120px;
	height: 30px;
	background: url(../img/send.gif) no-repeat;
	border: none;
}
input.sendbtn:hover {
	background: url(../img/send_r.gif) no-repeat;
}

.line_below {
	background: url(../img/dotted.gif) bottom no-repeat;
}
.caution {
	font-size: 10px;
	color: #ff9;
}
span.errorspan {
	display: block;
	font-size: 10px;
	color: #ff6600;
	padding: 3px 0 0 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;
}

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;
}

