@charset "shift_jis"; 

		#colR .news_lst {
			height: 300px;
			margin-bottom: 15px;
			padding: 5px 10px 10px 10px;
			border: 1px solid #cccccc;
			overflow: auto;
			clear: both;
		}
			#colR .news_lst dl {
				width: 615px;
				clear: both;
			}
				#colR .news_lst dt.bg_none ,
				#colR .news_lst dd.bg_none {
					background: none;
				}
				#colR .news_lst dt {
					width: 100px;
					float: left;
					padding-top: 10px;
					padding-bottom: 5px;
					background: url(../img/common/line_dot.gif) top left repeat-x;
				}
				#colR .news_lst dd {
					width: 515px;
					float: left;
					padding-top: 5px;
					padding-bottom: 5px;
					background: url(../img/common/line_dot.gif) top left repeat-x;
				}
					#colR .news_lst dd h4 {
						font-weight: bold;
						font-size: 120%;
						padding-bottom: 5px;
					}
					#colR .news_lst dd p {
						margin: 0;
						padding: 0;
						padding-bottom: 5px;
						font-size: 96%;
						line-height: 120%;
					}

		#colR .teacher_topics_lst {
			margin-bottom: 15px;
			padding: 5px 10px 10px 10px;
			border: 1px solid #cccccc;
			clear: both;
		}
			#colR .teacher_topics_lst dl {
				width: 615px;
				clear: both;
			}
				#colR .teacher_topics_lst dt.bg_none {
					background: none;
				}
				#colR .teacher_topics_lst dt {
					padding-top: 5px;
					padding-bottom: 3px;
					padding-left: 10px;
					background: url(../img/common/line_dot.gif) top left repeat-x;
				}
				#colR .teacher_topics_lst dd {
					padding-bottom: 5px;
					padding-left: 40px;
				}
					#colR .teacher_topics_lst h4 {
						font-weight: bold;
						font-size: 120%;
					}

