<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 information

 File Name  : basic.css
 Style Info : 基本書式の定義
============================================================================= */
 
body {
	line-height:18px;
	font:13px/1.231 arial,helvetica,clean,sans-serif;*
	font-size:small;*
	font:x-small;
	color:#2b2b2b;
	}

p  {
	line-height:inherit;
	font-size:inherit;
	font:100%;
	color:#2b2b2b;
	}

table {
	line-height:120%;
	font-size:inherit;
	font:100%;
	color:#2b2b2b;
	}

h1,h2,h3,h4,h5,h6 {
	font-weight:bold;
	}

h1 {
	font-size:16px;
	line-height:18px;
	}

h2,h3 {
	font-size:16px;
	line-height:20px;
	}

h4 {
	font-size:14px;
	line-height:18px;
	}


h5,h6 { 
	font-size:100%; /* 11px @ Normal */
	line-height:18px;
	}

strong, label {
	font-weight:bold;
	}

em {
	font-style:italic;
	}

p.caption {
	margin-top:9px;
	padding-left:15px;
	padding-right:5px;
	text-align:left;
	font-size:10px;
	background:transparent url(/src/star.gif) no-repeat scroll 4px 0px;
	}

th {
	text-align:center;
	vertical-align:middle;
	}
/*
th,td {
	padding:.1em .25em;
}
*/
iframe {
	border-style:none;
	}

a {
	font-size:inherit;
	font-weight:inherit;
	text-decoration:none;
	color:#26499d; /* oriental blue */
	}

a:visited {
	text-decoration:none;
	color:#434da2; /* ultra marine */
	}

a:hover {
	text-decoration:underline;
	color:#e95464; /* rose */
	}

a:active {
	font-weight:bold;
	text-decoration:underline;
	color:#f19ca7; /* rose pink */
	}

a.intra {
	padding-right:20px;
	background:url(/src/icon_intra.gif) no-repeat scroll bottom right;
	}
a.inter {
	padding-right:20px;
	background:url(/src/icon_inter.gif) no-repeat scroll top right;
	}
a.pdf {
	padding-right:20px;
	background:url(/src/icon_pdf.gif) no-repeat scroll top right;
	}
a.pptx {
	padding-right:20px;
	background:url(/src/icon_ppt.gif) no-repeat scroll top right;
	}
a.docx {
	padding-right:20px;
	background:url(/src/icon_doc.gif) no-repeat scroll top right;
	}
a.xlsx {
	padding-right:20px;
	background:url(/src/icon_xls.gif) no-repeat scroll top right;
	}
a.file {
	padding-right:20px;
	background:url(/src/icon_file.gif) no-repeat scroll top right;
	}

a.continue {
	font-size:90%;
	text-decoration:none;
	color:#26499d; /* oriental blue */
	}

p.refer {
	margin-top:6px;
	padding-left:15px;
	background:transparent url(/src/triangle.gif) no-repeat scroll 3px 3px;
	font-weight:bold;
	}

p.refer &gt; a {
	font-size:inherit;
	font-weight:inherit;
	text-decoration:none;
	color:#26499d; /* oriental blue */
	}

p.refer &gt; a:visited {
	text-decoration:none;
	color:#434da2; /* ultra marine */
	}

p.refer &gt; a:hover {
	text-decoration:underline;
	color:#e95464; /* rose */
	}

p.refer &gt; a:active {
	font-weight:bold;
	text-decoration:underline;
	color:#f19ca7; /* rose pink */
	}

input[type="text"] {
	margin:0px;
	text-align:left;
	font-size:12px;
	border:solid 1px #26499d; /* oriental blue */
	}
input[type="password"] {
	margin:0px;
	text-align:left;
	font-size:12px;
	border:solid 1px #26499d; /* oriental blue */
	}
input[type="button"] {
	margin:0px;
	text-align:center;
	font-size:12px;
	cursor:pointer;
	}
input[type="submit"] {
	margin:0px;
	text-align:center;
	font-size:12px;
	cursor:pointer;
	}
input[type="reset"] {
	margin:0px;
	text-align:center;
	font-size:12px;
	cursor:pointer;
	}
textarea {
	margin:0px;
	text-align:left;
	font-size:12px;
	border:solid 1px #26499d; /* oriental blue */
	}

/*----------終了--------------------------------------------------------------*/
</pre></body></html>