@CHARSET "UTF-8";

body {
	margin: 0px;
	background-color: lightslategray;
}

h1, h2, h3, h4, h5, h6 {
	font-family: sans-serif;
}

/* 各ページのメインとなるタイトル */
h1 {
	font-size: 24px;
	margin: 12px 0px 8px -25px;
	padding: 0.2em 0em 0.1em 4px;
	background-color: lavender;
	border-bottom: solid 1px midnightblue;
	border-left: solid 5px midnightblue;
}
h2 {
	font-size: 22px;
	margin: 30px 0px 7px -20px;
	padding: 2px 0px 0px 4px;
	background-color: lavender;
	border-bottom: solid 1px midnightblue;
	border-left: solid 5px midnightblue;
}
h3 {
	font-size: 22px;
	margin: 22px 0px 7px -20px;
	border-bottom: solid 1px black;
	width: 85%;
}
h4 {
	font-size: 20px;
	margin: 22px 0px 10px -14px;
	border-bottom: dotted 3px lightgrey;
	width: 70%;
}

table {
	border-collapse: collapse;
	margin-bottom: 6px;
}
th, td {
	vertical-align: top;
	padding: 0.2em 0.5em;
}
th {
	font-family: sans-serif;
	text-align: left;
	font-weight: normal;
}
dt {
	font-family: sans-serif;
}
dd {
	margin-left: 25px;
	margin-bottom: 8px;
}
p {
	margin: 3px 0px 8px 0px;
	line-height: 140%;
}
a:link {
	color: mediumblue;
	text-decoration: none;
}
a:visited {
	color: mediumblue;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
b {
	font-family: sans-serif;
}
img {
	border: 0px;
}

#body {
	background-color: #FCFCFC;
	margin: 0px 8px;
	padding: 0px 0px 20px 0px;
}
#content {
	padding: 3px 2px 3px 30px;
}
#header, #footer {
	margin: 0px 4px;
}
#header {
	padding: 0px;
	border-bottom: solid 1px black;
	margin-bottom: 3px;
	color: white;
	font-family: Courier, Courier New, monospace;
}
#footer {
	font-family: sans-serif;
	font-size: x-small;
	margin: 1px 8px;
	color: black;
}
#footer address {
	font-style: normal;
	color: white;
}
#footer a {
	color: black;
}
#vary {
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
	font-size: 9px;
}

.breadcrumb {
	margin: 0px 3px;
	padding: 3px 0px 0px 0px;
	font-size: 9px;
	font-family: sans-serif;
}
.breadcrumb a:link,.breadcrumb a:visited {
	color: black;
	font-weight: bold;
}

pre {
	font-size: smaller;
	background-color: white;
	padding: 4px;
	border-top: solid 1px silver;
	border-left: solid 1px silver;
	border-bottom: solid 1px gray;
	border-right: solid 1px gray;
}

.java .keyword {
	color: #7F0055;
	font-weight:bold;
}
.java .comment {
	color:#3F7F5F;
}
.java .comment .javadoc {
	color:#3F5FBF;
}
.java .literal {
	color: #2A00FF;
}
.java .annotation {
	color: #646464;
}
.xml .element {
	color: #397D7B;
}
.xml .attribute-name {
	color: #7B007B;
}
.xml .attribute-value {
	color: #2900FF;
}
.xml .comment {
	color: #2900FF;
}


