.foot a:link {
	font-size			: 12px;
	color				: #666666;
	text-decoration		: none;
}

.foot a:visited {
	font-size			: 12px;
	color				: #666666;
	text-decoration		: none;
}

.foot a:hover {
	font-size			: 12px;
	color				: #666666;
	text-decoration		: underline;
}

.top a:link {
	font-size			: 12px;
	color				: #0066FF;
	text-decoration		: none;
	line-height			: 18px;
}

.top a:visited {
	font-size			:12px;
	color				: #0066FF;
	text-decoration		: none;
	line-height			: 18px;
}

.top a:hover {
	font-size			: 12px;
	color				: #0066FF;
	text-decoration		: underline;
	line-height			: 18px;
}

.top-l a:link {
	font-size			: 14px;
	color				: #0066FF;
	text-decoration		: none;
	line-height			: 16px;
}

.top-l a:visited {
	font-size			: 14px;
	color				: #0066FF;
	text-decoration		: none;
	line-height			: 16px;
}

.top-l a:hover {
	font-size			: 14px;
	color				: #0066FF;
	text-decoration		: underline;
	line-height			: 16px;
}

.top-s a:link {
	font-size			: 10px;
	color				: #0066FF;
	text-decoration		: none;
	line-height			: 12px;
}

.top-s a:visited {
	font-size			: 10px;
	color				: #0066FF;
	text-decoration		: none;
	line-height			: 12px;
}

.top-s a:hover {
	font-size			: 10px;
	color				: #0066FF;
	text-decoration		: underline;
	line-height			: 12px;
}

.index a:link {
	font-size			: 12px;
	color				: #666666;
	text-decoration		: none;
	line-height			: 18px;
}

.index a:visited {
	font-size			: 12px;
	color				: #666666;
	text-decoration		: none;
	line-height			: 18px;
}

.index a:hover {
	font-size			: 12px;
	color				: #666666;
	text-decoration		: underline;
	line-height			: 18px;
}

/* 見出し（ワイド） */ 
.Midashi {
	font-family			: Verdana;
	font-size			: 14px;
	color				: #666666;
	font-weight			: bold;
	width				: 710px;
	background			: #ffffff url("../images/midashi.gif") no-repeat;
	border				: #000000;
	padding				: 4px 10px;
}

/* 見出し(左側) */ 
.MidashiL {
	font-family			: Verdana;
	font-size			: 14px;
	color				: #666666;
	font-weight			: bold;
	width				: 501px;
	background			: #ffffff url("../images/midashi_l.gif") no-repeat;
	border				: #000000;
	padding				: 2px 10px;
}

/* 見出し(右側) */ 
.MidashiR {
	font-family			: Verdana;
	font-size			: 14px;
	color				: #666666;
	font-weight			: bold;
	width				: 188px;
	background			: #ffffff url("../images/midashi_r.gif") no-repeat;
	border				: #000000;
	padding				: 2px 10px;
}

/* ロゴ */
#anker a {
	margin				: 0;
	padding				: 0;
	display				: block;
	background-repeat	: no-repeat;
	background-position	: left top;
	text-indent			: -65536px;
	outline				: 0;
}

a.logo_argo {
	background-image	: url("../images/logo_argo.gif");
	width				: 300px;
	height				: 63px;
}

/* オンメニュー */
.on_top {
	background-image	: url("../images/tab/menu-top-on.gif");
	width				: 150px;
	height				: 30px;
}

.on_corp {
	background-image	: url("../images/tab/menu-corp-on.gif");
	width				: 150px;
	height				: 30px;
}

.on_serv {
	background-image	: url("../images/tab/menu-serv-on.gif");
	width				: 150px;
	height				: 30px;
}

.on_prod {
	background-image	: url("../images/tab/menu-prod-on.gif");
	width				: 150px;
	height				: 30px;
}

.on_recr {
	background-image	: url("../images/tab/menu-recr-on.gif");
	width				: 150px;
	height				: 30px;
}

/* メニュー */
#menu a {
	margin				: 0;
	padding				: 0;
	display				: block;
	background-repeat	: no-repeat;
	background-position	: left top;
	width				: 150px;
	height				: 30px;
	text-indent			: -65536px;
	outline				: 0;
}

a.menu_top {
	background-image	: url("../images/tab/menu-top-off.gif");
}

a.menu_top:hover {
	background-image	: url("../images/tab/menu-top-on.gif");
}

a.menu_corp {
	background-image	: url("../images/tab/menu-corp-off.gif");
}

a.menu_corp:hover {
	background-image	: url("../images/tab/menu-corp-on.gif");
}

a.menu_serv {
	background-image	: url("../images/tab/menu-serv-off.gif");
}

a.menu_serv:hover {
	background-image	: url("../images/tab/menu-serv-on.gif");
}

a.menu_prod {
	background-image	: url("../images/tab/menu-prod-off.gif");
}

a.menu_prod:hover {
	background-image	: url("../images/tab/menu-prod-on.gif");
}

a.menu_recr {
	background-image	: url("../images/tab/menu-recr-off.gif");
}

a.menu_recr:hover {
	background-image	: url("../images/tab/menu-recr-on.gif");
}


.InfoTable, .InfoTable td {
	font-family			: Verdana;
	font-size			: 11px;
	border				: 1px solid #999;
	border-collapse		: collapse;
	padding				: 4px;
	background-color	: #fff;
}

.InfoTable, .InfoTable th {
	text-align			: left;
	font-family			: Verdana;
	font-size			: 11px;
	border				: 1px solid #999;
	border-collapse		: collapse;
	padding				: 4px;
	background-color	: #eef;
}

.l {
	font-family			: Verdana;
	font-size			: 14px;
	color				: #333333;
	line-height			: 18px;
}

.m {
	font-family			: Verdana;
	font-size			: 12px;
	color				: #333333;
	line-height			: 20px;
}

.m02 {
	font-family			: Verdana;
	font-size			: 12px;
	color				: #333333;
	line-height			: 14px;
}

.s {
	font-family			: Verdana;
	font-size			: 10px;
	color				: #666666;
	line-height			: 14px;
}

#topInfo {
	display				: none ;
	text-indent			: -65536px ;
}

/* メニュータブのスタイルシート 2007/02/15 */
a:img { border: none; }


/*製品サムネイル*/
ul #seihiniImg {
	height: 150px;
	width: 750px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#seihinImg li {
	float: left;
	width: 240px;
	height: 150px;
	padding: 0px;
	list-style-type:none;
	margin: 0px;
}
#seihinImg li a {
	display: block;
	width: 240px;
	height: 150px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 40px;
	margin-left: 20px;
	font-size: 12px;
}

#contents {
	padding: 0px;
	clear: left;
	float: left;
	height: 400px;
	width: 750px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
