@charset "utf-8";
/* CSS Document */
#contaner {
	width:auto;
	margin:10px;
	padding-bottom: 30px;
}
#contaner h1 {
	font-size: 180%;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 5px;
	margin-bottom: 15px;
}
#contaner p {
	font-size: 100%;
	margin-bottom: 5px;
}
.announce {
	margin: 0 auto;
	text-align:center;
	position:relative;
	padding: 10px;
	margin-bottom: 15px;
	width: 90%;
	border: solid 1px #C1C1C1;
	
}
.announce h2 {
	font-size: 120%;
	font-weight:bold;
	margin:3px 0 12px 0;	
}
.announce p {
	font-size: 100%;
	margin-bottom: 0px;
}

