./* 新しい Web アプリケーション プロジェクトの既定の CSS スタイル シート */
BODY
{
    BACKGROUND-COLOR:White ;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}

#border1{border-left: 1 solid #000000; border-top: 1 solid #000000; border-bottom: 1 solid #000000;}
#border2{border-right: 1 solid #000000; border-left: 1 solid #000000; border-top: 1 solid #000000; border-bottom: 1 solid #000000;}
#border3{border-left: 1 solid #000000; border-bottom: 1 solid #000000;}
#border4{border-left: 1 solid #000000; border-right: 1 solid #000000; border-bottom: 1 solid #000000;}
#border5{border-left: 1 solid #000000; border-right: 1 solid #000000;}
#border6{border-left: 1 solid #000000; }
#border7{border-bottom: 1 solid #0000FF;}
#border8{border-top: 1 solid #000000;}

td
{
	font-size: 10pt;
}

td.Header1
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-weight: bold;
	font-size: larger;
	border-left: black 1px solid;
	color: white;
	border-bottom: black 1px solid;
	background-color: RoyalBlue;
	text-align: center;
    HEIGHT: 30px;
}

td.Header2
{
	vertical-align: top;
	border-bottom: black 1px solid;
	background-color: SkyBlue;
}

td.Header3
{
	background-color: #ccff66;
    vertical-align:top;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
}

td.Header4
{
	vertical-align: top;
	background-color: SkyBlue;
}

td.midashi
{
	BORDER-LEFT: black 1px solid;
	BORDER-BOTTOM: black 1px solid;
	COLOR: white;
	BACKGROUND-COLOR: RoyalBlue;
    padding-top: 2;
    padding-left: 2;
    padding-bottom: 2;
}

td.midashi1
{
	BORDER-LEFT: black 1px solid;
	BORDER-BOTTOM: black 1px solid;
	COLOR: Black;
	BACKGROUND-COLOR: #ffffcc;
    padding-left: 2;
}

td.midashi_TOP
{
	BORDER-TOP: black 1px solid;
	BORDER-LEFT: black 1px solid;
	BORDER-BOTTOM: black 1px solid;
	vertical-align:middle;
	text-align:center;
	COLOR: white;
	BACKGROUND-COLOR: RoyalBlue;
}

td.leftpart
{
	BORDER-LEFT: black 1px solid;
	BORDER-RIGHT: black 1px solid;
	BORDER-BOTTOM: black 1px solid;
	BACKGROUND-COLOR: LightCyan;
    padding-top: 2;	
	padding-left: 2;
	padding-bottom: 2;
}

td.leftpart1
{
	BORDER-LEFT: black 1px solid;
	BORDER-RIGHT: black 0 none;
	BORDER-BOTTOM: black 1px solid;
	BACKGROUND-COLOR: LightCyan;
    padding-top: 2;	
	padding-left: 2;
	padding-bottom: 2;
}

td.leftpart1_Top
{
	BORDER-TOP: black 1px solid;
	BORDER-LEFT: black 1px solid;
	BORDER-RIGHT: black 0 none;
	BORDER-BOTTOM: black 1px solid;
	BACKGROUND-COLOR: LightCyan;
    padding-top: 2;	
	padding-left: 2;
	padding-bottom: 2;
}

td.leftpart2
{
	BORDER-LEFT: black 1px solid;
	BORDER-RIGHT: black 0 none;
	BORDER-BOTTOM: black 0 none;
	BACKGROUND-COLOR: LightCyan;
    padding-top: 2;	
	padding-left: 2;
	padding-bottom: 2;
}

td.leftpart3
{
	BACKGROUND-COLOR: LightCyan;
    padding-top: 2;	
	padding-left: 2;
	padding-bottom: 2;
}

td.leftpart6
{
	BORDER-LEFT: black 0 none;
	BORDER-RIGHT: black 0 none;
	BORDER-BOTTOM: black 1px solid;
	BACKGROUND-COLOR: LightCyan;
}

td.leftpart7
{
	BORDER-LEFT: black 1px solid;
	BORDER-RIGHT: black 1px solid;
	BORDER-BOTTOM: black 1px solid;
	BACKGROUND-COLOR: LightCyan;
    padding-top: 2;	
	padding-left: 2;
	padding-bottom: 2;
}

