@charset "utf-8";

/*
 * sleepyp.css
 * (c) 2006-02-23 cho45(砂糖)
 * http://lowreal.net/
 *
 */


* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	color: inherit;
	background: transparent;
	border: none;
}

a:link {
	color: #009;
	text-decoration: underline;
}

a:visited {
	color: #337;
	text-decoration: underline;
}

a:hover,
a:active,
a:focus {
	border: none;
	text-decoration: none;

}

a[href^="http://"]:after {
	content: "->";
	border: 1px solid #ccc;
}

em {
	font-weight: bold;
}

body {
	color: #000;
	background: #fff;
	line-height: 1.66;
	padding: 1em;
}

h1, h2 {
	font-size: 200%;
	padding: 0.5em 0;
}

h3 {
	font-size: 150%;
}

samp, code, pre {
	font-family: "Lucida Console", "Verdana", "Helvetica", sans-serif;
}

p,
pre {
	margin: 0.5em 1em;
}

pre {
	font-size: 80%;
	border: 1px solid #ccc;
	overflow: auto;
}

dl {
	margin: 1em;
}

ul {
	margin: 0.5em 1em;
	padding: 0 0 0 1em;
}

ol {
	margin: 0.5em 1em;
	padding: 0 0 0 2em;
}

ol ol,
ul ul {
	margin: 0;
	padding: 0 0 0 1em;
	border-style: solid;
	border-width: 0 0 0 1px;
	border-color: #000;
	list-style: none;
}

dd.link a {
	text-decoration: none;
}
dd.link a:hover {
	text-decoration: underline;
}

dd {
	margin: 0 0 0 2em;
}

del {
	text-decoration: line-through;
}

div.section {
	margin: 1em;
}

/*  */

.sleepy-presentation {
	position : absolute;
	top : 0;
	left : 0;
	background : #fff;
	line-height: 1.33;
	overflow: hidden;
}

.sleepy-presentation-content {
	margin: 0;
	padding: 10px;
}


.sleepy-presentation-content pre {
	font-size: 50%;
	margin: 1em 2em;
	border: 1px solid #999;
	overflow: auto;
}
.sleepy-presentation-content ul,
.sleepy-presentation-content ol {
	margin: 0.5em 0;
}

.sleepy-presentation-content li {
	margin: 0.25em;
}

.sleepy-presentation-content .section {
	margin: 0;
}
.sleepy-presentation-content img.section {
	margin: 2% 20%;
	width: 60%;
	border: 1px solid #000;
}

.sleepy-presentation-content .section h2,
.sleepy-presentation-content .section h3,
.sleepy-presentation-content .section h4,
.sleepy-presentation-content .section h5,
.sleepy-presentation-content .section h6 {
	font-size: 80%;
	background: #333;
	color: #fff;
	margin: -10px -10px 0.5em -10px;
	padding: 10px;
}

.sleepy-presentation-content .section * {
}

.sleepy-presentation-content .section * * {
}

.sleepy-presentation-content .section .section {
	display: none;
}

/*  */

.sleepy-presentation-status {
	position: absolute;
	bottom: 10px;
	left: 0;
	padding: 0 0.5em;
	font-weight: bold;
}

.sleepy-presentation-navigation {
	position: absolute;
	bottom: 10px;
	left: 0;
	font-weight: bold;
	opacity: 0.85;
	width: 100%;
	text-align: center;
	
}

a.sleepy-presentation-link {
	font-size: 50%;
	color: #333;
}


.sleepy-presentation-navigation button {
	font: inherit;
	border: 1px solid #000;
	margin: 3px;
	padding: 0 10px;
	background: #fff;
	color: #000;
	cursor: default;
}
.sleepy-presentation-navigation button:hover {
	background: #000;
	color: #fff;
}



.sleepy-presentation-global-navigation {
	position: fixed;
	bottom: 10px;
	right: 14px;
	z-index: 2000;
	opacity: 0.85;
}
.sleepy-presentation-global-navigation button {
	font: inherit;
	display: block;
	padding: 0 0.5em;
	margin: 3px;
	border: 1px solid #000;
	background: #fff;
	float: left;
}

.sleepy-presentation-global-navigation button:hover {
	background: #000;
	color: #fff;
	border: 1px solid #fff;
}

.sleepy-presentation-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	/* height: [javascript] */

	line-height: 1.33;
	color: #fff;
	opacity: 0.85;
	background: #000;
	z-index: 1500;
	padding: 0;
}

.sleepy-presentation-toc {
	position: fixed;
	list-style: none;
	width: 100%;
	overflow: auto;
	margin: 0;
	padding: 0;
}

.sleepy-presentation-toc li {
	border: 1px solid #666;
	padding: 1em;
	margin: 1em;
	cursor: default;
}

.sleepy-presentation-toc li:hover {
	background: #666;
}

.sleepy-presentation .tracktracer {
	position: absolute;
	bottom: 0;
	left: 0;
}

.sleepy-presentation-wbout {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 40px 0;
	z-index: 900;
	background: #000;
	color: #fff;
	text-align: center;
}

.sleepy-presentation-window {
	border: 3px solid #000;
	background: #666;
	color: #fff;
	position: fixed;
	top: 5%;
	left: 5%;
	right: 5%;
	width: 90%;
	opacity: 0.95;
}

.sleepy-presentation-window fieldset {
	margin: 1em 0;
	padding: 1em;
}

.sleepy-presentation-window fieldset legend {
	font-weight: bold;
}

.sleepy-presentation-window p {
	margin: 1em 0;
}

.sleepy-presentation-window input,
.sleepy-presentation-window button {
	font: inherit;
	border: 1px solid #fff;
}

.sleepy-presentation-window button {
	padding: 0 0.5em;
	margin: 0 1em 0 0;
}

/* p */
.tracktracer-bar {
	border: 1px solid #666;
	overflow: hidden;
	background: #eee;
}

.tracktracer-bar .tracktracer-indicator {
	background: #666;
}

.tracktracerwithtimer-timebar {
	background: #fcc;
}
