* {
	font-style:normal;
	font-weight:inherit;
	text-decoration:none;
	border-style:none;
	margin:0;
	padding:0;
	}

body {
	font-weight:normal;
	font-size:100%;
	color:black;
	background:#f4f4f4;
	margin:0.3em 1% 0.3em 1.5%;
	}

h1, h2, h3, h4 {
	font-weight:bold;
	line-height:1.2;
	margin-right:-1%;
	margin-left:-1.5%;
	}

h1{
        font-size:2.5em;
        background-image: url("image/title_bg.jpg");
        background-attachment: fixed;
	color:#006400;
        font-style:bold;
        font-family:'New York';
        text-align:center;
        padding: 1.5em 0.5em 1.5em;
        margin: -2% -2% 0.5em -2%;
        }

h2 {
	color:#b00;
	text-align:center;
	font-size:1.6em;
	margin-top:3.5em;
	margin-bottom:0.2em;
	padding:0.3em 0.5em 0.15em;
	border-bottom:#554 thick solid;
	}
h3 {
	color:#330033;
	font-size:1.4em;
	margin-top:2.5em;
	margin-bottom:0.2em;
	padding:0.2em 0.4em 0.1em 3%;
	border-bottom:#554 medium solid;
	}
h4 {
	color:#342659;
	font-size:1.2em;
	margin-top:1.5em;
	margin-bottom:0.2em;
	padding:0.2em 0.4em 0.1em 4.5%;
	border-bottom:#554 thin solid;
	}

p, blockquote, ol, dl, table, pre {
	margin:0.8em;
	line-height:1.4;
	}

ul, ol {
	padding-left:2em;
}

ol.define{
	font-size:13px;font-family: Verdana,Osaka;
}

li ul, li ol {
	margin-top:0;
	margin-bottom:0;
	}

dt {
	font-weight:bold;
	color:#333333;
	background:inherit;
	padding:0.4em 0 0;
	}


dd {
	margin:0 0 0.4em;
	padding-left:1.2em;
	}

table {
	border-style:solid hidden;
	border-width:medium;
	border-collapse:separate;
	border-color:#554;
}

caption {
	text-align:center;
	font-weight:bold;
	background:#d7e7d7;
	font-size:15px;
	border-style:outset;
	}
th {
	color:#000;
	background:#eaeada;
}

th, td {
	border-style:solid;
	border-width:thin;
	padding:0.2em;
	}
thead th {
	font-weight:bold;
	border-bottom-width:medium;
	border-bottom-style:double;
	}

table.define{
        border-style: solid;
        border-collapse: collapse;
        border-color: #554;
        border: solid 1px;
        padding: 0.2em;
	font-size:13px;font-family: Verdana,Osaka;;
}

td.define{
	text-align:right;
}

th.define{
	text-align:left;
}

pre {
	font-family:monospace;
	padding:0.5em;
	color:#242;
	background-color:#d7e7d7;
	border:solid #575 thin;
	}

pre.define {
	color:#422;
	background-color:#e7d7d7;
	border:double #755 medium;
	}

pre.blast {
	background-color:#f4f4f4;
	color:black;
	border:none;
	}

cite {
	color:#070;
	background:inherit;
	}

em, strong {
	font-weight:bold;
	color:#a00;
	background:inherit;
	}

a:link {
	color:#00f;
	background:inherit;
	}
a:visited {
	color:#008;
	background:inherit;
	}

.note {
	color:#544;
	background-color:inherit;
	}
.note dt {
	font-weight:normal;
	color:inherit;
	background:transparent;
	display:run-in;
	padding:0 0.4em 0 0;
	}
ul.note {
	list-style-type:none;
	}
p.author {
	text-align:right;
	margin:1em 7%;
	}

p.define{
	padding-left:0.5em;
	font-size:13px;font-family: Verdana,Osaka;
}

i {
	font-style: oblique;
}

dl.column {
	color:#334;
	background-color:#dde;
	border:#556 medium outset;
	margin:2em 0.8em;
	}
dt.column {
	color:#334;
	background-color:#eef;
	padding-left:0.5em;
	font-weight:bold;
	font-size:1.2em;
	}

dl.column > dd {
	padding-left:0;
	}

dl.contents dt {
	color:#330033;
	background:transparent;
	font-size:1.1em;
	border-bottom:#554 dotted thin;
	padding-left:0.5em;
	}
dl.contents ul{
	padding-top:0.5em;	
	}

dl.property {
	border:double medium #900;
	color:#422;
	background:#e7d7d7;
	}
dt.property {
	font-size:1.2em;
	color:#047;
	background:#f7e7e7;
	padding-left:0.5em;
	}
dl.value dt {
	display:run-in;
	margin-left:-2em;
	padding-right:0.8em;
	color:#052;
	background:transparent;
	}

h2#heading-of-footer {
	display:none;
	}

div#desc{
	margin:2em 0 0;
	padding:10px;
	border-top:thin #554 solid;
	border-bottom:thin #554 solid;
	text-align:center; 
	background-color:#e7d7d7;
	border:double #755 medium;
}

div#footer {
        margin:2em -1.5% 0;
        padding:1.2em 3em 0em;
	border-top:thin #554 solid;
	border-bottom:0.6em #554 solid;
	background: #DCDCDA;
	}

div#footer ul {
	text-align:right;
	list-style-type:none;
	}

.deco{
	color:#DC143C;
	text-decoration: underline; 
	text-underline-position: below;
}

/*FONT*/
.FONT1{ font-size:12px;font-family: Verdana,Osaka;color:#342659;font-weight: bold;}
.FONT2{ font-size:13px;font-family: Verdana,Osaka;font-weight: bold;}
.FONT3{ font-size:15px;font-family: Verdana,Osaka;font-weight: bold;}
.BOLD { font-weight: bolder; }
