@charset "utf-8";

h1{
	margin-bottom:5px;
}

#anchorbox{
	height:425px;
	position:relative;
}

#anchorbox h2{
	position:absolute;
	top:0;
	left:0;
}

#announcement{
	background:#f1f1f1;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
}
#announcement span{
	margin-right:10px;
	padding:3px 5px 1px;
	background:#c00;
	color:#fff;
	font-weight:bold;
	display:inline-block;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	
}