﻿body
    {
     margin:0px;          /* ページ全体のmargin */
     padding:0px;         /* ページ全体のpadding */
     font-family:Meiryo,メイリオ,"Helvetica Neue",Helvetica,Arial,sans-serif; 
     text-align:center;   /* 下記のautoに未対応用のセンタリング */
    }

#main
    {
     margin-left:auto;    /* 左側マージンを自動的に空ける */
     margin-right:auto;   /* 右側マージンを自動的に空ける */
     text-align:left;     /* 中身を左側表示に戻す */
     width:750px;         /* 幅を決定する */
    }
#main2{
	margin-left:auto;    /* 左側マージンを自動的に空ける */
	margin-right:auto;   /* 右側マージンを自動的に空ける */
	text-align:left;     /* 中身を左側表示に戻す */
	width:960px;         /* 幅を決定する */
}

.ItemText{
  FONT-SIZE: 12pt;
}
.BoldText{
  font-size : 14pt;
  font-weight : bold;
}
.BoldTextDefaultButton{
  font-size : 12pt;
  font-weight : bold;
}
.gridstyle 
{ 
	overflow: auto; 
	width: 750px;
	height: 470px; 
} 
.semigridstyle 
{ 
	overflow: auto; 
	width: 750px;
	height: 280px; 
} 
.childgridstyle 
{ 
	overflow: auto; 
	width: 750px;
	height: 250px; 
} 
.InputControl
{
	border: 1px solid #cccccc;
	color: #4f4f4f;
	font-size: 10pt;
	background-image: url('image/inputbg.png');
}
.CenteringCell{
	text-align:center;
	vertical-align:middle;
}
.MenuCell{
	text-align:right;
	vertical-align: top;
}
