@charset "utf-8";

/*コラム・セミナー*/

#studyL {
	float:left;
	width:315px;
	margin-bottom:20px;
}
#studyR {
	float:right;
	width:315px;
	margin-bottom:20px;
}

#studyL ul,
#studyR ul {
	height:200px;
	margin-bottom:10px;
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
	overflow:auto;
	list-style:none;
	padding:5px 10px 0 10px;
}
#studyL ul li,
#studyR ul li {
	margin-bottom:5px;
	line-height:140%;
	border-bottom:1px dotted #CCC;
	padding:5px;
	font-weight:bold;
}

.seminar_movie {
	width:310px;
	height:263px;
	float:left;
}

.seminar_offer_text {
	width:300px;
	float:right;
	margin-bottom:10px;
}

.free_form {
	background:#E6F2FA;
	border:#999999 1px solid;
	margin-bottom:20px;
	padding:10px 10px 10px 20px;
	clear:both;
}
.free_form table {
	width:100%;
	_width:600px;
	clear:both;
	font-size:12px;
	margin-top/*\**/:-8px\9;
}

.free_form table th,
.free_form table td {
	border-collapse:collapse;
	font-weight:normal;
	text-align:center;
}
.free_form table .sbmt_btn {
	width:200px;
}


