@charset "utf-8";
@import  "stylesheet.css";
/*
	(c)2004-. Antithese@metalpress
	StyleSheet only for use xHTML
*/
/* ------------------------------------------------------------------------------------------------
		base
-------------------------------------------------------------------------------------------------*/
address{/* author */
	font-size: 0.7em;
	border: 0.2em inset #FFFFFF;
	margin: 0em auto ;
	width: 40em;
	height: 1.4em;
	background-color: #2B1838;
	color: #FFFFFF;
	display: block;
	text-align: center;
	clear: both;
}
body{/* rooted on xhtml text (rooted on xhtml is html)*/
	font-family: sans-serif, Arial, cursive;
	font-size: 12pt;
	background-color: #F0F0F0;
	background-image: url("../images/background-image");
}
/* ------------------------------------------------------------------------------------------------
		quote
-------------------------------------------------------------------------------------------------*/
abbr{/* abbreviation */
}
acronuy{/* same as abbr */}
blockquote{/* area of quoted text */
	background-color: #F0F0F0;
	border: 5px groove #0F0F0F;
	width: 73%;
	padding: 0.1em;
	margin: 2em auto;
}
cite{/* url of quoted text. used on q e blockquote */
}
code{/* for src */
	display: block;
	background-color: #423D3B;
	margin: 1em;
	right: auto;
	left: auto;
	color: #F0F0F0;
	font: icon;
}
kbd{/* same as code. used in user keyboard action */
	display: block;
	margin: auto auto auto 5em;
	background-color: #000000;
	color: #efefef;
	padding-left: 1em;
	width: auto;
}
q{/* inline of quoted text */
}
var{/* variable */
}
/* ------------------------------------------------------------------------------------------------
		table
-------------------------------------------------------------------------------------------------*/
caption{/* with table */
}
col{/* table-column */
}
colgroup{/* table-column */
}
table{/* table root */
	background-color: #f0f0f0;
	border: 2px solid #FA9CB8;
	border-spacing: 2px;
}
tbody{/* with in table as body */
}
td{/* with in table as cell */
	border: 0.5px solid #CA7C98;
}
textarea{/* for user input */}
tfoot{/* with in table as footer */}
th{/* with in table e thead as cell */
}
thead{/* with in table as header */
}
tr{/* with in table as row */
	border: 0.5px solid #CA7C98;
}
/* ------------------------------------------------------------------------------------------------
		anchor
-------------------------------------------------------------------------------------------------*/
a{/* anchor */
	color: #EB6940;
}

a:visited {
	color: #C94093;
}

dfn{/* used in an anchor */
}
/* ------------------------------------------------------------------------------------------------
		text
-------------------------------------------------------------------------------------------------*/
del{/* text delete */
}
em{/* embraced */
	background-color: #e3f9ec;
	color: #2f4c11;
}
h1{/* for headline */
	font: message-box;
	font-size: 3em;
	height: 1.2em;
	color: transparent;
	background-image: url("../images/linux_cafe_logo_mini.png");
	background-color: #F0F0F0;
	padding: 0em 0em 0em 1em;
	margin: 40px auto auto auto;
	background-repeat: no-repeat;
	border: 1px solid #cf8e6c;
	text-align: center;
}

