@charset "Shift_jis";

/* テーブル設定
------------------------------------*/
table {
	margin: 10px auto;
	border-top: #999999 1px solid;
	border-right: #999999 1px solid;
	border-left: #999999 1px solid;
	text-align: left;
	width: 90%;
}
th {
	text-align: center;
	border-right: #999999 1px solid;
	border-bottom: #999999 1px solid;
	font-weight: 200;
	background: #FFFFEE;
	
}
td {
	padding-left: 10px;
	height: 30px;
	border-bottom: #999999 1px solid;
}

/* リンクの設定
-------------------------------------*/
#link li.summary a {
	background: url(../images/company_link.gif) no-repeat 0px 0px;
	border-left: #330088 3px solid;
}
/* 工事中
li.history a {
	background: url(../images/company_link.gif) no-repeat 0px -30px;
}
*/
li.map a {
	background: url(../images/company_link.gif) no-repeat 0px -60px;
}
/* 工事中
li.connection a {
	background: url(../images/company_link.gif) no-repeat 0px -90px;
}
li.ideology a {
	background: url(../images/company_link.gif) no-repeat 0px -120px;
}
*/
li.summary a:hover{
	background: url(../images/company_link.gif) no-repeat 0px 0px;
}
/*
li.history a:hover {
	background: url(../images/company_link.gif) no-repeat 0px -30px;
}
*/
li.map a:hover {
	background: url(../images/company_link.gif) no-repeat 0px -60px;
}
/*
li.connection a:hover {
	background: url(../images/company_link.gif) no-repeat 0px -90px;
}
li.ideology a:hover {
	background: url(../images/company_link.gif) no-repeat 0px -120px;
}
*/