<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* === font basics ===*/
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: "�ｽl�ｽr �ｽo�ｽS�ｽV�ｽb�ｽN", "Osaka";
	font-size: 12px;
	line-height: 180%;
	color: #000000;
}

td {
	font-family: "�ｽl�ｽr �ｽo�ｽS�ｽV�ｽb�ｽN", "Osaka";
	font-size: 12px;
	color: #000000;
}

/* === structure ===*/
/*#navigation {
	background-image: url(../../IMG/footer.jpg);
	margin: 0px;
	background-repeat: repeat-x;
	height: 87px;
	padding: 0px;
	background-position: bottom;
}*/

#footer {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 10px;
	/*background-image: url(../../IMG/footer.jpg);*/
	margin: 0px;
	padding: 0.5em 0px 0px 130px;
	height: 22px;
	/*background-repeat: repeat-x;*/
}

#container {
	padding: 20px;
}

#container p {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;

}

#btnbox {
	position: absolute;
	left: 8px;
	top: 5px;
	width: 96px;
	height: 81px;
}

#btnboxcategory {
	position: absolute;
	left: 4px;
	top: 5px;
}

#btnboxtheme {
	position: absolute;
	left: 4px;
	top: 5px;
}

/*other*/
.txts {
	font-size: 10px;
}

.titleArea {
	font-size: 10px;
	padding-left: 10px;
	margin: 0px;
	padding-top: 3px;
}

a:visited {
	color: #666666;
}

/* top page */
.char{
	line-height: 160%;
}

.char p{
	padding: 0px;
	margin: 0px;
}

.listspacer img{
	height: 18px;
	width: 1px;
}
</pre></body></html>