﻿body{
	position:relative;
	z-index:1;
	color:#000000;
	background-color:#ffffff;
	background-image:url("kabegami_wasi.gif");
	background-attachment:fixed;
}

.kazaridaizi{
	position:absolute;
	margin:0;
	padding:0;
	top:0;
	right:0;
	z-index:-1;
	background-image:url("dai_ten_siroyou.png");
	background-repeat:no-repeat;
	width:90px;
	height:270px;
}

a:link{
	color:#669966;
	text-decoration:underline;
}

a:visited{
	color:#666699;
	text-decoration:underline;
}

a:active,a:hover{
	color:#996666;
	text-decoration:underline;
}

a[id]:active,a[id]:hover{	/*Mozilla系対策*/
	text-decoration:none;
}

h1>a[id]:active,h1>a[id]:hover{	/*Mozilla系対策*/
	color:#999999;
}

img{
	border-width:0;
}

.mini{
	font-size:smaller;
}

strong{
	color:#cc9966;
}

p.setumei{
	font-size:xx-small;
	color:#cc9966;
	text-align:right;
}

h1,h2,h3,h4,h5,h6{
	color:#999999;
	border-color:#999999;
	border-style:solid;
	border-width:0 0 1px 1em;
}

.waku_kyoutyou{
	padding:1em 1em 1em 2em;
	margin-left:0%;
	border-style:ridge;
	border-width:2px;
	border-color:#6666ff;
}

dt{
	font-size:larger;
	color:#6666ff;
}

address{
	font-size:smaller;
	font-style:normal;
	color:#666666;
}

/*元素関係*/

th{
	background-color:#cccccc;
	border-color:#cccccc;
	border-style:solid;
	border-width:1px;
}

td.tenkei{
	background-color:#ffcccc;
	border-color:#ffcccc;
	border-style:solid;
	border-width:1px;
}

td.senni{
	background-color:#ccccff;
	border-color:#ccccff;
	border-style:solid;
	border-width:1px;
}

span.tenkei{
	color:#ffcccc;
}

span.senni{
	color:#ccccff;
}

dd{
	margin-bottom:1px;
	border-left-color:#666666;
	border-left-style:solid;
	border-left-width:0.5em;
	border-bottom-color:#666666;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

dd.yuu{
	border-left-color:#990033;
	border-left-style:solid;
	border-left-width:0.5em;
	border-bottom-color:#990033;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

dd.ki{
	border-left-color:#339900;
	border-left-style:solid;
	border-left-width:0.5em;
	border-bottom-color:#339900;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

dd.yuki{
	border-left-color:#003399;
	border-left-style:solid;
	border-left-width:0.5em;
	border-bottom-color:#003399;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

span#yuu{
	font-family:monospace;
	color:#339900;
}

span#ki{
	font-family:monospace;
	color:#990033;
}

span#yuki{
	font-family:monospace;
	color:#003399;
}
/*Mozilla系に特別*/
dd.yuu:before{
	font-family:monospace;
	color:#990033;
	content:"【優】";
}

dd.ki:before{
	font-family:monospace;
	color:#339900;
	content:"【既】";
}

dd.yuki:before{
	font-family:monospace;
	color:#003399;
	content:"【両】";
}

dt:before{
	content:"＊";
	color:#6666ff;
}