td.leftpart7_TOP
{
	BORDER-TOP: black 1px solid;
	BORDER-LEFT: black 1px solid;
	BORDER-RIGHT: black 1px solid;
	BORDER-BOTTOM: black 1px solid;
	BACKGROUND-COLOR: LightCyan;
    padding-top: 2;	
	padding-left: 2;
	padding-bottom: 2;
}


td.Footer1
{
	height: 64px;
	background-color: #a8e6db;
	text-align: center;
}

td.Footer2
{
	font-weight: bold;
	text-align: center;
}

td.Footer3
{
	height: 20px;
	background-color: #a8e6db;
	text-align: center;
}

td.Footer4
{
	background-color: #a8e6db;
	text-align: center;
}

p{margin-top: 0; margin-bottom: 0;}
font{FONT-SIZE: 10pt;FONT-FAMILY: MS UI Gothic;}

.TitleSize
{
	FONT-SIZE: 18pt;
	FONT-FAMILY: MS UI Gothic;
}
.MenuLabel
{
	FONT-SIZE: 12pt;
	font-weight: bold; 
}
.MenuLink
{
	FONT-SIZE: 12pt;
	font-weight: normal; 
}
.SpreadBorderTop
{
	border-top-style: solid;
	border-top-color: Black;
	border-top-width: thin;
	
	border-left-style: solid;
	border-left-color: Black;
	border-left-width: thin;
	
	border-right-style: solid;
	border-right-color: Black;
	border-right-width: thin;

	font-size: 9pt;
	font-family: @ＭＳ ゴシック;
}
.SpreadBorderMiddle
{
	border-left-style: solid;
	border-left-color: Black;
	border-left-width: thin;
	
	border-right-style: solid;
	border-right-color: Black;
	border-right-width: thin;
	
	font-size: 9pt;
	font-family: @ＭＳ ゴシック;
}
.SpreadBorderbottom
{
	border-bottom-style: solid;
	border-bottom-color: Black;
	border-bottom-width: thin;
	
	border-left-style: solid;
	border-left-color: Black;
	border-left-width: thin;
	
	border-right-style: solid;
	border-right-color: Black;
	border-right-width: thin;
	
	font-size: 9pt;
	font-family: @ＭＳ ゴシック;
}

