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

#newstitle {
	height: 20px;
	width: 572px;
	background-image: url(../images/news.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
}

#mainimg {
	background-image: url(../images/topimg.jpg);
	background-repeat: no-repeat;
	height: 400px;
	width: 800px;
}
#newstitle p {
	text-indent: -9999px;
	display: block;
}

#mainimg p {
	display: none;
}

#newsbox {
	height: 130px;
	width: 570px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	float: left;
	background-image: url(images/../news_back.gif);
	background-position: right;
	background-repeat: no-repeat;	
}

#news p {
	margin-top: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	text-align: left;
}

#news {
	width: 560px;
	height: 130px;
	margin-left: 10px;
	overflow: auto;
}

#subimg {
	float: right;
	margin-right: 30px;
	margin-top:40px;
}
