/*************************************************************************
  基本
 *************************************************************************/
* {
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}
 
body {
	color: #444444;
	font-size: 9pt;
	background-color: White;
	font-family: 'MS UI Gothic','ＭＳ Ｐゴシック',sans-serif;
}

table {
	border-collapse: collapse;
	font-size: 9pt;
	font-family: 'MS UI Gothic','ＭＳ Ｐゴシック',sans-serif;
}

tr, th, p, span {
	font-size: 9pt;
	font-family: 'MS UI Gothic','ＭＳ Ｐゴシック',sans-serif;
}

td
{
	font-size: 9pt;
	font-family: 'MS UI Gothic','ＭＳ Ｐゴシック',sans-serif;
/*	padding-left: 3px;
	padding-right: 3px;*/
}

input[type=text], input[type=password]
{
	margin-right: 1px;
	padding: 2px 2px 2px 2px;
	font-family: 'MS UI Gothic','ＭＳ Ｐゴシック',sans-serif;
	vertical-align: middle;
	color: #111111;
}
select
{
	vertical-align: middle;
}

hr {
	height: 0px;
	margin: 5px 0px 5px 0px;
	border: none;
	border-top: 1px dotted silver;
}

h2
{
	font-size: medium;
	font-weight: bold;
	color: #333333;
	border-style: solid;
	border-color: #333333;
	border-width: 0 0 1px 7px;
	padding-left: 8px;
}

.map-midashi-l
{
	width: 715px;
	height: 22px;
	background-color: #639A00;
	background-image: url('images/icon/midashi-icon.gif');
	background-position: left center;
	background-repeat: no-repeat;
	padding: 5px 0px 0px 25px;
	color: white;
	font-size: 140%;
	line-height: 1.1em;
}

.map-midashi-m
{
	font-size: 130%;
	border-style: solid;
	border-color: #FFCA68;
	border-width: 1px 1px 1px 1px;
	padding-left: 2px;
	background-color: #FFE9BF;
	color: #876223;
}

.map-midashi-s
{
	font-size: 120%;
	border-style: solid;
	border-color: #D9D9D9;
	border-width: 0px 0px 1px 0px;
	padding-left: 2px;
}

.torihiki-midashi-l
{
	width: 715px;
	height: 22px;
	background-color: #0E4C8E;
	background-image: url('images/icon/midashi-icon.gif');
	background-position: left center;
	background-repeat: no-repeat;
	padding: 5px 0px 0px 25px;
	color: white;
	font-size: 140%;
	line-height: 1.1em;
}

.torihiki-midashi-m
{
	font-size: 130%;
	border-style: solid;
	border-color: #B5B5B5;
	border-width: 1px 1px 1px 1px;
	padding-left: 2px;
	background-color: #D0D0D0;
	color: #444444;
}

.torihiki-midashi-s
{
	font-size: 120%;
	border-style: solid;
	border-color: #D9D9D9;
	border-width: 0px 0px 1px 0px;
	padding-left: 2px;
}

.contents {
	margin: 10px 0px 0px 10px; 
	text-align: left;
	vertical-align: top;
}


.center {
	margin: 0 auto;
}

/****************************************************************************
  リンク
 ****************************************************************************/
a:link
{
	color: #0065CE;
	text-decoration: underline;
}

a:visited
{
	color: #0065CE;
	text-decoration: underline;
}

a:hover
{
	color: #FF3300;
	text-decoration: none;
}

a:active
{
	color: #66CC00;
}

/*************************************************************************
  文字
 *************************************************************************/
.small {
	font-size: 8pt;
	font-family: 'MS UI Gothic','ＭＳ Ｐゴシック',sans-serif;
}

.normal {
	font-size: 9pt;
	font-family: 'MS UI Gothic','ＭＳ Ｐゴシック',sans-serif;
}

.monospace {
	letter-spacing: 0px;
	font-family: 'ＭＳ ゴシック',monospace;
}

.numeric {
	text-align: right;
	font-family: 'ＭＳ ゴシック',monospace;
}

/*************************************************************************
  表関係
 *************************************************************************/
 /*
.layout {
 	border: none 0 White;
	border-collapse: collapse;
}

.gridtable 
{
	border: none 0px White;
	border-collapse: collapse;
	margin: 0 auto;
	table-layout:fixed;
}
*/
.tablestyle
{
	border: solid 1px gray;
	border-collapse: collapse;
	margin: 0 auto;
	/*table-layout:fixed;*/
}

/*
.tablestylebackcoloronly
{
	border: solid 1px #EFEFEF;
	border-collapse: collapse;
	margin: 0 auto;
	table-layout:fixed;
}
*/