.OrderPrpsal1_Header
{
	text-align:center;
	vertical-align:bottom;
	font-family:ＭＳ Ｐゴシック;
	font-size:10pt;
	background:RoyalBlue;
}
.OrderPrpsal1_Maisai1
{
	text-align:right;
	vertical-align:middle;
	font-family:ＭＳ Ｐゴシック;
	font-size:10pt;
	background:white;
}
.OrderPrpsal1_Maisai2
{
	text-align:left;
	vertical-align:middle;
	font-family:ＭＳ Ｐゴシック;
	font-size:10pt;
	background:white;
}
.OrderPrpsal1_Maisai3
{
	text-align:left;
	vertical-align:middle;
	font-family:ＭＳ Ｐゴシック;
	font-size:10pt;
	background:#ffffcc;
}
.OrderPrpsal1_Maisai4
{
	text-align:right;
	vertical-align:middle;
	font-family:ＭＳ Ｐゴシック;
	font-size:10pt;
	background:#ffffcc;
}
.OrderPrpsal1_Maisai5
{
	text-align:left;
	vertical-align:middle;
	font-family:ＭＳ Ｐゴシック;
	font-size:10pt;
	background:LightCyan;
}
.OrderPrpsal1_Maisai6
{
	text-align:right;
	vertical-align:middle;
	font-family:ＭＳ Ｐゴシック;
	font-size:10pt;
	background:LightCyan;
}
.OrderPrpsal2_Header
{
	text-align:center;
	vertical-align:top;
	font-family:ＭＳ Ｐゴシック;
	font-size:10pt;
	background:RoyalBlue;
}
.OrderPrpsal2_Maisai1
{
	text-align:left;
	vertical-align:bottom;
	font-family:ＭＳ Ｐゴシック;
	font-size:10pt;
	COLOR: white;
	background:RoyalBlue;
}
.OrderPrpsal2_Maisai2
{
	text-align:right;
	vertical-align:bottom;
	font-family:ＭＳ Ｐゴシック;
	font-size:10pt;
	background:LightCyan;
}
.OrderPrpsal2_Maisai3
{
	text-align:left;
	vertical-align:bottom;
	font-family:ＭＳ Ｐゴシック;
	font-size:10pt;
	background:LightCyan;
}
.OrderPrpsal2_Maisai4
{
	text-align:right;
	vertical-align:bottom;
	font-family:ＭＳ Ｐゴシック;
	font-size:10pt;
	background:white;
}
.OrderPrpsalShp_Header0
{
	text-align:center;
	vertical-align:middle;
	font-family:ＭＳ Ｐゴシック;
	font-size:10pt;
	background:RoyalBlue;
    z-index: 1;
    left: expression(
    document.getElementById("freezingDiv").scrollLeft);
    position: relative;
    border-bottom-style:solid;
    border-bottom-width:1;
    border-bottom-color:Black;
    border-left-style:solid;
    border-left-width:1;
    border-left-color:Black;
    border-right-style:solid;
    border-right-width:1;
    border-right-color:Black;
}
.OrderPrpsalShp_Header
{
	text-align:center;
	vertical-align:middle;
	font-family:ＭＳ Ｐゴシック;
	font-size:10pt;
	background:RoyalBlue;
    border-top-style:solid;
    border-top-width:1;
    border-top-color:Black;
    border-bottom-style:solid;
    border-bottom-width:1;
    border-bottom-color:Black;
    border-right-style:solid;
    border-right-width:1;
    border-right-color:Black;
}
.OrderPrpsalShp_Maisai1
{
	text-align:left;
	vertical-align:middle;
	font-family:ＭＳ Ｐゴシック;
	font-size:10pt;
    z-index: 1;
    left: expression(
    document.getElementById("freezingDiv").scrollLeft);
    position: relative;
	background:LightCyan;
    border-bottom-style:solid;
    border-bottom-width:1;
    border-bottom-color:Black;
    border-right-style:solid;
    border-right-width:1;
    border-right-color:Black;
}
.OrderPrpsalShp_Maisai2
{
	text-align:right;
	vertical-align:bottom;
	font-family:ＭＳ Ｐゴシック;
	font-size:10pt;
	background:white;
    border-bottom-style:solid;
    border-bottom-width:1;
    border-bottom-color:Black;
    border-left-style:solid;
    border-left-width:1;
    border-left-color:Black;
    border-right-style:solid;
    border-right-width:1;
    border-right-color:Black;
}
.OrderPrpsalShp_Maisai3
{
	text-align:left;
	vertical-align:bottom;
	font-family:ＭＳ Ｐゴシック;
	font-size:10pt;
	background:RoyalBlue;
	color:white;
    z-index: 1;
    left: expression(
    document.getElementById("freezingDiv").scrollLeft);
    position: relative;
    border-bottom-style:solid;
    border-bottom-width:1;
    border-bottom-color:Black;
}
.OrderPrpsalShp_Maisai4
{
	text-align:right;
	vertical-align:bottom;
	font-family:ＭＳ Ｐゴシック;
	font-size:10pt;
	background:LightCyan;
    border-top-style:solid;
    border-top-width:1;
    border-top-color:Black;
    border-bottom-style:solid;
    border-bottom-width:1;
    border-bottom-color:Black;
    border-left-style:solid;
    border-left-width:1;
    border-left-color:Black;
    border-right-style:solid;
    border-right-width:1;
    border-right-color:Black;
}
.OrderPrpsalShp_Maisai5
{
	text-align:right;
	vertical-align:bottom;
	font-family:ＭＳ Ｐゴシック;
	font-size:10pt;
	background:RoyalBlue;
    z-index: 1;
    left: expression(
    document.getElementById("freezingDiv").scrollLeft);
    position: relative;
    border-bottom-style:solid;
    border-bottom-width:1;
    border-bottom-color:Black;
}
.OrderPrpsalShp_Maisai6
{
	text-align:right;
	vertical-align:bottom;
	font-family:ＭＳ Ｐゴシック;
	font-size:10pt;
	background:#ffffcc;
    border-top-style:solid;
    border-top-width:1;
    border-top-color:Black;
    border-bottom-style:solid;
    border-bottom-width:1;
    border-bottom-color:Black;
    border-left-style:solid;
    border-left-width:1;
    border-left-color:Black;
    border-right-style:solid;
    border-right-width:1;
    border-right-color:Black;
}
.OrderPrpsalRef_Header
{
	text-align:center;
	vertical-align:middle;
	font-family:ＭＳ Ｐゴシック;
	font-size:10pt;
	background:RoyalBlue;
}
.OrderPrpsalRef_Maisai1
{
	text-align:right;
	vertical-align:bottom;
	font-family:ＭＳ Ｐゴシック;
	font-size:10pt;
	background:#ffffcc;
}
.OrderPrpsalRef_Maisai2
{
	text-align:left;
	vertical-align:bottom;
	font-family:ＭＳ Ｐゴシック;
	font-size:10pt;
	background:#ffffcc;
}
.OrderPrpsalRef_Maisai3
{
	text-align:center;
	vertical-align:middle;
	font-family:ＭＳ Ｐゴシック;
	font-size:10pt;
}
.Goods_Header
{
	text-align:center;
	vertical-align:middle;
	font-family:ＭＳ Ｐゴシック;
	font-size:10pt;
	background:RoyalBlue;
}
.Goods_Maisai1
{
	text-align:right;
	vertical-align:bottom;
	font-family:ＭＳ Ｐゴシック;
	font-size:10pt;
	background:#ffffcc;
}
.Goods_Maisai2
{
	text-align:right;
	vertical-align:bottom;
	font-family:ＭＳ Ｐゴシック;
	font-size:10pt;
	background:#ffffcc;
}
.Goods_Maisai3
{
	text-align:left;
	vertical-align:bottom;
	font-family:ＭＳ Ｐゴシック;
	font-size:10pt;
	background:#ffffcc;
}
.txt_Num
{
	text-align:Right;
}
.txt_NoDisp
{
	text-align:Right;
	background:SkyBlue;
	color:SkyBlue;
}
.DirectionPrt_None {
	BORDER-RIGHT: black 1px; BORDER-TOP: black 1px; FONT-SIZE: 7pt; BORDER-LEFT: black 1px; COLOR: black; BORDER-BOTTOM: black 1px; FONT-FAMILY: "ＭＳ ゴシック"; HEIGHT: 13pt; TEXT-ALIGN: center
}
.DirectionPrt_B {
	BORDER-RIGHT: black 1px; BORDER-TOP: black 1px; FONT-SIZE: 7pt; BORDER-LEFT: black 1px; COLOR: black; BORDER-BOTTOM: black 1px solid; FONT-FAMILY: "ＭＳ ゴシック"; HEIGHT: 13pt; TEXT-ALIGN: center
}
.DirectionPrt_TL_Left {
	BORDER-RIGHT: black 1px; BORDER-TOP: black 1px solid; FONT-SIZE: 7pt; BORDER-LEFT: black 1px solid; COLOR: black; BORDER-BOTTOM: black 1px; FONT-FAMILY: "ＭＳ ゴシック"; HEIGHT: 13pt; TEXT-ALIGN: left
}
.DirectionPrt_TL_Right {
	BORDER-RIGHT: black 1px; BORDER-TOP: black 1px solid; FONT-SIZE: 7pt; BORDER-LEFT: black 1px solid; COLOR: black; BORDER-BOTTOM: black 1px; FONT-FAMILY: "ＭＳ ゴシック"; HEIGHT: 13pt; TEXT-ALIGN: right
}
.DirectionPrt_TLR_Right {
	BORDER-RIGHT: black 1px solid; BORDER-TOP: black 1px solid; FONT-SIZE: 7pt; BORDER-LEFT: black 1px solid; COLOR: black; BORDER-BOTTOM: black 1px; FONT-FAMILY: "ＭＳ ゴシック"; HEIGHT: 13pt; TEXT-ALIGN: right
}
.DirectionPrt_TBL_Left {
	BORDER-RIGHT: black 1px; BORDER-TOP: black 1px solid; FONT-SIZE: 7pt; BORDER-LEFT: black 1px solid; COLOR: black; BORDER-BOTTOM: black 1px solid; FONT-FAMILY: "ＭＳ ゴシック"; HEIGHT: 13pt; TEXT-ALIGN: left
}
.DirectionPrt_TBL_Right {
	BORDER-RIGHT: black 1px; BORDER-TOP: black 1px solid; FONT-SIZE: 7pt; BORDER-LEFT: black 1px solid; COLOR: black; BORDER-BOTTOM: black 1px solid; FONT-FAMILY: "ＭＳ ゴシック"; HEIGHT: 13pt; TEXT-ALIGN: right
}
.DirectionPrt_TBLR_Right {
	BORDER-RIGHT: black 1px solid; BORDER-TOP: black 1px solid; FONT-SIZE: 7pt; BORDER-LEFT: black 1px solid; COLOR: black; BORDER-BOTTOM: black 1px solid; FONT-FAMILY: "ＭＳ ゴシック"; HEIGHT: 13pt; TEXT-ALIGN: right
}
.DirectionPrt_TBLR_Left {
	BORDER-RIGHT: black 1px solid; BORDER-TOP: black 1px solid; FONT-SIZE: 7pt; BORDER-LEFT: black 1px solid; COLOR: black; BORDER-BOTTOM: black 1px solid; FONT-FAMILY: "ＭＳ ゴシック"; HEIGHT: 13pt; TEXT-ALIGN: left
}
.DirectionPrt_TR {
	BORDER-RIGHT: black 1px solid; BORDER-TOP: black 1px solid; FONT-SIZE: 7pt; BORDER-LEFT: black 1px; COLOR: black; BORDER-BOTTOM: black 1px; FONT-FAMILY: "ＭＳ ゴシック"; HEIGHT: 13pt; TEXT-ALIGN: center
}
.DirectionPrt_TR_Left {
	BORDER-RIGHT: black 1px solid; BORDER-TOP: black 1px solid; FONT-SIZE: 7pt; BORDER-LEFT: black 1px; COLOR: black; BORDER-BOTTOM: black 1px; FONT-FAMILY: "ＭＳ ゴシック"; HEIGHT: 13pt; TEXT-ALIGN: left
}
.DirectionPrt_TR_Right {
	BORDER-RIGHT: black 1px solid; BORDER-TOP: black 1px solid; FONT-SIZE: 7pt; BORDER-LEFT: black 1px; COLOR: black; BORDER-BOTTOM: black 1px; FONT-FAMILY: "ＭＳ ゴシック"; HEIGHT: 13pt; TEXT-ALIGN: right
}
.DirectionPrt_TBR_Right {
	BORDER-RIGHT: black 1px solid; BORDER-TOP: black 1px solid; FONT-SIZE: 7pt; BORDER-LEFT: black 1px; COLOR: black; BORDER-BOTTOM: black 1px solid; FONT-FAMILY: "ＭＳ ゴシック"; HEIGHT: 13pt; TEXT-ALIGN: right
}

