@charset"shift_jis";

/* ---------------------------------------------------------
■ デフォルトリセット
--------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form, {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	border: none;
	list-style-type: none;
}

/* ---------------------------------------------------------
■ レイアウト
--------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
}

div#wrapper {
	width: 800px;
	margin: 0px auto 0;
	padding: 0;
	text-align: left;
}

a:link, a:visited, a:active {
	color: #0000CD;
	text-decoration: underline;
}

a:hover {
	color: #0000CD;
	text-decoration: none;
}

table tr td.line {
	border-top: 0px solid #FFFFFF;
	height:0px;
}


/* ---------------------------------------------------------
■ メニュー
--------------------------------------------------------- */
table.menu {
	margin: 5px 0;
}

h2 {
	margin-bottom: 10px;
	padding: 5px;
	font-size: 110%;
	font-weight: bold;
	border-left: 3px solid #327DAF;
}

h4 {
	width: 50%;
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-size: 100%;
	text-align: left;
	border-bottom: 3px double #327DAF;
}

h4 span {
	padding-right: 20px;
	font-weight: bold;
}


/* ---------------------------------------------------------
■ パンくず
--------------------------------------------------------- */
td.pankuzu {
	padding: 5px;
	padding-left: 10px;
	font-size: 12px;
	border-left: 3px solid #327DAF;
}


/* ---------------------------------------------------------
■ サイドメニュー
--------------------------------------------------------- */
table tr td ul.side-menu {
	width: 125px;
	margin-top: 20px;
	margin-left: 30px;
	list-style-type: none;
}

table tr td ul.side-menu li {
	margin-bottom: 20px;
	padding-left: 12px;
	background: url(../img/arrow.gif) no-repeat 0 0;
	list-style-type: none;
}

/* ---------------------------------------------------------
■ 検索
--------------------------------------------------------- */
table.tbl-search {
	width: 550px;
	border-collapse:collapse;
	border:1px solid #327DAF;
	margin-top:20px;
}

table.tbl-search thead th {
}

table.tbl-search thead td {
	margin-bottom: 5px;
	padding: 5px;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	background-color:#327DAF;
	border:1px solid #327DAF;
	color:#FFFFFF;
}

table.tbl-search tbody th {
	width: 30%;
	padding: 2px;
	padding-right: 10px;
	text-align: right;
	line-height: 1.3;
	font-weight: bold;
	border:1px solid #327DAF;
	background-color: #AFEEEE;
}

table.tbl-search tbody td {
	padding: 3px;
	padding-left: 10px;
	text-align: left;
	line-height: 1.3;
	border:1px solid #327DAF;
	background-color: #F0FFFF;
}

table.tbl-search tbody td p {
	text-align: center;
}

table.tbl-search tbody td p input {
	margin: 1px 10px;
}


/* ---------------------------------------------------------
■ 検索2(成果管理TOP)
--------------------------------------------------------- */
table.tbl-search2 {
	width: 100%;
	border-collapse:collapse;
	border:1px solid #327DAF;
	margin-top:20px;
}

table.tbl-search2 thead th {
}

table.tbl-search2 thead td {
	margin-bottom: 5px;
	padding: 5px;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	background-color:#327DAF;
	border:1px solid #327DAF;
	color:#FFFFFF;
}

table.tbl-search2 tbody th {
	width: 20%;
	padding: 2px;
	padding-right: 10px;
	text-align: right;
	line-height: 1.3;
	font-weight: bold;
	border:1px solid #327DAF;
	background-color: #AFEEEE;
}

table.tbl-search2 tbody td {
	padding: 3px 10px 3px 10px;
	text-align: left;
	line-height: 1.3;
	border:1px solid #327DAF;
	background-color: #F0FFFF;
}

table.tbl-search2 tbody td p {
	text-align: center;
}

table.tbl-search2 tbody td p input {
	margin: 1px 10px;
}


/* ---------------------------------------------------------
■ 検索結果データ
--------------------------------------------------------- */
table.tbl-result {
	width: 100%;
	border-collapse:collapse;
	border:1px solid #327DAF;
	margin: 0;
}

table.tbl-result thead th {
	padding: 5px;
	text-align: center;
	line-height: 1.3;
	font-weight: bold;
	background-color:#AFEEEE;
	border:1px solid #327DAF;
}

