/*-------------------------------------------
 * GEODAS CSS 操作説明
 *-----------------------------------------*/
body {
	background-color: transparent;
	color: black;
	margin: 20px 20px;
	padding: 0;
	line-height: 1.5em;

}

img{
	border-style: none;
}

a:link {
    color: #0000ff;
}

a:hover {
    color: #ff0000;
}

a:visited {
    color: #0000ff;
}

h1 {
		margin: 0em;
		padding: 0.3em;
		width: 100%;
		text-align: left;
		font-size: mideum;
		text-indent: 0.5em; 
		background-color: #EFE7C5;
		border-style: none none solid solid;
		border-color: #C0C0C0;
		border-width: thin;
}

h2 {
		margin: 0em;
		padding: 0.3em 0em 0.3em 1em;
		width: 100%;
		text-align: left;
		font-size: small;
		background-color: #EFE7C5;
		border-style: none none solid solid;
		border-color: #C0C0C0;
		border-width: thin;
}

h3 {
		margin: 1em 0em 0em 0em;
		padding: 0em 0em 0em 1em;
		width: 100%;
		text-align: left;
		font-size: small;
		border-style: none none solid solid;
		border-color: #C0C0C0;
		border-width: thin;
}

/* index */
.index {
		margin: 0em;
		padding: 0em;
		width: 100%;
		text-align: left;
} 
div.index ul {
		margin: 0em 1em 0em;
		padding: 2em;
		line-height: 1.5em;
		text-align: left;
		font-size: small;
}

/* hint */
.hint {
		margin: 0.5em 0em 0em 1em;
		padding: 0em;
		width: 100%;
		line-height: 1.5em;
		text-align: left;
	/*	text-indent: 1em; */
		font-size: mideum;
}

div.hint p {
		margin: 0.5em 0em 0em 1em;
		padding: 0em;
		line-height: 1.5em;
		text-align: left;
		text-indent: 1em; 
		font-size: mideum;
}

div.hint ul,ol {
		margin: 0.5em 0em 0em 3em;
		padding: 0em 0em 0em 1em;
		line-height: 1.5em;
		text-align: left;
		text-indent: 0em; 
		font-size: mideum;
}

div.hint li {
		margin: 0.5em 0em 0em 0em;
		font-weight: normal;
}

div.hint li span {
		font-size: x-small;
		line-height: 1em;
		font-weight: normal;
}

div.hint dl {
		margin: 0.5em 0em 0em 2em;
		padding: 0em;
		line-height: 1.5em;
		text-align: left;
		font-size: mideum;
}

div.hint dl dt {
		text-align: left;
		font-weight: bold;
		font-size: mideum;
}

/* memo */
div.memo {
		margin: 1em 5em 1em 5em;
		padding: 1em;
		width: 100%;
		text-align: left;
		font-size: mideum;
		background-color: #EFE7C5;
		border-style: solid solid solid solid;
		border-color: #C0C0C0;
		border-width: thin;
}
div.memo p {
		margin: 0em;
		padding: 0em;
		line-height: 1.5em;
}

table.feelist {
		margin: 0em 0em 1.5em 0em;
		position: relative;
		left: 5%;
		width: 90%;
		caption-side: left;
		border-collapse: collapse;
		border-spacing: 2px;
		empty-cells: show;
		border-style: solid solid solid solid;
		border-color: #000000;
		border-width: 1px;
}

table.feelist th {
		border-collapse: collapse;
		border-spacing: 2px;
		empty-cells: show;
		border-style: solid solid solid solid;
		border-color: #000000;
		border-width: 1px;
		background-color: #C0C0C0;
		width: 20%;
		font-size: small;
}

table.feelist td {
		border-collapse: collapse;
		border-spacing: 2px;
		empty-cells: show;
		border-style: solid solid solid solid;
		border-color: #000000;
		border-width: 1px;
		width: 35%;
		line-height: 1.5em;
		text-align: center;
}

/* image */
.img-left {
		position: relative;
		top: 0px;
		left: 0px;
		float: left;
}

.img-right {
		position: relative;
		top: 0px;
		left: 0px;
		float: right;
}

/* legend */
div.legend {
		margin: 0.5em 0.5em;
		padding: 1em;
		border-style: solid solid solid solid;
		border-color: #C0C0C0;
		border-width: thin;
		background-color: #EFE7C5;
}

div.legend img{
		border-style: none;
}

div.legend p {
		text-align: center;
		text-indent: 0em; 
		font-size: mideum;
}

/* copyright */
div.copyright {
		margin: 0.5em 0em 0em;
		padding: 0em;
}
div.copyright p {
		margin: 0em;
		padding: 0em;
		line-height: 1em;
		text-align: left;
		text-indent: 0em; 
		font-size: x-small;
}

/* navigation */
p.gotop {
		clear: both;
		margin: 0.5em  0em 0.5em 0em;
		padding: 0em;
		font-size: small;
		text-align: right;
}

div.closewin {
		margin: 0em;
		padding: 0em;
		font-size: small;
		text-align: center;
		float: center; 
}

/* bug ? a:link 有効にならない？ */
div.closewin p a:link {
		color: #ff0000;
}

/* bug ? a:hover pの配下じゃないと駄目 */
div.closewin p a:hover {
		color: #ff0000;
}

/* bug ? a:visited pの配下だと駄目？ */
div.closewin a:visited {
    color: #0000ff;
	text-decoration: none;
}
}

/* acrobat */
div.getacro {
		margin: 0em;
		padding: 0em;
		line-height: 1em;
		text-align: right;
		text-indent: 0em; 
		font-size: x-small;
}

div.getacro img{
		border-style: none;
}

div.getacro p a:link {
		color: #0000ff;
		text-decoration: none;
}

div.getacro p a:hover {
		color: #ff0000;
		text-decoration: none;
}

div.getacro a:visited {
    color: #0000ff;
	text-decoration: none;
}
