body
{
}

input
{
	font-family: MS UI Gothic;
}

th
{
	font-weight: normal;
}

.hidden
{
	visibility: hidden;
	height: 0;
	width: 0;
}

/*コメント*/
.comment
{
	color: Blue;
	font-size: 9pt;
}
/*ヘッダーとフッター部のボタン*/
div.btn
{
}
div.btn *
{
	margin-right: 10px;
}
table .num
{
	background-color: gainsboro;
	text-align: center;
}
/*
GridViewのヘッダー固定(IEのみ、IE8では不可)
・GridViewをdivタグで囲み、以下のclassを指定する。
・GridViewの上側にスクロールした内容がはみ出るので、
　GridViewのtableタグに「margin-top: -1px;」を指定する。
*/
.container
{
	overflow: auto;
}

.container table th
{
	position: relative;
	height: 1%;
}
/* ↓2009/11/06 追加 N.Aoyagi グリッドビューのIE8対応*/
table.grdstyle
{
    border-style: outset;
    border-width: 1px;
}
table.grdstyle th
{
    border-style: inset;
    border-width: 1px;
}
table.grdstyle td
{
    border-style: inset;
    border-width: 1px;
}
table.grdstyle .pagerrowstyle table
{
    border-style: none;
    border-width: 0px;
}
table.grdstyle .pagerrowstyle table td
{
    border-style: none;
    border-width: 0px;
}
/* ↑2009/11/06 追加 N.Aoyagi グリッドビューのIE8対応*/
/* ↓2010/06/02 追加 N.Aoyagi ボタンのIE8対応*/
.btnstyle
{
	text-align:center;
	padding-left:0px;
	padding-right:0px;
}
/* ↑2010/06/02 追加 N.Aoyagi ボタンのIE8対応*/

/*↓2011/01/25 AJAXToolKit用 (fuji++;)*/
/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.LoadingPanel {
	background-color:White;
	Padding: 20px;
}