@charset "UTF-8";
/* CSS Document */

/*学長の窓 追加スタイル*/

/*目次*/
dl.menu{
	clear:both;
	margin-bottom:10px;
	/*border-bottom-color:#999999;
	border-bottom-style:dashed;
	border-bottom-width:2px;*/
}
.menu dt{
	width:7.5em;
	float:left;
	clear:left;
	padding-right:0;
}

.menu dd{
	margin-left:8em;
}
.menu dd:after { /*回り込み解除ガード*/
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}