/* 【HTML Tag】
---------------------------------------------------------------------------------------------------- */

body {
}

a { text-decoration:none; }
a:link { color:#666; }
a:visited { color:#666; }
a:hover {
	color:#999;
	text-decoration:underline;
}

a.remarkPoint { text-decoration: underline; }
a.remarkPointLarger { text-decoration: underline; font-size: 150%;}
h1, h2, h3, h4, h5, h6 { font-weight:normal; }

img { border:0; }

input {
	margin: 1px 5px;
	text-align: bottom;
}

textarea {
	font-size: 13px;
}

select {
}

hr {
   border-width: 1px 0px 0px 0px;
   border-style: solid;
   border-color: #B0C4DE;
   height: 1px;
}


/* 【Body Area】
---------------------------------------------------------------------------------------------------- */
div.bodyArea {
	border-color: #B0C4DE;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	margin: 0px auto 0px auto;
	min-height: 550px;
	padding: 0px 0px;
	width: 990px;
}

div.dialogArea {
	border-width: 0px;
	height: 400px;
	width: 600px;
}

div.errorArea {
	border-color: #B0C4DE;
	border-style: solid;
	border-width: 3px;
	font-size: 90%;
	height: 400px;
	margin: 30px auto;
	padding: 0 15px 15px;
	width: 600px;
}


/* 【Header Area】
---------------------------------------------------------------------------------------------------- */
table.headArea {
	height: 50px;
	width: 100%;
}

td.logoArea {
	width: 200px;
	height: 50px;
}

table.userArea {
	border-collapse: collapse;
}

table.userArea th {
	background-color: #B0E0E6;
	border: 1px solid #B0E0E6;
	padding: 1px 4px;
}

table.userArea td {
	border: 1px solid #B0E0E6;
	padding: 1px 4px;
}


div.menuArea {
 	background-color: #483D8B;
	border-width: 0px;
	height: 30px;
	width: 100%;
}

table.titleArea {
	background-image: url(../scripts/dijit/themes/soria/images/accordionItemActive.gif);
	width: 100%;
	height: 26px;
}
td.pageName {
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	padding-left: 10px;
}
td.pageId {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	padding-right: 10px;
}


/* 【Main Area】
---------------------------------------------------------------------------------------------------- */
.main {
	background-color:#fff;
	padding: 0 15px 15px;
}
.main h4 {
	background-image:url(css_images/bg_sttl_h4.gif);
	background-repeat:no-repeat;
	background-position:0 50%;
	border-bottom:2px solid #b9d7aa;
	padding:9px 23px 3px;
	margin:10px 0;
	line-height:1;
	font-size:110%;
}
html>body .main h4 { padding:5px 23px 7px; }
.main p { margin:5px; }

/* Table Layout A */
.tableLayout {
	border-collapse:separate;
	border:none;
}
.tableLayout th {
	background-color:#eee;
	border:none;
	padding:2px 5px;
	text-align:left;
	font-weight:normal;
	white-space: nowrap;
}
.tableLayout th.masterHead { background-color:#beb; }
.tableLayout td {
	border:none;
	padding:2px 5px;
}

/* Table Layout B */
.tableLayoutB {
	border-collapse:separate;
	border:none;
}
.tableLayoutB th {
	border:none;
	padding:2px 5px;
	text-align:left;
	font-weight:bold;
	white-space: nowrap;
}
.tableLayoutB td {
	border:none;
	padding:2px 5px;
}

/* Table List */
.tableList {
	border-collapse:collapse;
	border:1px solid #bbb;
}
.tableList th {
	background-color:#eee;
	border:1px solid #bbb;
	padding:2px 5px;
	font-weight:normal;
}
.tableList td {
	border:1px solid #bbb;
	padding:2px 5px;
}

/* 幅指定 */
.width00 { width:25px; } /* 極小 */
.width01 { width:50px; } /* 小 */
.width02 { width:150px; } /* 中 */
.width03 { width:250px; } /* 大 */
.widthFull { width:100%; } /* ページ幅 */

.widthOrder00 { width:25px; background-color:#fcc; } /* 極小 */
.widthOrder01 { width:50px; background-color:#fcc; } /* 小 */
.widthOrder02 { width:150px; background-color:#fcc; } /* 中 */
.widthOrder03 { width:250px; background-color:#fcc; } /* 大 */
.widthOrderFull { width:100%; background-color:#fcc; } /* ページ幅 */

.validationError * {
	background-color:#ff6; !important;
	background-image:none; !important;
}
