@charset "utf-8";

/* メイン部分
-------------------------------------------------------------------------------------*/
#newspage {
	float:left;
	width:655px;
	height: auto;
	padding-left: 17px;
}
#newspage .inner {
	float:left;
	width:655px;
	height: auto;
	margin-bottom: 10px;
}
#newspage h2 {
	float:left;
	width:655px;
	height: auto;
	display: block;
	padding-top: 5px;
}
#newspage h3 {
	float:left;
	width:630px;
	height: auto;
	display: block;
	padding-top: 5px;
	font-size: 110%;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#newspage p {
	float:left;
	width:630px;
	height: auto;
	display: block;
	padding-top: 10px;
}