h2{/* for headline */
	font-size: 1.5em;
	height: 1em;
	color: #00A37E;
	background-color: #BADBC7;
	padding: 0em 0em 0em 1.5em;
	border-bottom: 3px solid #008E94;
	border-left: 6px solid #008E94;
}
h3{/* for headline */
	font-size: 1.2em;
	height: 1em;
	border: 2px solid #EBE7E1;
	width: 80%;
	margin-left: 3em;
	background-color: #F0F0F0;
	color: #2B1838;
}
h4{/* for headline */
	background-color: #F0F0F0;
	color: #2B1838;
	width: 80%;
	margin-left: 3em;
}
h5{/* for headline */

}
h6{/* for headline */

}
hr{/* horizontal line */
	background-image: url("../images/line_blue.png");
	height: 5pt;
	width: 90%;
	align: center;
	clear: both;
}
ins{/* insert of text */
}
ins[datetime] {
	display: inline;
}
p{/* paragraph. used inline text */
	text-indent: 1em;
	background-color: #EBE7E1;
	width: 80%;
	border-width: 1em;
	border-color: #D53E62;
	padding: 0.1em;
}
pre{/* prefixed text */
	display: block;
	background-color: #2B1838;
	color: #F0F0F0;
	font-size: 0.7em;
	font: message-box;
}
strong{/* near as em. more embraced */
}
sub{/*  */
}
sup{/*  */
}
span{/* same as div. but only on inline */
}
/* ------------------------------------------------------------------------------------------------
		list
-------------------------------------------------------------------------------------------------*/
dd{/* define list of contents */
}
dl{/* define list of root */
}
dt{/* define list of title */
}
li{/* list is in ol e ul */
}
ol{/* in number list */
	background-color: #F5C4B9;
}
ul{/* unnumbering list */
}
/* ------------------------------------------------------------------------------------------------
		object
-------------------------------------------------------------------------------------------------*/
div{/* divided block */
}
noscript{/* with script */
}
object{/* insert object */
	font-size: 12pt;
}
img{/* image-object */
	border : 2px solid #000000;
}
param{/* used after object */}
script{/* ECMAscript. javascript or other. */
}
/* ------------------------------------------------------------------------------------------------
		other
-------------------------------------------------------------------------------------------------*/
area{/* for imagemap */}
button{/* used in the input */}
fieldset{/* for user input */}
form{/* for user input */}
input{/* for user input as root */}
label{/* for user input */}
legend{/* with in fieldset */}
map{/* used in imagemap */}
optgroup{/* for user input */}
option{/* for user input */}
rb{/* for ruby */}
rbc{/* for ruby */}
rp{/* for ruby */}
rt{/* for ruby */}
rtc{/* for ruby */}
ruby{/* for ruby */}
samp{/* sample. what is in use? */}
select{/* for user input */}
/* ------------------------------------------------------------------------------------------------
		only for this site
-------------------------------------------------------------------------------------------------*/
code.font {/* for src */
	font-size: 0.7em;
	display: block;
	background-color: #F0F0B0;
	margin: 1.5em;
	color: #3E312B;
}

div.menu {
	font: menu;
}

div.menu ul {
	background-image: url("../images/shouji-close-transparent.png");
	width: 200px;
	height: 151px;
	float: left;
	margin: 10px;
	background-color: transparent;
}

div.menu ul:hover {
	background-image: url("../images/shouji-open.png");
	background-repeat: no-repeat;
}
div.menu ul li {
	width: 5em;
	margin: 0 3em;
	padding: auto auto auto 0em;
	display: none;
	text-align: center;
	border: 2px solid #FF9C77;
}

div.menu ul:hover li {
	display: block;
	text-align: center;
}

div.menu ul ul {
	background: none;
}

div.menu ul:hover ul {
	background: none;
}

div.menu ul ul li{
	width: 100%;
	margin: 0em auto auto -1.8em;
	height: 1em;
	display: none;
	border: none;
}

div.menu ul:hover ul li{
	visibility: visible;
	display: block;
	z-index:1;
	background: none;
	background-color: transparent;
	text-align: left;
}

div.contents {
	top: 20em;
	width: 100%;
	display: block;
}

div.contents ul{/* unnumbering list */
	background-color: #F5C4B9;
}

div.toc {
}

div.index {
	font: menu;
	font-size: 12px;
	position: fixed;
	top: 0em;
	width: 100%;
	display: block;
}
div.index ul {
	padding: 0;
	padding-left: 1em;
	width: 7em;
	list-style-type: none;
	float: left;
}

div.index ul ul{
	margin: 0em 0em;
	width: 10em;
	display: none;
}

div.index ul:hover ul {
	visibility: visible;
	display: block;
	position:absolute;
	z-index:1;
	border:4px solid transparent;
	background-color: transparent;
}

div.index ul li {
	margin-bottom: 0.1em;
	border: 1px solid #DA508F;
	text-decoration: none;
	background-color: #F0F0F0;
	display: block;
}
div.index ul li.menu {
	font-size: 0.7em;
}

tbody {
	width: 100%;
}

th.th1 {
	width: 0;
}
th.th2 {
	width: 4em;
}

th.th3 {
	width: 6em;
}


/* EOF */

