body{
	margin-top:0px;
	width: 700x;
}	


/*ひとつのニュース情報*/
.news-info{
	width:617px;
	padding-bottom:10px;
	margin: 0px;
	padding-right: 15px;
}

/*情報のタイトル*/
h2{
	font-size: 11px;
	color: #C02326;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 2px;
	padding-top:5px;
	padding-bottom:0px;
	padding-left:0px;
	padding-top:15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #535353;
}

/*1234の文字指定*/
h4{
	font-size: 12px;
	color: #ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
	letter-spacing: 5pt;
	font-weight: lighter;
}

/*▲ページトップへについて*/
#pege_top {
	font-size: 9px;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top:10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #535353;	
}

/*本文*/
p{
	margin:5px 0px 20px 0px;
	font-size: 10px;
	color: #C8C8C8;
	text-justify:distribute;
	line-height: 170%;
}
/*本文*/
#contents {
	background-image: url(img/bg04.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

/*リンク文字について*/
a  {
	color: #7A007F;
	text-decoration: none;
}
a:hover    {
	color: #C02326;
	text-decoration: none;
}

/*画像リンクボーダーの制御*/
img {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}
img a {
	text-decoration: none;
	display: none;
}

#banner {
	margin: 0px 0px 8px 0px;
}
	
	
	
	
