<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */




ul li{
	list-style-position:inside;
	line-height:30px;
	text-indent:20px;
	
	
}

ul li a:hover{
	text-decoration:underline;
	color:#F00;
}

ul li a{
	text-decoration:none;
	color:#000;
}
ul li a:visited{
	color:#00F;
}

.answer_box{
	padding:10px;
	margin-bottom:20px;
	background-color:#F6F6F0;
	border:5px solid #E5E5E5;
	
}


.question a{
	font-size:120%;
	color:#339;
}
.question a:hover{
	color:#339;
}

.top_modoru{
	text-align:right;
}

.jump a:hover{
	color:#F00;
}

a{
	color:#000;
	</pre></body></html>