@charset "UTF-8";

#news {
	border-radius: 5px;
	width: 1024px;
	height: auto;
    background-image: url(../img/nav_h.png);
	background-repeat: repeat;
}

#top_space {
    width: 1024px;
	height: 25px;
}

#h2_news {
    width: 200px;
	height: 60px;
	margin: 0 412px;
}

h2 {
    margin: 0;
}

#news_p {
    width: 954px;
	margin-left: 70px;
}

dd {
	margin-bottom: 30px;
}

.date {
	font-size: 19px;
	text-decoration: underline;
}

.ddp {
	line-height: 20px;
	font-weight: 400;
}

#page-top{
	width:50px;
	height:50px;
	display:none;
	position:fixed;
	right:16px;
	bottom:16px;
}
 
#page-top p{
	margin:0;
	padding:0;
	text-align:center;
	background:#3b3b3b;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}
 
#page-top p:hover{
	background:#8b8b8b;
}
 
#move-page-top{
	color:#fff;
	line-height:50px;
	text-decoration:none;
	display:block;
	cursor:pointer;
}

#footer {
	margin-top: 20px;
}

#fooder p {
	text-align: center;
}