@charset "utf-8";

body {
	margin-top: 0px;
	color: #3c3c3c;
	font-size: small;
	padding-bottom: 1em;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif;
}

img {
	border: 0px;
}

h1 {
	text-align: center;
	background: #CB0100;
	height: 100px;
	padding-top: 10px;
}

h2 {
	margin: 0px;
}

div.btnarea {
	display: block;
	clear: both;
	text-align: center;
}

div.errs {
	background-image: url("../imgs/warning.png");
	background-repeat: no-repeat;
	color: #880000;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 400px;
	padding: 10px 0px 0px 52px;
	min-height: 32px;
	height: auto !important;
	/* float: center; */
	clear: none;
	display: block;
	text-align:left;
	width: 350px;
}

div.footer {
	margin-top: 25px;
	margin-bottom: 5px;
	text-align: center;
}

/* 一覧 */
div.page_navi {
	text-align: center;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

table.list {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #808000;
	border-bottom: 1px solid #808000;
	text-align: left;
}

table.list thead td,
table.list thead th {
	background-color: #bdb76b;
	color: #000;
	border-bottom: 1px solid #808000;
	padding: 0.3em 0.5em 0.3em 0.5em;
	empty-cells: show;
	white-space: nowrap;
	font-size: 90%;
}

table.list thead th {
	padding-right: 15px;
	font-weight: normal;
}

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

table.list thead tr .headerSortUp {
	background-image: url(../imgs/asc.gif);
}
table.list thead tr .headerSortDown {
	background-image: url(../imgs/desc.gif);
}
table.list thead tr .headerSortDown, table.list thead tr .headerSortUp {
	background-color: #eee8aa;
}

table.list tbody td {
	border-bottom: 1px solid #6392b1;
	padding: 0.3em 0.5em 0.3em 0.5em;
	empty-cells: show;
	font-size: 90%;
}

tr.even td {
    background: #fff8dc;
}

/* 詳細 */

fieldset {
	padding: 0em 1em 0em 1em;
	/*
	border: 1px solid #6392b1;
	*/
	border: 0px;
	margin-bottom: 1em;
	width: 95%;
}
fieldset legend {
	color: #35556b;
	/*
	border-left: 5px solid #6392b1;
	border-right: 5px solid #6392b1;
	*/
	padding: 0em 0.5em 0em 0.5em;
}
fieldset dl {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px dotted #6392b1;
}

fieldset.top {
	padding: 0em 1em 0em 1em;
	/* border: 1px solid #A19700; */
	margin-bottom: 1em;
}
fieldset.top legend {
	color: #35556b;
	border-left: 5px solid #A19700;
	border-right: 5px solid #A19700;
	padding: 0em 0.5em 0em 0.5em;
}
fieldset.top dl {
	/*
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	*/
	border-bottom: 1px dotted #A19700;
}

fieldset dl.last {
	border-bottom: none;
}
fieldset dt {
	color: #0000cd;
	/*
	background-image: url("../imgs/form_item.png");
	background-repeat: no-repeat;
	*/
	height: 5px;
	line-height: 14px;
	padding-left: 10px;
}
fieldset dd {
	padding-top: 0.5em;
	padding-left: 1em;
}
