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




/* 左メニュ― */
#LMENU {
	float: left;
	width: 195px;
	padding: 0;
	font-size:90%;
}
#LMENU * {
	margin:0;
	padding:0;
}


/* カテゴリータイトル */
#LMENU #categoryTtl{
}
#LMENU .liner {
	background:transparent url(/itsolution/images/widgets/lmenu_background.png) no-repeat 0px 0px;
}

#LMENU ul {
	list-style:none;
	margin:5px 0 0 6px;
}
#LMENU li {
	display:inline;
	line-height:1.2em;
}
#LMENU li a {
	background:transparent url(/itsolution/images/widgets/lmenu_li_background.gif) no-repeat 0 0;
	display:block;
	padding:7px 3px 7px 21px;
	border-bottom:1px solid #dddbd5;
}
#LMENU ul span {
	background:transparent url(/itsolution/images/widgets/arrow.gif) no-repeat 7px 0.8em;
}
#LMENU * span{
	display:block;
}
/* 左メニュー全て開く（javascript用） */
#sidebar_open {
	margin:7px 5px 0 0;
	text-align:right;
	cursor:pointer;
	display:none;
}


/* マウスオーバー */
#LMENU li a,
#LMENU li a:link,
#LMENU li a:visited {
}
#LMENU li a:active,
#LMENU li a:hover {
	background:transparent url(/itsolution/images/widgets/lmenu_li_li_background_o.gif) repeat-y;
}



/* 左メニュ―第2階層 */
#LMENU ul ul {
	margin:0;
	background:transparent url(/itsolution/images/widgets/lmenu_li_li_background.gif) repeat-y;
}
#LMENU ul ul span {
	background:transparent url(/itsolution/images/widgets/arrow2.gif) no-repeat 23px 0.7em;
}
#LMENU ul ul a {
	padding:4px 3px 5px 32px;
}

/* 左メニュ―第3階層 */
#LMENU ul ul ul a {
	padding-left:47px;
}
#LMENU ul ul ul span {
	background-position:38px 0.7em;
}

/* 左メニュ―第4階層 */
#LMENU ul ul ul ul a {
	padding-left:61px;
}
#LMENU ul ul ul ul span {
	background-position:51px 0.7em;
}



/* テキスト訴求エリア */
#LMENU .info {
	border:1px solid #CCC;
	margin:20px 7px 10px 6px;
	padding:12px 0px 12px 0px;
}
#LMENU .info dt {
	margin-bottom:0.4em;
	line-height:1.2em;
	background-color:#FFC;
	padding:3px 0 3px 2px;
}
#LMENU .info dt a {
	padding-left:10px;
	display:block;
	background:transparent url(/itsolution/images/widgets/arrow2.gif) no-repeat 0 5px;
}
#LMENU .info dd {
	line-height:1.2em;
	padding-left:10px;
	display:block;
}



/* バナーなどの告知エリア */
#LMENU .notice {
	text-align:center;
	margin:5px 2px 0 0;
}
#LMENU .notice img {
	margin:15px 0 0 0;
}

/* グループ（Reflection製品用、リンクなし） */
#LMENU li.sidebargroup span {
	padding:7px 2px 7px 7px;
	background:transparent url(/itsolution/images/widgets/lmenu_group_background.gif) repeat-y;
	color:#FFF;
	font-weight:bold;
}

/* 左メニュ―の下の背景 */
#LMENU *.sidebarbottom {
	background:transparent url(/itsolution/images/widgets/lmenu_bottom.gif) no-repeat 0 0;
	height:19px;
	overflow:hidden;
}



/* 現在表示しているリンクスタイル変更用。javascriptからこのクラスを設定しています。 */
#LMENU span.js_hit_url {
	background:transparent url(/itsolution/images/widgets/lmenu_li_this.gif) no-repeat right center;
}
#LMENU span.js_hit_url a {
	color:#000;
	text-decoration:none;
	cursor:default;
}
#LMENU span.js_hit_url a,
#LMENU span.js_hit_url a:link,
#LMENU span.js_hit_url a:visited,
#LMENU span.js_hit_url a:active,
#LMENU span.js_hit_url a:hover {
	/* background-image:none; */
}






/* 右メニュー
--------------------------------------------------------------*/
#RMENU {
	float:right;
	width: 172px;
	padding: 20px 0 15px 0;
	margin:0 10px 0 8px;
	font-size:88%; 
	line-height:1.3em;

}
#RMENU .item {
	width:170px;
	margin-bottom:15px;
	background:transparent url(/itsolution/images/widgets/rmenu_background.png) no-repeat 0 bottom;
}
#RMENU .link a {
	display:block;
	margin-bottom:10px;
}
#RMENU .solution-ban a {
	margin-bottom:5px;
}
#RMENU .link {
	margin-top:5px;
	padding:0px 0 15px 9px !important;
}
#RMENU *{

}


/* IT共通メニュー(セミナー案内)
---------------------------------------*/
.headline{
	margin-top: 20px !important;
	height: 20px;
	padding: 10px !important;
	font-weight: bold; 
	background: #DDD !important;
	}
.ad_box {
	text-align: left;
	padding: 10px !important;
	border-bottom: 1px dotted #AAA;
	background: white;
	}
.event {
	width: 120px;
	background: #7e1f93;
	color: white;
	font-size: 11px;
	text-align: center;
	margin-bottom: 5px !important;
	}
.seminar {
	width: 120px;
	background: #1e7695;
	color: white;
	font-size: 11px;
	text-align: center;
	margin-bottom: 5px !important;
	}


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