

/*==================================================*/
/*セクション
/*==================================================*/
div.SectionCenter
{
	clear : both;

	z-index : 0;

	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	
	padding-top : 0px;
	padding-bottom : 0px;
	
	width : 1024px;
	height : 100%;

	background-repeat : repeat-y;
	background-position : left top;
	background-image : none;
/*	background-image : url(https://www.niwayu.jp/images/SectionCenter.jpg); */
}

/*==================================================*/
/*ボディー
/*==================================================*/
div.GroupCenter div.Body,
div.GroupCenter div.Body-Std
{
	width : 1024px;

	padding-left : 0px;
	padding-right : 0px;
}


/*==================================================*/
/*汎用デザイン テーブル
/*==================================================*/
body table.Default
{
	width : 1024px;
}

body table.NoBorder,
body table table.NoBorder
{
	width : 1024px;
}

body table.Default tr
{
}

body table.NoBorder tr,
body table table.NoBorder tr
{
}

body table.Default td,
body table.Default th
{
}

body table.NoBorder td,
body table.NoBorder th,
body table table.NoBorder td,
body table table.NoBorder th
{
}

/*行別*/
body table.Default thead td,
body table.Default thead th,
body table.NoBorder thead td,
body table.NoBorder thead th,
body table table.NoBorder thead td,
body table table.NoBorder thead th
{
}

body table.Default thead td,
body table.Default thead th
{
}

body table.Default tbody td,
body table.Default tbody th,
body table.NoBorder tbody td,
body table.NoBorder tbody th,
body table table.NoBorder thead td,
body table table.NoBorder thead th
{
}

body table.Default tbody td,
body table.Default tbody th
{
}

body table.NoBorder tbody td,
body table.NoBorder tbody th,
body table table.NoBorder thead td,
body table table.NoBorder thead th
{
}

/*列別*/
body table.Default th,
body table.NoBorder th,
body table table.NoBorder th
{
}
body table.Default th
{
}

body table.Default td,
body table.NoBorder td,
body table table.NoBorder td
{
}
body table.Default td
{
}


/*==================================================*/
/*サイドナビゲーション
/*==================================================*/
.Body-Navi ul
{
	display : block;
	position : relative;

	list-style: none;

	width : 1024px;

	padding-bottom : 10px;
}

.Body-Navi ul li
{
	display : block;
	list-style: none;

	width : 1024px;

	margin-left : 1px;
	margin-right : 1px;

	padding-left : 0px;
	padding-right : 0px;
	padding-top : 0px;
	padding-bottom : 0px;

	background-image : none;
	background-position : left bottom;
	background-repeat : repeat-x;
}

.Body-Navi ul li a
{
	display : block;

	width : 1024px;

	padding-left : 0px;
	padding-right : 0px;
	padding-top : 5px;
	padding-bottom : 15px;

	color : rgb(0, 51, 102);
	font-size : 14px; font-size : 1.4rem;
	font-family : 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;	font-weight : normal;
	font-style : normal;

	text-decoration: underline;
}
.Body-Navi ul li a:hover
{
	color : rgb(151, 0, 0);

	text-decoration: underline;
}
