@charset "UTF-8";
 
@import "header.css";
@import "g-nav.css";
@import "common.css";
@import "footer.css";


/*---------------------------------------------------------

 　トップページのレイアウト、イベント、3専攻、新着情報
 
 ----------------------------------------------------------*/


/* レイアウト */

div.content-main {
	float:left;
	width:700px;
}

div.content-main h2 img {
	margin: 5px 0px 0px;
}

h3.listbtn{
	clear: both;
	background:none;
	height: 28px;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0px 0px 10px;
	padding: 0px;
}

/* ブライスバナー */
ul.bannerLinks li.bnr_peacefullife {
	margin: 20px 0 20px 0;
}


/* 新着情報 */

div#what {
	margin: 15px 0px 0px 0px;
}

dl.news {
	clear:both;
	margin: 0px 20px 0px 20px;
	border-bottom: 1px dotted #999999;
}

dl, dt, dd {
	line-height:1.4;
	display:block;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow:hidden;
}

dl.news dt {
	float:left;
	line-height:1.4;
	width:70px;
	clear: both;
}


