@charset "utf-8";


#whatsnew{
	position:absolute;
	left:624px;
	top:219px;
	font-size:90%;
	font-weight:bold;
	color:rgb(123,148,0);
}
#whatsnew a:link{
	text-decoration:none;
	color:rgb(0,131,239);
}
#whatsnew a:visited {
	text-decoration:none;
	color: #0D5280;
}
#whatsnew a:active {
	color: #A9A9D1;
}
#whatsnew a:hover {
	color: #C41818;
}

#main_colmn .contents #announce{
	margin-bottom:30px;
	background:url(images/bg-grad1.jpg) repeat-x;
	padding:15px 10px 15px 15px;
	-moz-box-shadow: 5px 5px 15px rgb(155,155,155) ;
	-webkit-box-shadow: 5px 5px 15px rgb(155,155,155) ;
	-khtml-box-shadow: 5px 5px 15px rgb(155,155,155) ;
	-o-box-shadow: 5px 5px 15px rgb(155,155,155) ;
	box-shadow: 5px 5px 15px rgb(155,155,155) ;
	border:1px solid rgb(10,152,142);
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-khtml-border-radius:20px;
	-o-border-radius:20px;
	border-radius:20px;
}
#main_colmn .contents #announce #common{
	width:40em;
	margin:30px auto 30px auto;
	max-width:690px;
	padding:5px;
	border:1px solid rgb(204,51,0);
	background: rgb(255,242,240);
	text-align:center;
	font-weight:bold;
	-moz-border-radius:1em;
	-webkit-border-radius:1em;
	-khtml-border-radius:1em;
	-o-border-radius:1em;
	border-radius:1em;
}
#main_colmn .contents #announce strong.key{
	text-shadow:2px 2px 1px rgb(164,164,164) ;
}
#main_colmn h1 .note{
	font-weight:bold;
	line-height:150%;
	color: rgb(123,148,0) ;
	text-shadow:3px 3px 2px rgb(164,164,164) ;
}
#main_colmn .contents #announce .note{
	font-weight:bold;
	color: rgb(255,24,24) ;
	text-shadow:2px 2px 1px rgb(164,164,164) ;
}
#main_colmn .contents #announce .setagaya{
	background:rgb(241,230,197);
	font-weight:bold;
	color: rgb(196,24,24) ;
}
#announce table{
	padding:2px;
}
#announce table td{
	border:none;
	vertical-align:top;
}
#announce table td.right{
	text-align:right;
}