@charset "shift_jis";

/*===================================================================

CSS Information

 Created: 	2007-05-16
 Author: 	Yoshiki Kato (http://hyper-text.org/)

 licensed under a Creative Commons License (Attribution 3.0 Unported)
 http://creativecommons.org/licenses/by/3.0/deed.ja

===================================================================*/


/*----------base style----------*/

* {
	margin: 0;
	padding: 0;
	}

html {
	background: #000;
	}

body {
	font-size: 0.9em;
	font-family: arial, verdana, sans-serif;
	color: #000;
	line-height: 1.5;
	text-align: left;
	background: url(/prx/000/https/hyper-text.org/contest/img/bar.gif) no-repeat fixed 70px top #000;
	}

a {
	color: #f90;
	text-decoration: none;
	}

a:hover {
	color: #f90;
	text-decoration: underline;
	}

hr {
	display: none;
	}

ul {
	list-style: circle;
	}

code {
	padding: 0.2em;
	background: #eee;
	border: 1px dotted #ccc;
	}

abbr {
	padding: 0 0.2em;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
	}

abbr:after {
	content: " [?]";
	font-size: 0.7em;
	color: #fff;
	}

em {
	font-weight: normal;
	font-style: normal;
	color: red;
	}

ol {
	margin: 0 0 0 3em;
	padding: 0 0 1em 0;
	}

ul {
	margin: 0 0 0 2.5em;
	padding: 0 20px 1em 0;
	}

ol li,
ul li {
	padding: 0.2em 0;
	}

ol li ul {
	margin: 0 0 0 1em;
	padding: 0;
	}

ol li ul li {
	padding: 0;
	}

dl {
	margin: 0 20px 1em 20px;
	width: auto;
	overflow: auto;
	}

dt,
dd {
	padding: 0.5em;
	float: left;
	}

dt {
	background: #eee;
	border-right: 1px solid #00838b;
	border-bottom: 1px solid #00838b;
	width: 20%;
	}

dd {
	background: #ccc;
	border-bottom: 1px solid #00838b;
	width: 75%;
	}

/*----------style container----------*/

div.all {
	margin: 0 0 0 150px;
	background: #00838b;
	width: auto;
	border-top: 10px ridge #333;
	}

div.container {
	border-top: 10px ridge #333;
	background: #757575;
	}

div.base {
	margin: 20px 20px 0 0;
	background: url(/prx/000/https/hyper-text.org/contest/img/light.gif) no-repeat 50px top #00838b;
	}


/*----------hedding----------*/

h1 {
	margin: 0 20px 0 0;
	padding: 20px 20px 0 0;
	font-size: 1.5em;
	font-weight: normal;
	text-align: right;
	color: #fff;
	line-height: 120%;
	letter-spacing: -0.1em;
	background: url(/prx/000/https/hyper-text.org/contest/img/door_and_guardman.gif) no-repeat 20px bottom;
	border-right: 5px solid #757575;
	border-bottom: 5px solid #757575;
	height: 150px;
	overflow: hidden;
	}

h1:after {
	content: "featuring elevator action";
	display: block;
	color: #f90;
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 0;
	}

/*----------navigation----------*/

div#navigation {
	background: url(/prx/000/https/hyper-text.org/contest/img/spay.gif) no-repeat center bottom #ffc7db;
	border-top: 30px groove #757575;
	border-bottom: 30px ridge #757575;
	width: 150px;
	height: 170px;
	position: fixed;
	left: 0;
	top: 50px;
	overflow: hidden;
	}

div#navigation h2 {
	padding: 0.2em;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #fff;
	}

div#navigation ul {
	margin: 0;
	padding: 0.2em;
	font-size: 0.9em;
	list-style: none;
	}

div#navigation ul li {
	padding: 0.1em 0;
	text-transform: uppercase;
	}

div#navigation ul li a {
	color: #fff;
	text-decoration: none;
	}

div#navigation ul li a:hover {
	color: #fff;
	text-decoration: underline;
	}

/*----------section (excluding IE6)----------*/

div#navigation + div.section {
	margin: 1em 20px 0 0;
	padding: 0 0 50px 0;
	border-right: 3px solid #757575;
	border-bottom: 3px solid #757575;
	background: url(/prx/000/https/hyper-text.org/contest/img/door_and_guardman_red.gif) no-repeat 80px bottom;
	min-height: 100px;
	}

div.section h2 + p {
	padding: 50px 0 1em 20px;
	background: url(/prx/000/https/hyper-text.org/contest/img/light.gif) no-repeat 50px top;
	}

/*----------section----------*/

div.section {
	margin: 1em 20px 0 0;
	padding: 0 0 50px 0;
	border-right: 3px solid #757575;
	border-bottom: 3px solid #757575;
	background: url(/prx/000/https/hyper-text.org/contest/img/door_and_guardman.gif) no-repeat 80% bottom;
	min-height: 100px;
	}

div.section div.section {
	margin: 0;
	padding: 0;
	border: none;
	background-image: none;
	min-height: 0px;
	}

div.section h2 {
	padding: 0.2em 0 0.2em 20px;
	font-size: 1.2em;
	font-weight: normal;
	color: #fff;
	background: #757575;
	}

div.section h3 {
	margin:1em 20px 1em 0;
	padding: 0.2em 20px;
	font-size: 1.2em;
	font-weight: normal;
	color: #ffc7db;
	background: #000;
	}

div.section h4 {
	margin:0 20px 1em 0;
	padding: 0 20px 0.2em 20px;
	font-size: 1em;
	border-bottom: 1px solid #333;
	}

div.section h5 {
	margin:0 0 0.5em 0;
	padding: 0 20px 0.2em 20px;
	font-size: 1em;
	clear: both;
	}

div.section h6 {
	padding: 0 20px 0.2em 20px;
	font-size: 1em;
	}

div.section p {
	padding: 0 1.5em 1em 20px;
	}

/*----------finally----------*/

div.finally {
	margin: 1em 0 0 0;
	padding: 1em 0 2em 0;
	color: #fff;
	background: #333;
	}

div.finally h2 {
	margin: 0 20px 1em 0;
	padding: 0.2em 0 0.2em 20px;
	font-size: 1.2em;
	font-weight: normal;
	border-bottom: 1px dotted #eee;
	}

div.finally p {
	padding: 0 20px 1em 20px;
	}

div.finally dl {
	margin: 0 0.5em 0 0;
	padding: 0.2em 0 0 0;
	border: none;
	overflow: auto;
	}

div.finally dt,
div.finally dd {
	margin-bottom: 0.5em;
	padding: 0;
	float: left;
	}

div.finally dt {
	padding-right: 1em;
	text-align: right;
	background: none;
	border: none;
	border-right: 1px solid #ccc;
	width: 80%;
	}

div.finally dd {
	text-align: right;
	background: none;
	border: none;
	width: 15%;
	}

/*----------CSS hack for IE6 orz ----------*/

* html body {
	background: url(/prx/000/https/hyper-text.org/contest/img/bar.gif) no-repeat scroll 70px top #000;
	}

* html body div#navigation {
	position: absolute;
	left: 0;
	top: 50px;
	}

* html body div.section {
	height: 1px;
	}

* html body div.section h2 {
	margin: 0 0 1em 0;
	}