table.tbl-result tbody td {
	padding: 5px;
	text-align: left;
	line-height: 1.3;
	border:1px solid #327DAF;
}

table.tbl-result tbody tr.color td {
	padding: 5px;
	text-align: left;
	line-height: 1.3;
	background-color: #F0FFFF;
}

table.tbl-result tbody th {
	padding: 5px;
	text-align: center;
	line-height: 1.3;
	font-weight: bold;
	background-color:#AFEEEE;
	border:1px solid #327DAF;
}

table.tbl-result thead tr .header {
	background-image: url('../img/bg.gif');
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}

table.tbl-result thead tr .headerSortDown, table.tbl-data thead tr .headerSortUp {
	background-color:#8DBDD8;
}

table.tbl-result thead tr .headerSortDown {
	background-image: url('../img/desc.gif');
}

table.tbl-result thead tr .headerSortUp {
	background-image: url('../img/asc.gif');
}

table.tbl-result tbody tr.odd td {
	background-color:#EAE4F1;
}



/* ---------------------------------------------------------
■ 編集データ
--------------------------------------------------------- */
table.tbl-edit {
	width: 100%;
	border-collapse:collapse;
	border:1px solid #327DAF;
	margin: 0;
}

table.tbl-edit thead th {
	width: 30%;
	padding: 5px;
	text-align: center;
	line-height: 1.3;
	font-weight: bold;
	background-color: #AFEEEE;
	border:1px solid #327DAF;
}

table.tbl-edit thead td {
	padding: 5px;
	line-height: 1.3;
	background-color: #F0FFFF;
	border:1px solid #327DAF;
}

table.tbl-edit tbody th {
	width: 30%;
	padding: 5px;
	text-align: center;
	line-height: 1.3;
	font-weight: bold;
	background-color: #AFEEEE;
	border:1px solid #327DAF;
}

table.tbl-edit tbody td {
	padding: 5px;
	text-align: left;
	line-height: 1.3;
	background-color: #F0FFFF;
	border:1px solid #327DAF;
}




/* ---------------------------------------------------------
■ floatクリア
--------------------------------------------------------- */
span.clear {
	height: 10px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	display: block;
	clear: both;
}

/* ---------------------------------------------------------
■ ロールオーバー
--------------------------------------------------------- */
.rollover {
}

p.set-button {
	margin: 10px 0px;
	text-align: center;
}

p.set-button input.left {
	margin-right: 20px;
	display: inline;
}

p.set-button input.right {
	display: inline;
}



/* ---------------------------------------------------------
■ ボトムメニュー
--------------------------------------------------------- */
table tr td ul.bottom-menu {
	list-style-type: none;
}

table tr td ul.bottom-menu li {
	margin-right: 10px;
	padding-left: 10px;
	background: url(../img/arrow.gif) no-repeat 0 0;
	list-style-type: none;
	float: left;
}


/* 削除レコード */
table tr.deleted {
	background-color: #A8A8A8;
}


html {
	overflow-y:scroll;
}

table.error {
	border:#CDDFEA 1px solid;
	width:100%;
}

table.blank,
table.blank td {
	line-height:0 ! important;
	padding:0px ! important;
	border:0 ! important;
}

/* マスターデータ編集時の変更データセル */
span.changed,
div.changed,
td.changed {
	font-weight:600;
}

table, td, tr, hr, th {
	padding:0px;
	margin:0px;
}

input.wide {
	width:80.1%;
}

textarea {
	width:98%;
}

.must {
	font-size:small;
	color:red;
	margin:0px 3px;
}

span.note {
	font-size: x-small;
	color: red;
}

span.tips {
	font-size: x-small;
	color:gray;
}
span.tips_xxsmall {
	font-size: xx-small;
}

h4.width_100 {
	width: 99%;
}
div.align_right {
	text-align: right;
}

/* ---------------------------------------------------------
■ フッター
--------------------------------------------------------- */
div.footer {
	border-top:2px solid #0064A5;
	padding: 10px 10px 10px 10px;
	clear:both;
	margin:20px auto;
	text-align:right;
}

span.copyright {
	font-size: x-small;
	color:gray;
}