.tablenonestyle
{
	border: none 0px black;
	border-collapse: collapse;
	/*margin: 0 auto;*/
	/*table-layout:fixed;*/
}

 /*************************************************************************
  ヘッダ関係
 *************************************************************************/
 
 /*
.gridheader {
	color: Gray;
	font-family: 'MS UI Gothic','ＭＳ Ｐゴシック',sans-serif;
	height: 15px;
	text-align:center;
}

.gridheadercell {
	color: White;
	font-size: 9pt;
	font-family: 'MS UI Gothic','ＭＳ Ｐゴシック',sans-serif;
	background-color: #606060;
	border-left : none 0px White;
	border-right : solid 1px White;
	border-top : none 0px White;
	border-bottom : none 0px White;
	text-align: center;
	height: 30px;
}

th a {
	color: White;
}

.estimateheader 
{
    background-color: #EEEEEE;
	font-family: 'MS UI Gothic','ＭＳ Ｐゴシック',sans-serif;
	height: 30px;
	margin: 0 auto;
}
*/
.verticalHeader 
{
	height: 20px;
	font-weight: bold;
	background-color: #EFEFEF;
	/*text-align: right;*/
	vertical-align:middle;
	border-left : solid 1px gray;
	border-right : solid 1px gray;
	border-top : solid 1px gray;
	border-bottom : solid 1px gray;
	padding : 2px 2px 2px 2px;
}

.horizonHeader
{
	height: 20px;
	font-weight: bold;
	background-color: #EFEFEF;
	text-align: center;
	vertical-align:middle;
	border-left : solid 1px gray;
	border-right : solid 1px gray;
	border-top : solid 1px gray;
	border-bottom : solid 1px gray;
	padding : 2px 2px 2px 2px;
}

.pagerHeader td
{
	height: 20px;
	background-color: #EFEFEF;
	border-left : solid 1px gray;
	border-right : solid 1px gray;
	border-top : solid 1px gray;
	border-bottom : solid 1px gray;
	padding : 2px 2px 2px 2px;
}

.pagerHeader2 td
{
	height: 20px;
	background-color: #E6E6E6;
}

/*************************************************************************
  セル関係
 *************************************************************************/
 
 /*
.gridcell {
	height: 22px;
	color: Black;
	font-size: 9pt;
	font-weight: normal;
	font-family: monospace;
	background-color: #D3DCEB;
	border: solid 1px Black;
}

.gridcellmarge {
	color: Black;
	font-size: 9pt;
	font-weight: normal;
	font-family: 'ＭＳ ゴシック',monospace;
	background-color: #D3DCEB;
	border: solid 1px Black;
}
.grideven {
	height: 22px;
	color: Black;
	font-size: 9pt;
	font-weight: normal;
	font-family: 'ＭＳ ゴシック',monospace;
	background-color: #BAC0FF;
	border: solid 1px Black;
}

.gridfooter {
	color: Black;
	font-size: 9pt;
	font-weight: normal;
	font-family: 'ＭＳ ゴシック',monospace;
	background-color: #FF99CC;
	border: none 0 Black;
}

.header 
{
	height: 24px;
	color: Black;
	font-size: 9pt;
	font-weight: normal;
	font-family: 'MS UI Gothic','ＭＳ Ｐゴシック',sans-serif;
	background-color: #E3DFD7;
}

.detail
{
	color: black;
	font-size: 9pt;
	font-weight: normal;
	font-family: 'MS UI Gothic','ＭＳ Ｐゴシック',sans-serif;
	background-color: white;
	border: 1px solid #808080;
	height: 26px;
}
*/

.cell
{
	height:20px;
	font-weight: normal;
	border-left : solid 1px gray;
	border-right : solid 1px gray;
	border-top : solid 1px gray;
	border-bottom : solid 1px gray;
	padding : 2px 2px 2px 2px;
}

.cellnoneborder
{
	height:20px;
	font-weight: normal;
	padding : 2px 2px 2px 2px;
}

/*************************************************************************
  入力検証エラーメッセ―ジ
 *************************************************************************/
.validation
{
	color:Red;
}


/*************************************************************************
  その他
 *************************************************************************/
/* ボタン */
/*
.button
{
	border-style: ridge;
	margin-right: 3px;
}
*/

/* 地図検索凡例表示 */
.legend
{
	display:block;
	position:absolute;
	z-index:99;
}

.legendbackground
{
	background-color:Gray;
	display:block;
	position:absolute;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
	z-index:98;
}

/* インジケータ表示 */
.indicator
{
	display:block;
	position:absolute;
	z-index:100;
}

/* 地域別・業種別検索画面 */
ul#ulChiiki
{
	list-style-image: url('images/icon/listbullet.gif');
	margin-left: 32px;
	margin-bottom: 10px;
}

ul#ulGyousyuL
{
	list-style-image: url('images/icon/listbullet.gif');
	margin-left: 32px;
	margin-bottom: 16px;
}

ul#ulGyousyuM
{
	list-style-image: url('images/icon/listbullet2.gif');
	margin-left: 24px;
	margin-bottom: 16px;
}

.notice
{
	color:Red;
	font-size: 90%;
}

/* 企業レポート */
#tblMonthlyReport td
{
	font-size: 12pt;
	text-align: center;
	padding: 5px 0;
	border-style: solid none;
	border-width: 2px 0;
	border-color: #EFEFEF;
}
#tblMonthlyReport .separator
{
	color: #DFDFDF;
}
.ReportContents
{
	line-height: 1.3em;
}

