@charset "UTF-8";
@namespace html url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("http") {
  object, embed {
    outline: none !important;
  }
}

/* CSS Document */
body#news {
	background-color: #c4e8ff;
	overflow: hidden;
	
}

#wrapper {
	width: 670px;
	margin: 0 auto;
}

#header h1{
	text-align: center;
	margin-left: -10px;
}

#header h2 {
	float: left;
	margin-left: 45px;
}

#header p {
	float: right;
	margin-right: 68px;
	margin-top: 10px;
}

#contents {
	/*width: 560px;*/
	clear: both;
}
.block {
	padding: 20px 0 30px 0;
	background: url(../img/under_line.gif) bottom no-repeat;
	margin-left: -20px;
}

.block h3 {
	font-size: 12px;
	color: #005aff;
	font-weight: bold;
	margin-left: 70px;
	}
	
.block ul {
	float: right;
	margin-right: 68px;
	margin-top: -20px;
}

.block ul li {
	float:left ;
	margin-right: 5px;
}

.block dl {
	clear: both;
	padding-top: 8px;
	width: 560px;
	margin-left: 70px;
}

.block dl dt {
	font-size: 12px;
	color: #005aff;
	font-weight: bold;
	color: #005aff;
}

.block dl dd {
	padding-top: 8px;
	color: #3a769c;
}

p.close {
	text-align:right;
	margin: 30px 60px 30px 0;
}

#fj_realtime_rebuild_ajax{
	display:none;
}
