@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#contents {
	padding: 0px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}

#contents h2 {
	background-image: url(../img_cmn/bg_h_news.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	font-size: 18px;
	line-height: 20px;
	color: #999999;
	margin: 0px;
}
#contents p {
	padding:10px;
	font-size: 100%;
	line-height: 180%;
	color: #CCCCCC;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#contents p a {
	color: #FF6600;
}
#contents p strong{
	font-size: 130%;
	line-height: 220%;
	color: #999999;
}

.entry {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 100%;
	line-height: 180%;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	vertical-align: top;
}


.space {
	padding:0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.space img {
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 45px;
}

.pagetop {
	margin: 0px;
	padding: 15px;
	text-align: right;
}
