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


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

/*情報のタイトル*/
h2{
	font-size: 13px;
	color: #C02326;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 2px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:0px;
	font-size: 13px;
	color: #C02326;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 2px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:0px;
	padding-top:15px;
}
h1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #FFB6B3;
	background-image: url(img/h1_bg.jpg);
	background-repeat: no-repeat;
	width: 622px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 20px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*タイトルの下のライン*/
h3{
	font-size: 9px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #535353;
	margin: 0px;
	padding: 0px;
	width: 617px;
}

/*1234の文字指定*/
h4{
	font-size: 12px;
	color: #ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: lighter;
}
img {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#media {
	margin-bottom: 10px;
	margin-top: 10px;
}

/*▲ページトップへについて*/
#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 5px 0px;
	font-size: 10px;
	color: #C8C8C8;
	text-justify:distribute;
	line-height: 170%;
}
/*本文*/
#contents {
	background-image: url(img/bg03.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}


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

/*QRコードと文字余白*/
#qr {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

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

