<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 */

body, #headerwrap, #menu, #menutitle, #news table, #newstitle ,#contents, h1, h2, h3 ,h4, #footer{
	background-color:#003889 !important;
	color:#FFF;
	border-bottom-color:#000 !important;
}

a{
	color:yellow;
}

a:hover{
	color:yellow;
}

a:visited{
	color:yellow;
}

h1, h2, #contents,#menu, #news{
	border:1px solid #999 !important;
}

#footer{
	border-top:1px solid #999;
}

h3{
	border-left:solid 10px #EEE;
	border-bottom:solid 1px #EEE !important;
	font-size:110%;
	padding:5px;
	margin-bottom:10px;
}

h4{
	border-bottom:solid 2px #EEE !important;
	background-color:#002C68 !important;
	font-size:110%;
	padding:8px 8px 5px 12px;
	margin-bottom:10px;
}

h5{
	background-image:url(../../contents_image/page/h5.png);
	background-repeat: no-repeat;
	background-position:left center;
	font-size:105%;
	padding:7px 16px 7px 16px;
}

table[border="1"]{
	background:#FFF !important;
}

table[border="1"]&gt;tbody&gt;tr&gt;td{
	background:#003889 !important;
}</pre></body></html>