@charset "UTF-8";

h1, h2, h3, h4 { margin: 0; }
	h1 {}
	h2 { color: #390; font-size: 16px; padding-bottom: 0.5em; border-bottom: solid 1px #CCC; margin-bottom: 0.5em; }

div {
}

div.position1 {
	position:relative;
	top:50px;
	left:150px;

}
div.dlg-buttons {
	position:relative;
	top:50px;
	left:150px;

}


#term_list { top:0px; right:0px; width: 740px; height: 480px; position:relative; }

#foot_list { top:0px; right:0px; width: 740px;}

.info-data { width: 360px; }
	.info-data h1, .info-data h3 { color: #C60; font-size: 16px; padding-bottom: 0.5em; border-bottom: solid 1px #CCC; margin-bottom: 0.5em; }
	.info-data img { margin-left: 10px; float:right; }
	
.code { min-height: 100px; overflow: auto; }

section dt {
	font-weight: bold;
	padding: 0.5em 0 0;
	}
section dd {
	padding: 0.5em 0;
	}

section dd ul {
	padding-top: 0.25em;
	}

section dd.default {
	position:relative;
	background: #EFEFEF;
	padding: 0.25em 1em;
	}

section dd.default span {
	padding-right: 1em;
	}

section dd span.caution {
	display: block;
	color: #C00;
	font-size: 80%;
	line-height: 1.4em;
	padding-top: 1em;
	}

#rbutton { /* 右ボタン */
    position :relative;
    z-index:3;
}

li {
	list-style: none;
}
