/* ==============================
	top.css
============================== */


/* TOP»­Ïñ */

#topimg_wrapper {
	float: left;
	width: 700px;
	height: 280px;
	overflow: hidden;
	margin-top: 15px;
}


/* ¤ªÖª¤é¤» */

#notice_wrapper {
	float: left;
	width: 700px;
	height: 250px;
	overflow: hidden;
	margin-top: 10px;
}
#notice_wrapper p.title {
	float: left;
	font-size: 100%;
	font-weight: bold;
	width: 700px;
	height: 30px;
	border-top: 2px solid #6CC;
	border-bottom: 1px dotted #6CC;
	background-color: rgba(177,220,220,1);
	background-image: url(/daigakuin/english/common/img/globals/bg_diagonal.png);
	padding: 10px 20px 0px 20px;
}
#notice {
	width: 100%;
	height: 200px;
	overflow: scroll;
	border: 0px;
}
/* ¤ªÖª¤é¤»¤Î•ø“Q¤¨HTML */

div.notice {
	clear: both;
	width: 670px;
}
div.notice #date {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	color: #666;
	width: 90px;
	float: left;
	clear: left;
}
div.notice #title {
	font-size: 95%;
	font-weight: bold;
	float: right;
	width: 580px;
	color: #333;
}
div.notice #content {
	font-size: 75%;
	color: #666;
	float: right;
	width: 580px;
	margin-top: 5px;
	margin-bottom: 15px;
}
