body {
	text-align: center;
	background-color: #000000;
/*
	background-image: url(img/img_back_top2.gif);
	background-repeat: no-repeat;
	background-position: center top;
*/
	font-family: "ＭＳ Ｐ明朝", "平成明朝", serif;
}

img { border: none; }

h1 { margin: 0px 0px 0px -9999px; }

h2 { margin: 0px 0px 0px -9999px; }

h3 { margin: -20px 0px 0px -9999px; }

h4 { margin: 0px 0px 0px -9999px; }


a:link, a:visited, a:active {
	color: #27B355;
	text-decoration: none;
	padding: 1px, 3px, 1px;
	}
a:hover {
	color: #FFF;
	background-color: #32C864;
	padding: 1px, 3px, 1px;
	}

.for-blue-back:link, .for-blue-back:visited, .for-blue-back:active {
	color: #E1E1FF;
	text-decoration: none;
}
.for-blue-back:hover {
	color: #FFF;
	background-color: #7B9FDA;
}


.for-top-menu:link, .for-top-menu:visited, .for-top-menu:active {
	color: #B4B4B4;
	text-decoration: none;
}
.for-top-menu:hover {
	color: #FFF;
	background-color: #B2B9EB;
}
.for-whiteblue-back:link, .for-whiteblue-back:visited, .for-whiteblue-back:active {
	color: #507BC1;
	text-decoration: none;
}
.for-whiteblue-back:hover {
	color: #FFF;
	background-color: #5B68C3;
}









.backg-nonrep-cent {
	background-repeat: no-repeat;
	background-position: center;
	}
.backg-nonrep-cent-top {
	background-repeat: no-repeat;
	background-position: center 97%;
	}
.backg-nonrep-right {
	background-repeat: no-repeat;
	background-position: right;
	}
.backg-nonrep-right-bottom {
	background-repeat: no-repeat;
	background-position: right Bottom;
	}
.backg-nonrep-left {
	background-repeat: no-repeat;
	background-position: left;
	}
.backg-nonrep-fixed {
	background-repeat: no-repeat;
	background-position: right Bottom;
	background-attachment: fixed;
	}
/*透明化*/
.backg-translucent {
	filter: Alpha(opacity=85, style=0);
	background-color: rgb(255,255,255);
	}

.table1 {
	font-size: 11pt;
	color: #FFF;
	table-layout : fixed;
	border-width: 1px;
	/*
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	*/
	border-style: solid;
	/*border-color: #99BBEA;*/
	border-collapse: collapse;
	}



table.tbl {
	width: 90%;	height: auto;
	
	font-family: "ＭＳ Ｐ明朝", "平成明朝", serif;
	font-size: 11pt;
	line-height: 150%;

	padding: 5px;
	line-height : 1.4em;
	background-color: #466496;
	border: 2px solid #7B9FDA;
	border-collapse: collapse;
}
.tbl th {
	border: 1px solid #7B9FDA;
	
	color: #C8C8C8;
	font-size: 12pt;
	line-height: 150%;
}
.tbl td {
	border: 1px solid #7B9FDA;
	background-color: #FFF;
}
.tbl td.logo-img {
	text-align: center;
}
.tbl td.link-name {
	background-color: #466496;/*466496*/
}
.tbl td a {
	border: hidden;
}







table.tbl-co-info {
	width: 90%;	height: auto;
	
	font-family: "ＭＳ Ｐ明朝", "平成明朝", serif;
	font-size: 11pt;
	line-height: 150%;
	color: #FFF;
	
	padding: 5px;
	line-height : 1.4em;
	background-color: #466496;
	border: 2px solid #7B9FDA;
	border-collapse: collapse;
}
.tbl-co-info tr {
	background-color: #466496;
}
.tbl-co-info td {
	background-color: #466496;
	border: 1px solid #7B9FDA;
}
.tbl-co-info td.ln {
	font-size: 12pt;
	line-height : 1.3em;
	background-color: #466496;
	text-align : center;
}





.popupBox {
	position: absolute;
	visibility: hidden;
	width: 200px;
	border: 1px gray solid;
	line-height: 1.5em;
	padding: 5px 10px;
	letter-spacing: 1px;
	color: #993333;
	background-color: #FFFFCC;
	z-index: 1;
}
.popupBox p {text-indent: 1em; margin: 0px;}

