@charset "euc-jp";
/*
Title: WiLL
Revision: $Revision: 1.7 $
Author: ただただし
Access: http://sho.tdiary.net/

Copyright 2002 (C) by TADA Tadashi <sho@spc.gr.jp>
	validated by W3C.
*/
/* ChangeLog
2002-05-07 zoe <zoe@kasumi.sakura.ne.jp>
	* remove overflow.

2002-04-05 TADA Tadashi <sho@spc.gr.jp>
	* add spec.

2002-03-28 TADA Tadashi <sho@spc.gr.jp>
	* no underline for links.

2002-03-27 TADA Tadashi <sho@spc.gr.jp>
	* fix textarea biyo--n problem.
*/

body {
	line-height: 120%;
	background-color: white;
	color: black;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
}

a:link {
	color: #215dc6;
	background-color: white;
	text-decoration: underline;
}

a:visited {
	color: #a63d21;
	background-color: white;
    text-decoration: underline;
}

a:hover {
	color: #215dc6;
	background: #ccddee;
	text-decoration: underline;
}



div.section p {
	color: black;
	background-color: white;
	margin-top: 0px;
	margin-bottom: 0.5em;
	margin-left: 1em;
}

div.body {
	margin-left: 1em;
}

pre {
	color: black;
	background-color: #F8F8FF;
	border-style: solid;
	border-width: 1px 1px 1px 6px;
	border-color: #E8E4A0;
	padding: 8px;
	margin-left: 2em;
}

div.sidebar dl {
	margin-left: 20px;
}

div.form table {
	border-style: dashed;
	border-width: 2px;
	}

body h2,h3,h4,h5,h6 {
	color: black;
	border-color: #6495ED;
}

h1 {
	background-color: #6495ED;
	color: white;
	margin-bottom: 2px;
	padding: 8px;
	line-height: 100%;
}

h2 {
    font-size: large;
	border-style: none none double solid;
    border-width: 0px 0px 4px 10px;
    padding: 2px 0px 2px 10px;
    }

h3 {
	font-size: medium;
	border-style: solid;
    border-width: 0px 0px 1px 8px;
	padding: 2px 0px 2px 10px;
	margin-top: 1.5em;
	margin-left: 0.1em;
	margin-bottom: 0.5em;
}

h4 {
	font-size: medium;
	border-style: none none dashed solid;
    border-width: 0px 0px 1px 6px;
	padding: 2px 0px 2px 10px;
	margin-top: 1.5em;
	margin-left: 0.2em;
	margin-bottom: 0.5em;
}

h5,h6 {
	font-size: small;
	border-style: none none solid solid;
	border-width: 0px 0px 1px 3px;
	padding: 2px 0px 2px 10px;
	margin-top: 1.5em;
	margin-left: 0.3em;
	margin-bottom: 0.5em;
}

hr {
	color: blue;
	background-color: transparent;
	margin-top: 0.5em;
}

hr.sep {
	display: none;
}


table {
	empty-cells: show;
	margin-bottom: 1em;
	margin-left: 1em;
	background-color: white
	color: black;
}

th {
	background-color: #B0E0E6;
	color: black;
	padding: 0.2em;
	text-align: left;
}

td {
	background-color: #F8F8FF;
	color: black;
	padding: 0.2em;
}



div.main {
	margin-left: 21%;
	padding:0px;
}

div.footer {
	font-style: normal;
	text-align: right;
	font-size: small;
}
div.sidebar {
	background-color: transparent;
	position: absolute;
	margin-top:8px;
	top:16px;
	left: 5px;
	width: 20%;
	padding: 0px;
}

div.adminmenu {
  font-size: smaller;
  text-align: right;
}

