@charset "UTF-8";
#html5_define {
	width: 90%;
	border: 1px solid gray;
	font-weight: bold;
	color: #ffffff;
	background-color:#000;
	font-weight: bold;
}
/* ==========================================================
     HTML
   ========================================================== */
.tag00{ color: #00aaaa; font-weight: bold; }
.tag01{ color: #ff0000; font-weight: bold; }
.tag02{ color: #ff00ff; font-weight: bold; }
.tag03{ color: #0000ff; font-weight: bold; }
.tag04{ color: #aaaa00; font-weight: bold; }
.tag05{ color: #fe7b7d; font-weight: bold; }
.tag06{ color: #7b68ee; font-weight: bold; }
.tag07{ color: #00aa00; font-weight: bold; }
.tag08{ color: #fe7b7d; font-weight: bold; }
.tag09{ color: #687bee; font-weight: bold; }
.tag10{ color: #11997b; font-weight: bold; }
.tag11{ color: #aa00aa; font-weight: bold; }
.tag12{ color: #68ee7b; font-weight: bold; }
.tag13{ color: #cccc33; font-weight: bold; }
.tag14{ color: #cc9900; font-weight: bold; }
.tag15{ color: #ff33cc; font-weight: bold; }
.tag16{ color: #339933; font-weight: bold; }
.tag17{ color: #6633ff; font-weight: bold; }
.tag18{ color: #99ff99; font-weight: bold; }
.tag19{ color: #00ccff; font-weight: bold; }
.tag20{ color: #9999ff; font-weight: bold; }
.bl { color: red; font-weight: bold; }


/* ==========================================================
     自動改行
   ========================================================== */
    pre {  
        /* CSS3 */  
        white-space: pre-wrap;
    }  

/* ==========================================================
     検索窓の位置
   ========================================================== */

#search_container {
/*	width:45px;
	height:15px;*/
	padding:0 20px;
	float:right;
}
