* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-size: 100%;
}

body {
//	background: url(/prx/000/https/www.mikage.to/jquery/null) fixed;
	font-size: 90%;
	line-height: 140%;
	margin: 10px 30px 10px 30px
}

p, div {
	margin: 10px 10px 10px 20px;
}

.dotted {
	border: dotted 1px #888;
}

.background_red {
	background-color: #ffefef;
}

pre {
	margin: 10px 10px 10px 20px;
	padding: 10px 10px 10px 10px;
	background-color: #efffff;
	border: solid 1px #999;
	white-space: pre;
	width: 95%;
	font-family: MS P ƒSƒVƒbƒN, Osaka, MS Gothic, Arial, sans-serif;
	position: relative;
}

pre input {
	position: absolute;
	top: 10px;
	right: 10px;
	font-weight: bold;
	width: 5em;
}

pre.dom {
	background-color: #effff0;
	border: dotted 1px #888;
}

div.dom {
	display: none;
}

h1,h2,h3,h4,h5,h6 {
	position: relative;
	width: 100%;
}

a.jump_toc {
	position: absolute;
	top: 8px;
	right: 10px;
	font-weight: bold;
}

b {
	font-weight: bold;
}
i {
	font-style: italic;
}

a img {
    border-style: none;
}

h1 {
	color:#000;
	margin: 16px 0px 12px 0px;
	padding: 8px 4px 8px 4px;
	font-size: 120%;
	line-height: 120%;
	vertical-align: bottom;
	font-weight: bold;
	text-align: left;
	background-color: #efefff;
	border-left: solid 5px #999;
	border-bottom: solid 2px #999;
}

h2 {
	color:#000;
	margin: 16px 0px 12px 0px;
	padding: 8px 4px 8px 4px;
	font-weight: bold;
	font-size: 110%;
	line-height: 110%;
	vertical-align: bottom;
	background-color: #efefff;
	border-left: solid 2px #999;
}

h3 {
	color:#000;
	margin: 16px 0px 12px 0px;
	padding: 4px 4px 4px 4px;
	font-weight: bold;
	font-size: 100%;
	line-height: 100%;
	vertical-align: bottom;
	border-bottom: solid 1px #999;
}

h4 {
	color:#000;
	margin: 16px 0px 12px 0px;
	padding: 4px 4px 4px 4px;
	font-weight: bold;
	font-size: 100%;
	line-height: 100%;
	vertical-align: bottom;
	border-bottom: dotted 1px #999;
}


ul {
	margin: 8px 0px 8px 0px;
}
ul li {
	margin: 0px 0px 0px 20px;
}


table {
	margin: 4px 4px 4px 4px;
	border-collapse: collapse;
	border: solid 1px #999;
}
table th{
	border-collapse: collapse;
	border: solid 1px #999;
	font-weight: bold;
	padding: 4px 4px 4px 4px;
	background-color: #f7f7ff;
}
table td {
	border-collapse: collapse;
	border: solid 1px #999;
	padding: 4px 4px 4px 4px;
}

blockquote {
	margin: 10px 10px 10px 20px;
	padding: 10px 10px 10px 10px;
	background-color: #efffff;
	border: solid 1px #999;
}

ol {
	margin: 0px 0px 0px 20px;
}
ol li {
	margin: 0px 0px 0px 0px;
}

dl {
	margin: 0px 0px 0px 0px;
}
dt {
	margin: 0px 0px 0px 20px;
}
dd {
	margin: 0px 0px 0px 40px;
}

