@charset "Shift_JIS";

body
{
    margin: 10px;
    padding: 0px;
    color: #333;
	background: url(http://www.peacock-union.com/wp-content/plugins/ig_syntax_hilite/img/slash.png) repeat;	
	font-size:13px; 
	font-family:'Courier New',Courier,monospace;
	/* comment the line below to remove scrolling in code boxes */
	overflow:auto; 
	white-space:nowrap;
}
img.border
{
    border: solid 1px #000000;
}
img
{
    border: none;
}
code
{
	font-size:13px; 
	font-family:'Courier New',Courier,monospace;
	line-height:1.2em;
}
pre
{
    margin: 0.5em;
    padding: 0;
	font-size:13px; 
	font-family:'Courier New',Courier,monospace;
	line-height:1.2em;
}
hr
{
    border:dotted 1px #ddd;
    height: 1px;
}
.red
{
	color:red;
}