@CHARSET "UTF-8";

body{
	background-color: black;
	/* background-image: url('../img/background.jsp');
	background-attachment: fixed; */
	color: #202020;
	margin: 0px 10px 12px 12px;
	padding: 0px;
	/* font-family: Verdana, Tahoma, sans-serif; */
	line-height: 120%;
}
image{
	border: 0px;
}
a:link{
	/* color: #191970; */
	color: blue;
	text-decoration: none;
}
a:visited{
	/* color: #4E75BB; */
	color: blue;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
#page-title{
	background-image: url('../img/pin-title.png');
	background-repeat: no-repeat;
	background-position: center left;
	height: 32px;
	color: white;
	text-align: left;
	font-size: 170%;
	font-weight: normal;
	border-bottom: double 3px forestgreen;
	padding: 8px 5px 0px 55px;
	margin: 0px 16px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#page-main{
	background-color: white;
	border: solid 1px black;
	/* filter: alpha(opacity=92); */
	padding: 5px 5px 5px 24px;
}
#page-navi{
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	margin: 3px 0px 3px 3px;
	color: #E0E0E0;
}
#page-navi a:visited, #page-navi a:link{
	color: white;
	text-decoration: underline;
}
#page-navi a:hover{
	background-color: white;
	color: black;
}

h1{
	background-color: #111513;
	text-align: left;
	font-size: 24px;
	font-weight: normal;
	color: white;
	border: solid 1px black;
	padding: 3px 5px 1px 5px;
	margin: 8px 0px 0px -19px;
	background-image: url("../img/h3.png");
	background-repeat: repeat-y;
	background-position: bottom right;
	height: 26px;
	font-family: Verdana, Helvetica, sans-serif;
}
h2{
	color: #202020;
	background-color: white;
	text-align: left;
	font-size: 110%;
	font-weight: bold;
	padding: 4px 5px 2px 3px;
	margin: 10px 0px 6px -19px;
	width: 60%;
	overflow: visible;
	border-bottom: solid 1px #A07A4A;
	border-left: solid 8px #A07A4A;
	font-family: Verdana, Helvetica, sans-serif;
}
h3{
	margin: 16px 0px 8px -10px;
	padding: 0px;
	font-family: Verdana, Helvetica, sans-serif;
}

.footer{
	display: block;
	color: white;
	font-style: normal;
	font-size: 90%;
	border-top: double 3px forestgreen;
	text-align: right;
	font-size: 10px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	padding: 4px 0px 0px 0px;
	margin: 0px auto;
	border: solid 1px white;
}
.footer a:link, .footer a:visited{
	color: white;
}
.nobr{
	white-space: nowrap;
}
p{
	margin: 4px 0px 8px 0px;
	line-height: 130%;
}
dl{
	
}
dl dd{
	margin-left: 24px;
}
table {
	border-collapse: collapse;
	margin-bottom: 12px;
}
code{
	font-family: "ＭＳ ゴシック", monaco, courier, monospace;
}

.math{
	font-family: "Times New Roman", Times, serif;
}
