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

/* 01：各要素のリセット
=============================================== */

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

img {
	border: 0;
	vertical-align: top;
}

ul,ol {
	list-style-type: none;
}

body {
	color: #444444;
	font-size: 80%;
	line-height: 1.3;
	height: 100%;
}

html {
	height: 100%;
}

/* 02：リンクテキスト
=============================================== */

a {
	text-decoration: under-line;
}

a:link {
	color:#003399;
}

a:visited {
	color: #003399;
}

a:hover {
	color: #2e66d7;
}

a[name]:hover {
    color: black;
    background-color: white;
}

a:active {
	color: #003399;
}

.css01 {  font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 9px;line-height:1.3;}
.css02 {  font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 10px;line-height:1.3;letter-spacing:1px;}
.css02l {  font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 10px;line-height:1.3;letter-spacing:1px;}
.css03 {  font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 12px;line-height:1.3;}
.css04 {  font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 14px;line-height:1.3;}
.css04b {  font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 14px;line-height:1.2;font-weight:bold;}
.css05 {  font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 18px;line-height:1.3;}
.css06 {  font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 24px;line-height:1.3;}
.css07 {  font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 35px;line-height:1.3;}
.css021 {font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 10px}
.css041 {font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 14px}
.css03_ls {  font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 12px;letter-spacing:6px;}
.css02e {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	line-height: 8px;
}
.css09 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	color: #000099;
}
.css10 {
	background-color: #afd1e4;
	padding: 8px;
}
.css11 {
	background-color: #FFFFFF;
	padding: 2px;
}
.css02l2 {  font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 10px;line-height:1.6;letter-spacing:1px;}

/* 03：Clear Fix Hack (Float Clear Hack) (Float Clear Hack)
 http://www.kuroduction.com/doc/translation/position_is_everything/easyclearing.html
=============================================== */

.clearfix:after { /* for New Browser */
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {
	display: inline-block; /* for IE */
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/* 04：基本レイアウト
=============================================== */

body{
	background-color: #ffffff;
	text-align: center;
}

#container{
	width: 650px;
	text-align:left;
	min-height:100%;
	height:auto !important;
	height:100%;
	margin: 0 auto -22px;
}

#mainContents{
	float: right;
	width: 650px;
}

#head{
	width:650px;
	height:54px;
	text-align:left;
	padding-top:20px;
}

#mainImage{
	width: 650px;
	padding-bottom:20px;
}

#main{
	clear: both;
	width:650px;
	text-align:left;
	padding-bottom:50px;
}

#footerLink{
	width:650px;
	text-align:left;
}

#footer{
	clear: both;
	width: 650px;
	height:22px;
	text-align: center;
	background-color:#e5e5e5;
	line-height: 1.3;
}

#footerBox{
	width: 650px;
	text-align:right;
	font-size:11px;
	padding-top:6px;
	margin: 0 auto;
}

/* -- フォント -- */
.fonttype01{font-weight:bold;}

/* -- 余白 -- */
.marginL15{margin-left:15px;}

/* -- クリア -- */
.clear{clear: both;}


.mainText{
	padding: 5px 0 5px 10px;
}

.strong{
	padding: 5px 0 5px 50px;
	font-weight:bold;
}

.topLink{
	text-align:right;
}

/* -- 標準テーブルデザイン -- */
table{
    width: 600px;
    border-top: 1px #B3B3B3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

th{
	margin:0px; 
}

th{
	width: 100px;
    padding: 5px;
    border: #B3B3B3 solid;
    border-width: 0 0 1px 1px;
    background: #F0F0F0;
    font-weight: bold;
    line-height: 120%;
}

td{
    padding: 5px;
    border: 1px #B3B3B3 solid;
    border-width: 0 1px 1px 1px;
}

/* -- 会社ロゴ -- */
#SysTecLogo{
	height:38px;
	width:118px;
}

/* -- メニュー -- */
#tagMenu{
	height:16px;
	width:100px;
	margin-left: 10px;
	float:right;
}

#tagMenu img{
 	height: 15px;
	margin-right:10px;
}

/* -- index.html お知らせ -- */
#information{
	width: 600px;
	padding: 3px 0 3px 30px;
}

#information dt{

	border-left:solid 15px #224488;

	border-bottom:solid 1px #224488;

	background:#F0F0F0;

	padding: 3px 0 2px 20px;

	font-weight:bold;
}

#information dd{

	padding: 5px 0 30px 10px;
}


/* -- service.html 事業紹介 -- */
#service{
	width: 600px;
	padding: 3px 0 3px 30px;
}

#service h2{

	border-left:solid 15px #229933;

	border-bottom:solid 1px #229933;

	background:#F0F0F0;

	padding: 5px 0 4px 20px;
	
	margin-bottom: 10px;

	font-weight:bold;
}

/* -- company.html 会社情報 -- */
#company{
	width: 600px;
	padding: 3px 0 3px 30px;
}

#company h2{

	border-left:solid 15px #DD2244;

	border-bottom:solid 1px #DD2244;

	background:#F0F0F0;

	padding: 5px 0 4px 20px;
	
	margin-bottom: 10px;

	font-weight:bold;
}

/* -- recruit.html 採用情報 -- */
#recruitData{
	width: 600px;
	padding: 3px 0 3px 30px;
}

#recruitData h2{

	border-left:solid 15px #EEDD44;

	border-bottom:solid 1px #EEDD44;

	background:#F0F0F0;

	margin-bottom: 10px;

	padding: 5px 0 4px 20px;

	font-weight:bold;
}

#recruitData h3{
	padding: 10px 0 5px 10px;
	font-weight:bold;
}

</pre></body></html>