/*
	yamachan.org
	Cascading Style Sheet

	Copyright (C) 1999-2005 Seiichi Yamazaki. All rights reserved.
 */



/* 要素 */
body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	background: #eeeeee url(/images/bg_body) repeat-y;
	line-height: 1.5em;
}
h1 {
	margin: 0px 0px 20px 0px;
	color: #003399;
	background-color: transparent;
	font-size: 200%;
}
h2 {
	margin: 20px 0px 20px 10px;
	padding-bottom: 3px;
	padding-left: 0.4em;
	color: #666666;
	background-color: transparent;
	font-size: 160%;
	border-bottom: solid #6699cc 2px;
	border-left: solid #6699cc 1em;
}
h3 {
	margin: 10px 0px 10px 20px;
	padding-bottom: 2px;
	color: #666666;
	background-color: transparent;
	font-size: 140%;
	border-bottom: solid #9966cc 1px;
}
h4 {
	margin: 9px 0px 9px 25px;
	padding-left: 0.4em;
	color: #666666;
	background-color: transparent;
	font-size: 120%;
	border-left: solid #aa66bb 0.4em;
}
h5 {
	margin: 8px 0px 8px 28px;
	padding-left: 0.4em;
	color: #666666;
	background-color: transparent;
	font-size: 110%;
	border-left: solid #cc6699 0.4em;
}
h6 {
	margin: 7px 0px 7px 30px;
	padding-left: 0.4em;
	color: #666666;
	background-color: transparent;
	font-size: 100%;
	border-left: solid #eeaa77 0.4em;
}
p {
	margin: 6px 0px 6px 30px;
	text-indent: 1em;
}
ol, ul {
	margin-left: 60px;
}
blockquote p {
	margin-left: 10px;
}
pre {
	margin: 6px 0px 6px 30px;
	font-size: 100%;
}
blockquote {
	margin: 6px 0px 6px 30px;
	color: #660000;
	background-color: #ffffdd;
	font-size: 100%;
	border: dashed #ff0000 1pt;
}
address {
	color: #666666;
	font-size: 80%;
	font-style: normal;
	line-height: 1.2em;
}
a {
	color: #0066cc;
	background-color: transparent;
	text-decoration: none;
}
a:visited {
	color: #6600cc;
	background-color: transparent;
}
a:hover, a:active {
	color: #ff6600;
	background-color: transparent;
	text-decoration: underline;
}
div#header a {
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
}
div#menu a {
	display: block;
	border-top: solid #666666 1px;
	padding: 7px 5px;
	color: #ffffff;
	background-color: transparent;
}
div#menu a:visited {
	color: #ffffff;
	background-color: transparent;
}
div#menu a:hover, div#menu a:active {
	color: #ffff66;
	background-color: #224466;
	text-decoration: none;
}
div#menu a.newgroup {
	border-top: solid #ffffff 1px;
}
div#menu div#search {
	font-size: 80%;
	color: #cccccc;
	padding: 5px;
}
input.searchbox {
	background-color: #333333;
	color: #cccccc;
}
input#searchkw {
	width: 120px;
}
a img {
	border-width: 0px;
}
img.photo {
	margin: 5px;
}
em {
	color: #0000ff;
	font-weight: bold;
	font-style: normal;
}
strong {
	color: #ff0000;
	font-weight: bold;
	font-style: normal;
}
cite {
	color: #996600;
	font-style: normal;
}
dfn {
	color: #009900;
	background-color: transparent;
	font-style: normal;
}
code {
	color: #000099;
	background-color: transparent;
	font-size: 100%;
}
samp {
	color: #990000;
	background-color: transparent;
	font-size: 100%;
}
kbd {
	color: #000000;
	background-color: transparent;
	font-size: 100%;
	border-bottom: solid #ff0000 1px;
}
var {
	color: #009900;
	background-color: transparent;
	font-size: 100%;
	font-style: normal;
}
abbr, acronym {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	cursor: help;
}
table {
	margin: 10px 0px 10px 30px;
}
th {
	padding: 2px;
	color: #221133;
	background-color: #eeddff;
	text-align: left;
	vertical-align: top;
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff #666666 #666666 #ffffff;
}
td {
	padding: 2px;
	color: #000000;
	background-color: #ffffff;
	text-align: left;
	vertical-align: top;
	border-style: solid;
	border-width: 1px;
	border-color: #666666 #ffffff #ffffff #666666;
}
span[title] {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	cursor: help;
}



/* クラス */
.weak {
	color: #666666;
	background-color: transparent;
	font-weight: normal;
	font-style: normal;
}
.acckey {
	text-decoration: underline;
}
.endfloat {
	clear: both;
}
div.navi {
	margin-top: 30px;
	color: #999999;
	background-color: transparent;
	text-align: center;
	border-top: solid #999999 1px;
}
div.navi span.naviprev {
	margin-left: 8em;
}
div.navi span.navinext {
	margin-left: 2em;
}