.GridViewHeader {
    font-weight:normal;
    background:RoyalBlue;
    vertical-align:middle;
}

.GridViewHeaderShpInp0 {
    font-weight:normal;
    background:RoyalBlue;
    vertical-align:middle;
    z-index: 1;
    left: expression(
    document.getElementById("freezingDiv").scrollLeft);
    position: relative;
    border-top-style:solid;
    border-top-width:1;
    border-top-color:Black;
    border-bottom-style:solid;
    border-bottom-width:1;
    border-bottom-color:Black;
}

.GridViewHeaderShpInp {
    font-weight:normal;
    background-color:RoyalBlue;
    vertical-align:middle;
    z-index: 1;
    left: expression(
    document.getElementById("freezingDiv").scrollLeft);
    position: relative;
    border-top-style:solid;
    border-top-width:1;
    border-top-color:Black;
    border-bottom-style:solid;
    border-bottom-width:1;
    border-bottom-color:Black;
    border-left-style:solid;
    border-left-width:1;
    border-left-color:Black;
}
.GridViewHeaderShpInp1 {
    font-weight:normal;
    background-color:RoyalBlue;
    vertical-align:middle;
    z-index: 1;
    left: expression(
    document.getElementById("freezingDiv").scrollLeft);
    position: relative;
    border-top-style:solid;
    border-top-width:1;
    border-top-color:Black;
    border-bottom-style:solid;
    border-bottom-width:1;
    border-bottom-color:Black;
    border-left-style:solid;
    border-left-width:1;
    border-left-color:Black;
    border-right-style:solid;
    border-right-width:1;
    border-right-color:Black;
}
.FreezingCol {
    z-index: 1;
    left: expression(document.getElementById("freezingDiv").scrollleft);
    position: fixed;
}

#freezingDiv {
    overflow: auto;
    height: 410px;
}
    