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


/*---------------
□□□layout□□□
---------------*/
.ntv-wrapper {
	background: none;
}
h3
{
	background: url(../news/images/h3_bg.gif) no-repeat left center;
	padding-left: 25px;
	border-bottom: 1px dotted #999;
	margin-bottom: 15px;
	margin-top: 30px;
	cursor: pointer;

}
div#pagenation
{
	margin-bottom: 10px;
	margin-top: 40px;
	clear: both;
	float: none;
	overflow: hidden;
	padding-right:100px;
	padding-left: 100px;
}
div#pagenation p#back
{
	float: left;
	height: 19px;
	width: 105px;
	display: block;
}
div#pagenation p#back a
{
	height: 19px;
	width: 105px;
	display: block;
	background: url(../news/images/back_btn.gif) no-repeat;
	text-indent: -9999px;
}
div#pagenation p#next
{
	float: right;
	height: 19px;
	width: 105px;
	display: block;
}
div#pagenation p#next a
{
	height: 19px;
	width: 105px;
	display: block;
	background: url(../news/images/next_btn.gif) no-repeat;
	text-indent: -9999px;
}

/*----------is2nd----------*/

/*---------------
□□□font□□□
---------------*/
h3
{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.1em;
	clear: both;
}
p
{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
