@charset "euc-jp";

/* some stuff from: metal.css,
 * Copyright (C) 2002 by s.sawada <http://mwave.sppd.ne.jp/diary/>
 */

#main-section {
	position: absolute;
	top: auto;
	left: 17em;
	margin-right: 1em;
	margin-bottom: 1em;
	padding-bottom: 1em;
	background: white;
	border-style: solid;
	border-width: 1px;
	border-color: #777 #ccc #ccc #777;
}

#navi-section {
	width: 17em;
	margin-top: 1em;
}

body {
	background-color: #fff;
	background-image: url(/background.png);
	color: #000;
	font-family:verdana, arial, sans-serif;
	font-size: 9pt;
}
table tr th, table tr td {
	border-width: 0px;
	font-size: 8pt;
}
img {
	margin: 4px;
/*
	border-style: solid;
	border-width: 1px;
	border-color: #777 #ccc #ccc #777;
*/
}
img.nom {
	margin: 0px;
}

.layout tr th, .layout tr td {
	border-width: 0px;
	font-size: 8pt;
}

h1 {
   text-shadow: #666 2px 2px 2px;
   left: 1en;
   font-size: 11pt;
}
h2 {
   text-shadow: #666 2px 2px 2px;
   padding-left: 1em;
   margin-left: 1em;
   font-size: 11pt;
}
h3 {
   text-shadow: #666 2px 2px 2px;
   left: 1en;
   font-size: 11pt;
}

a { text-decoration: none; }
a:link    { color: #008; }
a:active  { color: #ddf; }
a:visited { color: #008; }
a:hover   { color: #ddf; text-decoration: underline; }
.a { text-decoration: none; color: #008; }
.a:active  { color: #ddf; }
.a:hover   { color: #ddf; text-decoration: underline; }

.tds-date {	
	font-size: 11pt;
	background-image: url(/background.png);
	border-width: 1px;
	border-color: #ccc #777 #777 #ccc;
	border-style: solid;
	margin-right: 1em;
	margin-top: 0.5em;
	margin-bottom: 0px;
	padding: 2px;
	color: #000;
}
.tds-title {
	margin-left: 1em;
}
.tds-subtitle {
	padding-left: 0.5em;
}
.tds-content, .tds-subcontent {
	margin-left: 2em;
	margin-right: 2em;
}
.tds-comment {
	margin-left:  3em;
	margin-right: 2em;
	font-size: 8pt;
}
.tds-comment p {
	margin-top:  0em;
}
.tds-fncontent {
	margin-left:  1em;
}
pre { 
	background-image: url(/hnback.png);
	border-style: solid;
	border-width: 1px;
	border-color: #777 #ccc #ccc #777;
	padding:      0.5em;
	white-space:  pre;
}
blockquote {
	background-image: url(/hnback.png);
	border-style: solid;
	border-width: 1px;
	margin-left: 1em;
	border-color: #777 #ccc #ccc #777;
	padding:      0.5em;
}
hr { color: #333; }
