body {
	font-size: 10pt;
	background-color: #ffffff;
	margin: 0px;
	font-family:"MS PGothic";
}

a:link {
	font-size: 11pt;
	font-weight: bold;
	color: #000080;
	text-decoration: underline;
}

a:visited {
	font-size: 11pt;
	font-weight: bold;
	color: #663366;
	text-decoration: underline;
}

a:hover {
	font-weight: bold;
	color: #FF0066;
	text-decoration: underline;
}

a:active {
	font-weight: bold;
	color: #FF0066;
	text-decoration: underline;
}

a{
	margin: 1px;
}

h1 {
	font-size: 12pt;
	font-weight: bold;
	color: #2A7762;
	margin: 5px;
	padding: 5px;
}
h1 span{
	font-size: 11pt;
	font-weight: bold;
	color: #343434;
	margin: 0px;
	padding-left: 10px;
}
h2 {
	font-size: 11pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h3 {
	text-align: left;
	font-size: 11pt;
	font-weight: bold;
	color: #2A7762;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#linkguide {
	font-size: 10pt;
	padding:5px;
	border: 1px solid #000000;
	overflow: auto;
	word-break: break-word;
}
/*
#linkguide h3{
	margin-bottom: 10px;
}
*/
th, td{
	border: 1px solid #000000;
}

div#Layer106 {
	width: 21px;
	height: 21px;
	border: solid 1px #666666;
	background-color: white;
}
div#Layer106:hover {
	z-index: 999 !important;
	background-color: yellow;
}
div#Layer106 a {
	margin: 0px;
}

/* アイコンにフォーカスが当たった場合に追加するクラス */
.hoverIcon {
	z-index: 999 !important;
	border: solid 1px red
}
.hoverIconSub {
	z-index: 998 !important;
	border: solid 1px red
}

.hoverIcon a, .hoverIconSub a{
	margin: 0px;
}
