﻿/*マップのポップアップ情報*/
TABLE.pop
{
	padding-right	:	0px;
	padding-left	:	0px;
	padding-bottom	:	0px;
	margin			:	0px;
	padding-top		:	0px;
	background-color:	#F3AE32;
	width			:	300px;
    font-family		:	inherit;
}
TH.pop
{
	background-color: #F3AE32;
	padding-right	: 0px;
	padding-left	: 0px;
	padding-bottom	: 0px;
	margin			: 0px;
	padding-top		: 0px;
	width			: 80px;
    font-family		: inherit;
}
TD.pop
{
	padding-right	: 0px;
	padding-left	: 0px;
	padding-bottom	: 0px;
	margin			: 0px;
	padding-top		: 0px;
	background-color: white;
    font-family		: inherit;
}

/*検索結果一覧*/
/**************************************************/
.dataGridHeader 
{
	position		:	relative;
	padding-top		:	20px;
	width			:	100%;
}

table.scrolltablestyle thead tr 
{
	position		:	absolute;
	top				:	0;
	left			:	0;
}

.dataGridContent 
{
	overflow		:	auto;
	height			:	60px;
}

table.scrolltablestyle thead tr th
{
	padding			:	0px 0px 0px 0px;
	border-right	:	1px solid #F3AE32;
	border-bottom	:	1px solid #F3AE32;
}

table.scrolltablestyle tbody tr td
{
	padding			:	3px 0px 2px 0px;
	border-right	:	1px solid #F3AE32;
	border-bottom	:	1px solid #F3AE32;
}

/*掲示板*/
/**************************************************/
keijiban
{
	padding			:	5px 5px 5px 5px;
	border-bottom	:	3px solid #F3AE32;
    font-family		:	inherit;
}

/**************************************************/
/* 右側のタイトルエリア */
DIV.blocktitle
{
/*	width			:	100%;*/
	height			:	15px;
	margin			:	3px 3px 0px 3px;
	padding			:	3px 3px 3px 3px;
	background-color:	#F3AE32;
	background-image:   url(../Images/blocktitle.gif);
	background-attachment:scroll;
	background-repeat:	repeat;
	border-width	:	0px;
	border-style	:	solid;
	border-color	:	#F3AE32;
	font-family		:	inherit;
	font-weight		:	bold;
	cursor			:	inherit;
}

/* 右側の詳細エリア */
DIV.blockdetail
{
/*	width			:	100%;*/
	margin			:	0px 3px 3px 3px;
	padding			:	2px 2px 2px 2px;
	border-style	:	solid;
	border-width	:	1px;
	border-color	:	#F3AE32;
	display         :	block;
/*	position		:	absolute;*/
/*	z-index			:	0;*/
}

/*縮小ボタン*/
IMG.closebtn
{
	width			:	15px;
	height			:	15px;
	cursor			:	pointer;
}
