@charset "utf-8";
/* CSS Document */

/* トップページ用 */
#shincho {
	float: left;
	border-bottom: #EEEEEE 1px solid;
	border-left:  #EEEEEE 1px solid;
	border-right:  #EEEEEE 1px solid;
	background: url(../images/notepadRing.png) no-repeat left top;
	margin: 10px 0 10px 0;
	padding-top: 30px;
	width: 47%;
}
#shincho h1 {
	background: none;
	margin: 5px;
	line-height: 2;
	color: #027880;
	font-size: 1em;
}
#kogao {
	float: right;
	border-bottom: #EEEEEE 1px solid;
	border-left:  #EEEEEE 1px solid;
	border-right:  #EEEEEE 1px solid;
	background: url(../images/notepadRing.png) no-repeat left top;
	margin: 10px 0 10px 0;
	padding-top: 30px;
	width: 47%;
}
#kogao h1 {
	background: none;
	margin: 5px;
	line-height: 2;
	color: #027880;
	font-size: 1em;
}
#campaign {
	clear: both;
	text-align: center;
}
#school {
	float: right;
	background: url(../images/cork.gif);
	margin: 10px 0 10px 0;
	width: 47%;
}
#school h1 {
	background: none;
	margin: 5px;
	line-height: 2;
	color: #027880;
	font-size: 1em;
}
#topics {
	float: left;
	background: url(../images/airmail.jpg) no-repeat left top;
	margin: 10px 0 10px 0;
	padding-top: 20px;
	width: 47%;
	height: 200px;
}
#news {
	position: absolute;
	left: 200px;
	top: 800px;
	width: 500px;
	height: 300px;
	border: #594735 1px solid;
	background-color: #FFFFFF;
	padding: 0 20px 10px 20px;
	visibility: hidden;
}
#news h1 {
	background: none;
	margin: 3px;
	color: #027880;
	font-size: 1em;
}
#news dl {
	margin: 3px;
}
#news p {
	text-align: right;
}
	

