@charset "utf-8";

/*  勉強会
---------------------------------------------------- */
#study{
	margin: 0px;
	padding: 0px 15px 20px 15px;
}

#study table {
	margin: 20px 0px 20px 0px;
	padding: 0px;
	border-top: dotted 1px #91D5AD;
	font-size:12px;
	line-height:1.4;
}
#study th {
	margin: 0px;
	padding: 5px 0px 5px 3px;
	text-align: left;
	vertical-align: top;
	width:5%;
	border-bottom: dotted 1px #91D5AD;
}
#study td {
	margin: 0px;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	width:95%;
	border-bottom: dotted 1px #91D5AD;
}
#study .study_title{
	background-color:#DCF1E4;
	padding: 3px;
}
#study a:link { color: #003366; text-decoration: none}
#study a:visited { color: #003366; text-decoration: none}
#study a:hover { color: #ff6633; text-decoration: underline}
#study a:active { color: #ff6633; text-decoration: underline}


