a:link{    /* 未リンク */
	text-decoration:none;
}
a:visited{ /* 既リンク */
	text-decoration:none;
}
a:hover  { /* リンク中 */
	color:#215dc6;
	background-color:#E8FFFF;
	text-decoration:underline;
}
H4 {
	border-left: #7777cc 5px solid;
	border-bottom: #aaaadd 1px solid;
	filter: dropshadow(offx=2,offy=1,color=#dddddd);
	width: 100%;
	font-size: normal;
	font-weight: bold;
	margin-top:0.5em;
	margin-bottom:0.2em; 
}
.c1 {
	border-top:none;
	border-bottom:1px solid #c0c0c0;
	border-left:none;
	border-left:right;
}
.cd {
	list-style-type: disc;
}
.cn {
	list-style-type: none;
}
em {
	font-weight: bold;
	color: #009900;
	font-style: normal;
}
.cred {
	color: #ff0000;
}

