@charset "utf-8";

/* ■[00]:courseページ */
/* ------------------------------------------------------------------------- */

table {margin : 0;empty-cells: show; font-size:small;border-collapse: collapse;}

	#outline{
		width:600px;
		margin:20px 19px;
		overflow:hidden;
		}
		
	#outline h3{
		margin:15px 0 5px;
		font-size:100%;
		font-weight:bold;
		}
		
	#outline h3 span{
		color:#99CC33;
		}
		
	#outline dl{
		width:590px;
		border:1px solid #cccccc;
		overflow:hidden;
		margin:0 0 10px;
		}
		
	#outline dl dt{
		width:130px;
		float:left;
		border-bottom:1px solid #cccccc;
		background-color:#EFF6E2;
		color:#24870C;
		font-size:85%;
		font-weight:bold;
		padding:5px 0 ;
		text-indent:10px;
		}
		
	#outline dl dd{
		width:449px;
		float:right;
		border-left:1px solid #cccccc;
		border-bottom:1px solid #cccccc;
		padding:5px 0 5px 10px;
		font-size:85%;
		}
		
	.h30{
		height:40px;
		}