@charset "utf-8";

html, input {font-family: 'Hiragino Kaku Gothic ProN','Meiryo UI','Meiryo',sans-serif;}

body {
	padding:71px 0px 0px 0px;
	margin: 0;
	line-height:normal;
    background-image: url('../images/haikei.png');
}

input[type=button], input[type=submit] {-webkit-appearance: button;} /* Mac における Safari/Chrome にてボタンの高さが無視されてしまう現象の回避 */

#HeaderArea {
	background-image:url('../images/header_background.png');
	background-repeat:repeat-x;
	background-position:left top;
	position: absolute;
	LEFT:0px;
	TOP:0px;
	height:71px;
	width:100%;
	min-width:1110px;
}

#login {
	background-image:url('../images/header.png');
    background-repeat:no-repeat;
	height:71px;
	padding-top:0px;
	text-align:right;
}
#login table {
	text-align:right;
	vertical-align:bottom;
}

#title {
	font-size:16px;
	text-align:left;
	float:left;
}

#subtitle {
	font-size:13px;
	text-align:left;
	float:left;
}

#InputArea {
	padding:10px 10px 10px 20px;
}

#ResultArea {
	padding:10px 10px 10px 20px;
}

div.DetailArea {
	padding:10px 10px 10px 20px;
}

table tr.DetailDefaultRow     { height:15px; }
table tr.DialogListViewRow    { cursor:hand; }
table.ListView                { cursor:default; }

input.IME-Disabled { ime-mode:disabled;}
input.TextNumber   { text-align:right; ime-mode:disabled;}
input.Readonly     { color:LightGrey; cursor:default; }

table tr.SelectedRow { background-color:#87cefa; }

table td.CodeNameField { border-bottom-color:Black; border-bottom-style:solid; border-bottom-width:1px; }

/* 入力項目エラー色 */
input.Error,textarea.Error,select.Error {
	background-color:#ff6347;
}

/* 必須項目色（ラベル） */
.Necessary {
	color: #ff0000;
	font-weight:bold;
}

/*----------------------------------------------------
	検索件数表示エリア
----------------------------------------------------*/
.SearchCountArea {
	float:left;
	width:40%;
	text-align:left;
}

/*----------------------------------------------------
	ページ番号表示エリア
----------------------------------------------------*/
.PagerArea {
	float:right;
	width:60%;
	text-align:right;
}

.ResultTable tr {
	/*
	padding-top:0px;
	padding-bottom:0px;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-right:1px solid #cccccc;
	
	background-image:url(../image/table_th.gif);
	background-repeat:repeat-x;
	*/
	border:1px solid #7F7F7F;
}
.ResultTable th {
	/*
	padding-top:0px;
	padding-bottom:0px;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-right:1px solid #cccccc;
	
	background-image:url(../image/table_th.gif);
	background-repeat:repeat-x;
	*/
	border-top:1px solid #7F7F7F;
	border-right:1px solid #7F7F7F;
	border-bottom:1px solid #7F7F7F;
	background-color:#DFDFDF;
	
	height:32px;
	text-align:center;
	font-size:13px;
}
.ResultTable td {
	border-top:1px solid #7F7F7F;
	border-right:1px solid #7F7F7F;
	border-bottom:1px solid #7F7F7F;
	background-color:#FFFFFF;
	text-indent:3px;
}
