https://tccfood.big-link.com/foodlink/1/pc/main/?tab=3
https://tccfood.big-link.com/foodlink/1/pc/css/main.css

@charset "UTF-8";

/* メインメニュー画面用 */

frameset

{

	overflow: visible;

	margin: 0px;

	padding: 0px;

	border-style: none;

}

body,

frame

{
	background-color: AntiqueWhite;
	overflow: auto;
	font: 10px verdana, arial, helvetica, 'ＭＳ Ｐゴシック', 'ＭＳ ゴシック', OSAKA;

}

A {

	text-decoration: underline;

}


https://tccfood.big-link.com/foodlink/1/pc/main/header.asp?tab=3
https://tccfood.big-link.com/foodlink/1/pc/css/header.css

@charset "UTF-8";

body

{

	overflow: hidden;

	background-color: Gold;

	color: WindowText;

	margin: -5px;

	padding: 0px;

	font-family: 'MS UI Gothic' , Serif;

	text-align: Left;

	border-style: None;

}



/** 上段 [管理リスト] **/

div.list

{
	line-height: 1;
	width: 500px;
	height: auto;
	padding: 0px;
	background-color: SteelBlue;
	color: white;
	margin: 0px;

}

div.list span

{
	width: 80px;
	height: 100%;
	text-align: center;
	vertical-align: bottom;
	padding: 2px;

}

div.list span a

{
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 20px;
	width: 80px;
	padding: 2px 5px;
	text-decoration: none;
	color: white;

}

div.list span a.active

{

	cursor: default;

	color: gold;

}



div.list span a.deactive:link,

div.list span a.deactive:visited

{

	border-top: 2px solid SteelBlue;

	border-bottom: 1px solid white;

}

div.list span a.deactive:hover

{

	text-decoration: none;

	border-top: 2px solid Navy;

	border-bottom: 1px solid Navy;

	background-color: RoyalBlue;

	color: Navy;

}





/** 中段 [ログイン情報] **/

.info

{
	position: relative;
	width: 500px;
	height: auto;
	padding-left: 0.5em;
	color: Navy;
	background-color: Gold;

}

.info span

{

	color: Navy;

	font-weight: normal;

}

.info span.company

{

	font-weight: bold;

	color: Blue;

	margin-right: 1em;

}

.info span.title

{

	font-weight: normal;

	font-size: 75%;

}







/** 下段 [処理内容] **/

.menu

{
	position: relative;
	width: 500px;
	height: auto;
	padding-left: 0.5em;
	color: Navy;
	overflow: hidden;
	background-color: Gold;

}

.menu select

{
	margin: 0px;
	background: Gold;
	color: Black;
	width: 120px;
	padding: 0px;
	font-size: 12px;

}



#logout

{

	background-image:url('../image/exit.gif');

	height: 32px;

	width: 32px;

	position: absolute;

	right: 10px;

	top: -12px;

}





/* メニューの状態色 */

.useok {color: black;}

.test  {color: green;}

.disabled {color:silver;}

.TCC {color:red;}


https://tccfood.big-link.com/foodlink/1/pc/main/body.asp
https://tccfood.big-link.com/foodlink/1/pc/css/main.css

@charset "UTF-8";

/* メインメニュー画面用 */

frameset

{

	overflow: visible;

	margin: 0px;

	padding: 0px;

	border-style: none;

}

body,

frame

{
	background-color: AntiqueWhite;
	overflow: auto;
	font: 10px verdana, arial, helvetica, 'ＭＳ Ｐゴシック', 'ＭＳ ゴシック', OSAKA;

}

A {

	text-decoration: underline;

}

#skanri{
     background-color:#FFFFFF;
}

.table{
     width:250px;
	 height:50px;
	 background-color:#FFFFFF;
}
