﻿/*
 * link.css
 * 2006/09/12
 */

/* 全般的な設定 */
body {
	margin: 0px;
	font-family: Arial, sans-serif;
}
img {
	border: none;
}
table {
	border-collapse: collapse;
}
td {
	padding: 0px;
}
.fSmall {
	font-size: 90%;
}
.fxSmall {
	font-size: 80%;
}
.fGray {
	color: gray;
}
.fBold {
	font-weight: bold;
}
.widthFull {
	width: 100%;
}
.widthAuto {
	width: auto;
}
.noWrap {
	white-space: nowrap;
}
.None {
	display: none;
}
.alignRight {
	text-align: right;
}

/* 全体のレイアウト */
td.valignTop {
	vertical-align: top;
}
.subInfo {
	font-size: 80%;
}
.subInfo, .subInfo a {
	color: gray;
}
#h1dCount {
	font-size: 90%;
	font-weight: normal;
/*	color: gray;
 */
	color: white;
}
#h1NaviPrev, #h1NaviNext {
	padding-left: 2px;
}
#h1NaviPrev a, #h1NaviNext a {
	font-weight: normal;
	border:solid 1px lightslategray;
	padding: 1px 3px;
	font-size: 80%;
	color: gray;
	text-decoration: none;
	background-color: white;
	display: block;
}
#SelectDataNo {
	font-size: 80%;
	text-align: right;
}

/* メニュー */
table#mainMenu td {
	white-space: nowrap;
}
tr.upperMenu td {
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	color: gray;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: lightslategray;
}
tr.rowBlank td {
	height: 1px;
	border: none;
}
tr.upperMenu td.Blank {
	width: 5px;
}
tr.upperMenu td a {
	color: lightslategray;
	background-color: white;
	text-decoration: none;
	margin: 1px 1px 0px 1px;
	padding: 3px 2px;
	line-height: 1;
	display: block;
}
tr.upperMenu td a.None {
	display: none;
}
tr.upperMenu td a.Select {
	color: #4477dd;
	background-color: #e5ecf9;
	padding: 2px 1px;
	border: solid 1px #4477dd;
}
tr.upperMenu td a:hover {
	color: blue;
	background-color: #efefff;
}
tr.upperMenu td.borderRB {
	border-top: none;
	border-left: none;
}
tr.upperMenu td.borderT {
	border-left: none;
	border-bottom: none;
	border-right: none;
}
tr.upperMenu td.borderRBL {
	border-top: none;
}
tr.upperMenu td.borderBL {
	border-top: none;
	border-right: none;
}
form#jsDisabled {
	background-color: #efefff;
	padding: 1em 1em;
	margin: 1em 2em;
}

/* リンク一覧本体 */
table#LinkMap {
	width: 100%;
}
#linkData div {
	margin: 0px 0px 2px 4px;
	padding: 4px;
	float: left;
	width: 190px;
}
div.r a, .subInfo {
	font-size: 80%;
	color: lightslategray;
}
#linkData div.r, div.r {
	text-align: right;
	margin-bottom: -3px;
}
#linkData div.r a {
	padding-right: 10px;
}
#linkData a img {
	margin: 2px 0px 2px 8px;
	float: left;
}
#linkData div.list {
	width: 210px;
	height: 6em;
/*	overflow: auto;
*/
}
#progressBar {
	width: 100%;
}
#progressBar img {
	padding: 0px 8px;
}
#linkData div.linkMes {
	padding: 15px 15px;
}
/* Google Map */
#mapArea {
	padding: 0px 7px 8px 7px;
	display: block;
}
#sMap {
	width: 100%;
	display: none;
}
#infoOpen {
	z-index: 50;
	position: absolute;
	visibility: hidden;
}
@media print {
	#infoOpen { display: none; }
}


/* 検索 */
#sName {
	color: gray;
}
#mapTrue, #mapFalse {
	font-size: 90%;
}
#sLink {
	margin: 0px;
	padding: 0px;
}
#sLink label {
	font-size: 90%;
	color: gray;
}

