@charset 'UTF-8';
body,input[type=text],input[type=button],select,textarea,input[type=password]{
/*body{*/
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
input[type=text],select,textarea,input[type=password]{
	padding:0px;
}
.top-back {
	background: url("image/hed4.jpg") repeat-x;
}

/* ********************** */
/* テキスト内を右寄せにする */
.txt_num {
	text-align:right;
	ime-mode:disabled;
	font-size:small;
}

.trMousOver td{
	background-color:#fffacd;
}

.idDivSpace{
	height:5px;
}
.point{
	cursor: pointer;
}
.kanji {
	ime-mode:active;
}

.eiji {
	ime-mode:disabled;
}


.tdTitle{
	background-color:#ceb28c;
	color:#000;
	text-align:center;
	font-family:"MS UI Gothic";
}
.tdBdr{
	border:1px solid #ceb28c;
	font-size:90%;
	font-family:"MS UI Gothic";
}

#ScrollTable1{
	background-color:#999;
}
#ScrollTable1 thead td{
	background-color:#ceb28c;
	color:#000;
	text-align:center;
}

.table_line{
	border-collapse:collapse;
}

.colorR{
	color:red;
}
.colorB{
	color:#000;
/*	color:black;*/
}
input[type=button]{
	pdding 0 5px;
}
.cssButton1{
	color: #000;
	border-top:3px double #EEEEEE;
	border-left:3px double #EEEEEE;
	border-right:3px double #AAAAAA;
	border-bottom:3px double #AAAAAA;
	background: #D3D3D3;
	text-align: center;
	font-size: 12pt;
}
.cssButton2{
	color: #000;
	border-top:3px double #FFDBBB;
	border-left:3px double #FFDBBB;
	border-right:3px double #FFA500;
	border-bottom:3px double #FFA500;
	background: #FFD700;
	text-align: center;
	font-size: 12pt;
}
.cssButton3{
	color: #FFF;
	border-top:3px double #7EC0EE;
	border-left:3px double #7EC0EE;
	border-right:3px double #0000FF;
	border-bottom:3px double #0000FF;
	background: #5C85FF;
	text-align: center;
	font-size: 12pt;
}
.orange{
	background: #FFA500;
}
.lightpink{
	background: #FFB6C1;
}
.bgTxt{
	background: oldlace;
}
.lnTable{
	border:1px solid #999;
}
.lnTableLBT{
	border-left:1px solid #999;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}
.lnTableLB{
	border-left:1px solid #999;
	border-bottom:1px solid #999;
}
.lnTableT{
	border-top:1px solid #999;
}
.lnTableL{
	border-left:1px solid #999;
}
.lnTableR{
	border-right:1px solid #999;
}
.lnTableB{
	border-bottom:1px solid #999;
}
.txtNum{
	text-align:right;
	ime-mode:disabled;
	font-size: 12pt;
}
.txtCode{
	text-align:left;
	ime-mode:disabled;
	font-size: 12pt;
}
.txtStr{
	text-align:left;
	ime-mode:auto;
	font-size: 12pt;
}
.txtDate{
	text-align:center;
	ime-mode:disabled;
	font-size: 12pt;
	width:100px;
}
.spanBlack{
	color:#000000;
	font-size:100%;
}
.spanRed{
	color:#FF0000;
	font-size:100%;
}
.font_l,input[type=text].font_l,input[type=button].font_l,textarea.font_l{
font-size:15px;
}
.font_m,input[type=text].font_m,input[type=button].font_m,textarea.font_m{
font-size:13px;
}
.font_s,input[type=text].font_s,input[type=button].font_s,textarea.font_s{
font-size:11px;
}
ul{
margin:0px;
padding:3px,3px;
}

li.list_maru{
	list-style-type: disc;
}
li.list_kaku{
	list-style-type: square;
}

.ui-widget h1{
font-size:15px;
margin:0px;
}
.ui-widget h2{
font-size:13px;
margin:0px;
}
.ui-widget h3{
font-size:11px;
margin:0px;
}