/* ID */
div#header {
	height: 28px;
	color: #ffffff;
	background: transparent url('/images/bg_header') 0% 0% repeat-x;
}
div#main {
	position: relative;
}
div#menu {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 140px;
	height: 733px;
	padding: 10px 0px;
	background: #2c333a url(/images/bg_menu) no-repeat;
	color: #ffffff;
}
div#content {
	position: absolute;
	left: 160px;
	right: 10px;
	top: 5px;
}
div#lastmod {
	margin: 0px;
	color: #ff6600;
	background-color: transparent;
	font-size: 80%;
	text-align: right;
}
div#go2top {
	margin-top: 2em;
	text-align: right;
}
div#footer {
	position: relative;
}
div#w3cvalid {
	position: absolute;
	right: 0px;
	top: 5px;
	width: 200px;
	text-align: right;
}
address#copyright {
	position: absolute;
	left: 0px;
	top: 5px;
}
hr#footerstart {
	height: 1px;
	color: #999999;
	background-color: #999999;
	border-width: 0px;
}
img#logo {
	vertical-align: middle;
}



/* サイドバー */
div#menu span.comingsoon, div#menu span.newgroup {
	display: block;
	color: #cccccc;
	text-decoration: line-through;
}
div#menu span.newgroup {
	margin-top: 0.5em;
	padding-top: 0.5em;
	border-top: solid #999999 1px;
}



/* 日記関連 */
p.date {
	color: #006699;
	background-color: transparent;
	text-indent: 0em;
}
table#history td {
	width: 2em;
	color: #cccccc;
	background-color: #ffffff;
	text-align: center;
}
table#history td.disabled {
	color: #cccccc;
	background-color: #dddddd;
}
table#history td.ywsdiary {
	color: #cccccc;
	background-color: #eeddff;
}
table#history td.apple2diary {
	color: #cccccc;
	background-color: #ffeedd;
}



/* 掲示板関連 (スクリプト本体) */
div#writeform {
	margin-left: 30px;
}
span.navi {
	margin-right: 2em;
}
div.msghead, div.msgheadold {
	color: #000000;
	border-top: solid #000000 3px;
	border-bottom: solid #999999 1px;
	line-height: 1.8em;
	margin-top: 3em;
	margin-left: 50px;
	padding: 0.5em 0.5em 0em 0.5em;
}
div.msghead {
	background: #ffffff url("/images/bg_board1") 100% 0% repeat-y;
}
div.msgheadold {
	background: #ffffff url("/images/bg_board2") 100% 0% repeat-y;
}
span.msgtitle {
	color: #000099;
	background-color: transparent;
	font-size: 160%;
	font-weight: bold;
}
span.writer {
	color: #333333;
	background-color: transparent;
	font-size: 100%;
	font-weight: bold;
}
a.email {
	color: #0066cc;
	background-color: transparent;
}
a.uri {
	color: #0066cc;
	background-color: transparent;
	font-size: 80%;
}
span.date {
	color: #666666;
	background-color: transparent;
	font-size: 80%;
}
p.msg {
	font-size: 100%;
	text-indent: 0em;
	margin-left: 75px;
}
div.msgfoot {
	border-bottom: solid #999999 1px;
	color: #666666;
	background-color: transparent;
	font-size: 80%;
	text-align: right;
	margin-left: 50px;
	margin-bottom: 3em;
	padding: 0em 0.5em 0em 0.5em;
}
span.ua {
	margin-right: 1em;
}
span.host {
	margin-right: 1em;
}



/* 掲示板関連 (表示) */
div#boardinfo {
	margin-left: 30px;
}
div#boardinfo p {
	margin-left: 0px;
}
div#boardinfoheader {
	border-bottom: solid #999999 1px;
}
p#boardinfovalue {
	padding-left: 20px;
	text-indent: 0em;
}
span.boardinfomsgtitle {
	color: #000099;
	background-color: transparent;
	font-size: 130%;
	font-weight: bold;
}
span.boardinfowriter {
	color: #000000;
	background-color: transparent;
	font-size: 100%;
}
span.boardinfodate {
	color: #666666;
	background-color: transparent;
	font-size: 80%;
}
span.quote1 {
	color: #0000cc;
	background-color: transparent;
}
span.quote2 {
	color: #009900;
	background-color: transparent;
}
span.quote3 {
	color: #cc0000;
	background-color: transparent;
}
span.comment {
	color: #666666;
	background-color: transparent;
	font-style: italic;
}
span.closedflag {
	color: #ff0000;
	background-color: transparent;
	font-weight: bold;
}
span.closed {
	color: #eeeeee;
	background-color: transparent;
}
