body {
	margin: 0;
	background-image:url(../images/back.gif);
	background-repeat:repeat-x;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color:ffffff;
}

/*--　リンク　--*/
a {
	color: #003399;
	text-decoration: none;
}

a:hover{
	color: #FF9900;
	text-decoration:underline;
}


/*--　テキスト位置右　--*/
.style-right{
	font-size: 80%;
	text-align: right;
}

/*--　下層ページサイドメニュー　--*/
a.navi1 { 
	display: block; 
	width: 165px;
	height: 41px; 
	padding-left: 15px;
	line-height: 40px; 
	font-size: 90%;
	text-decoration: none; 
	color: #fff;
	background-image: url(../images/bt_side1.jpg);
	background-position: left top;
	background-repeat:no-repeat;
	margin: 0;
}

a:hover.navi1 {
	display: block; 
	width: 165px;
	height: 41px; 
	padding-left: 15px;
	line-height: 40px; 
	font-size: 90%;
	text-decoration: none; 
	color: #fff;
	background-image: url(../images/bt_side1.jpg);
	background-position: left top;
	background-repeat:no-repeat;
	margin: 0;
}

a.navi2 { 
	display: block; 
	width: 165px;
	height: 41px; 
	padding-left: 15px;
	line-height: 40px; 
	font-size: 90%;
	text-decoration: none; 
	color: #fff;
	background-image: url(../images/bt_side2.jpg);
	background-position: left top;
	background-repeat:no-repeat;
	margin: 0;
}

a:hover.navi2 {
	display: block; 
	width: 165px;
	height: 41px; 
	padding-left: 15px;
	line-height: 40px; 
	font-size: 90%;
	text-decoration: none; 
	color: #fff;
	background-image: url(../images/bt_side2.jpg);
	background-position: left top;
	background-repeat:no-repeat;
	margin: 0;
}

/*--　ページトップへ　--*/
.footer-c{
	font-size: 80%;
	text-align: center;
	color: #fff;
}

/*--　見出し幅をすっきり　--*/
th {
	white-space:nowrap;
}