/*  last update  2006.07.07  */
/*  version      3.03        */

input.button {
	background: url("../img/button_img.jpg") repeat left top;
	border: 1px solid #999999;
	height: 25px;
	color: #333333;
}

input.button:hover {
	background-position: left -25px;
	color: #ffffff;
	z-index: 100;
}

input.button2 {
	background: url("../img/button2_img.jpg") repeat left top;
	border: 1px solid #999999;
	height: 25px;
}

input.button2:hover {
	background-position: left -25px;
	z-index: 100;
}

input.button_page {
	background: #ffffff url("../img/button_page.jpg") repeat-x left top;
	height: 25px;
	border: 1px solid #999999;
}

input.button_page:hover {
	background-position: left -25px;
	z-index: 100;
}

input.button_insert {
	background: #ffffff url("../img/button_insert.jpg") repeat-x left top;
	height: 25px;
	border: 1px solid #999999;
}

input.button_insert:hover {
	background-position: left -25px;
	z-index: 100;
}

input.button_update {
	background: #ffffff url("../img/button_update.jpg") repeat-x left top;
	height: 25px;
	border: 1px solid #999999;
}

input.button_update:hover {
	background-position: left -25px;
	z-index: 100;
}

input.button_cancel {
	background: #ffffff url("../img/button_cancel.jpg") repeat-x left top;
	height: 25px;
	border: 1px solid #999999;
}

input.button_cancel:hover {
	background-position: left -25px;
	z-index: 100;
}

input.button_delete {
	border: 1px solid #999999;
	background: #ffffff url("../img/button_delete.jpg") repeat-x left top;
	height: 25px;
}

input.button_delete:hover {
	background-position: left -25px;
	z-index: 100;
}

/* --- page_position --- */

div.page_position {
	padding: 0px 30px;
}
div.page_position p {
	float: left;
	display: inline;
/*	font-size: 14px; */
	padding: 10px 20px;
	background: url("../img/page_position.gif") no-repeat left center;
}

div.page_position span {
	color: #0033cc;
/*
	font-weight: bold;
	border-bottom: 1px solid #008060;
*/
}

/*div.page_position p a {
/*
	color: #999999 !important;
	text-decoration: none !important;
	border-bottom: 1px dashed #0066ff !important;
	padding: 1px 2px 0px !important;
*/
/*	color: #3300cc;
}
*/
/* div.page_position p a:hover {
/*
	color: #0066ff !important;
	text-decoration: none !important;
	border-top: 1px solid #dd9933 !important;
	border-bottom: 1px solid #dd9933 !important;
*/
/*	color: #cc3300;
}
*/

div.page_position div {
	float: right;
	display: inline;
	padding-top: 10px;
}

/* --- detail_day --- */
div.detail_day {
/*	font-size: 12px; */
	text-align: right;
	padding: 10px auto;
	width: 100%;
}

div.admin_title {
	margin: 0;
	padding: 0;
}

div.admin_title div.admin_table_title {
	margin: 0;
	padding: 0;
	float: left;
	color: #fc0000;
}

/* --- index_main --- */
div.index_main {
	padding: 0px 30px 10px;
	width: 700px;
}
#index_main a {
	text-decoration: none;
}
#index_main a:hover {
	text-decoration: underline;
}


#index_main dl {
	border: 1px solid #999999;
	margin: 0 0 5px 0;
}

#index_main dt {
	padding: 2px 10px;
	line-height: 2em;
}

#index_main dd {
	border-top: 1px solid #999999;
}

#index_main dl img {
	cursor:pointer;
	vertical-align: middle;
	margin: 0 10px 0 0;
}

dl.user {
	border: 1px solid #a0b080;
	margin: 0 0 5px 0;
}

dl.user dt {
	background: #ffffff url("../img/dl_user.jpg") repeat left top;
}

dl.power_user dt {
	background: #ffffff url("../img/dl_poweruser.jpg") repeat left top;
}

dl.admin dt {
	background: #ffffff url("../img/dl_admin.jpg") repeat left top;
}

dl.manual dt {
	background: #ffffff url("../img/dl_manual.jpg") repeat left top;
}

hr.admin_line {
/*
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
*/
	border-top: none;
	border-right: none;
	border-left:  none;
	border-bottom: 1px dashed #ffa000;
	margin : 10px auto;
}

span.kome {
	color: #ff0000;
/*	font-size: 14px; */
}

/* --- main --- */
div.main {
	margin: 0px 30px;
}

/* --- table_text --- */
p.table_text, ul {
	color: #666699;
	padding: 0px 20px;
}
p.table_text span {
	display: block;
	color: #006699;
/*	font-size: 14px; */
	line-height: 1.3em;
}

/* --- table_page --- */
div.table_page {
	margin: 15px 0px;
}

/*
div.table_page em {
	color: #ff6600;
/*	font-size: 14px; */
/*	font-style: normal;
	display: block;
	margin: 3px;
}
div.table_page span {
	color: #008060;
	font-size: 14px;
	padding: 3px;
	float: left;
	display: inline;
}
div.table_page form {
	float: left;
	display: inline;
	margin-right: 4px;
}
*/

/*
div.table_page form input {
	border: 1px solid #999999;
	background: #ffffff url("../img/button_img.jpg") repeat-x left top;
	width: 32px;
	height: 19px;
	margin: 0;
	padding: 0;
}

div.table_page form input:hover {
	background-position: left -25px;
}
*/

/* --- table_color --- */

/* 表示データの背景色 */
tr.bg_color_f td {
	background-color: #ffffff;
}

/* 非表示データの背景色 */
tr.bg_color_e td {
	background-color: #eeeeee;
}

/* プレビューデータの背景色 */
tr.bg_color_p td {
	background-color: #ccffcc;
}

/* 新規追加の背景色 */
tr.bg_color_y td {
	background-color: #ffffcc;
}

/* --- table_main --- */
table.table_main {
/*	font-size: 14px; */
	border-top: 1px solid #a0b080;
	border-left: 1px solid #a0b080;
	width: auto;
	margin-bottom: 15px;
}

table.table_main th {
	border-right: 1px solid #a0b080;
	border-bottom: 1px solid #a0b080;
	text-align: center;
	color: #666699;
	vertical-align: middle;
	padding: 0px 5px;
	height: 28px;
}

table.table_main td {
	border-right: 1px solid #a0b080;
	border-bottom: 1px solid #a0b080;
	padding: 5px;
	text-align: center;
}

.no_right_border {
	border-right: none !important;
}

tr.detail_th th {
	background: #ffffff url("../img/detail_th.jpg") repeat-x left center;
}

tr.new_th th {
	background: #ffffff url("../img/new_th.jpg") repeat-x left center;
}

tr.detail_th th a,
tr.new_th th a {
	font-weight: normal;
}

tr.detail_th th span,
tr.new_th th span {
	font-weight: normal;
/* font-size: 12px; */
	margin-left: 20px;
}
tr.detail_th th span em,
tr.new_th th span em {
	font-style: normal;
	color: #ff9900;
}

tr.detail_th th ul,
tr.new_th th ul {
	visibility: hidden;
	position: absolute;
		right: 0px;
	z-index: 1;
	margin: 20px 5px;
	padding: 5px 7px 0px 20px;
	font-weight: normal;
	text-align: left;
	background-color: #eeffee;
	border: 1px solid #999999;
	-moz-opacity: 0.90;
	opacity: 0.90;
	filter: alpha(opacity=90) progid:DXImageTransform.Microsoft.Gradient(GradientType='0', StartColorStr='#ffffff', EndColorStr='#eeffee');

}
tr.detail_th th ul li, tr.new_th th ul li {
/*	font-size: 12px; */
	color: #333333;
	line-height: 1.2em;
	margin-bottom: 5px;
}
tr.detail_th th ul li em, tr.new_th th ul li em {
	font-style: normal;
	color: #cc66ff;
}


/* -d_fieldset- */
.d_field td fieldset {
	margin-bottom: 4px;
	padding: 4px;
	border: 1px solid #999999;
}
.d_field td fieldset legend {
	color: #000000;
}

/* -n_fieldset- */
.n_field td fieldset {
	margin-bottom: 4px;
	padding: 4px;
	border: 1px solid #999999;
}
.n_field td fieldset legend {
	color: #000000;
}

/* -new- */
td.new {
	font-weight: bold;
}

/* -vertical align- */
td.sort_button, td.no, td.new, td.display_n, td.detail_or_delete, td.d_master, td.n_master {
	vertical-align: middle;
}
td.short_comment, td.long_comment, td.fileup {
	text-align: left !important;
	vertical-align: top;
}

/* -file_upload- */
td.fileup fieldset {
/*	font-size: 12px; */
	padding: 0px 5px;
	letter-spacing: 1px;
}
td.fileup fieldset legend {
/*	font-size: 14px; */
}
td.fileup fieldset legend a {
	font-weight: normal;
}
td.fileup label {
	color: #cc6666;
}
td.fileup fieldset legend input {
	border: none !important;
	margin: 0px 0px 0px 10px !important;
	background: none !important;
}
td.fileup fieldset input {
/*	font-size: 12px !important; */
	margin: 2px 0px !important;
}

/* -detail_or_delete- */
td.detail_or_delete input {
	border: 1px solid #999999 !important;
}

input.update {
/*	float: left; */
	display: inline;
	width: 45px;
	height: 25px;
	background: #ffffff url("../img/button_update.jpg") repeat-x left top;
}

input.update:hover {
	background-position: left -25px;
}

/* -new_button- */
td.new_button input {
	border: 1px solid #999999;
	width: 97px;
	height: 25px;
	background: #ffffff url("../img/button_update.jpg") repeat-x left top;
}

td.new_button input:hover {
	background-position: left -25px;
}

/* --- warning --- */
div.warning, div.warning ul {
	color: #ff0000;
/*	font-size: 14px; */
	line-height: 1.5em;
	letter-spacing: 1px;
}
div.warning {
	padding: 10px 15px;
}
div.warning ul {
	margin: 0px 5px;
}
div.warning ul li {
	list-style-type: disc;
	color: #ff3333;
}

/* --- admin_comment --- */
td.admin_comment {
	text-align: left !important;
	vertical-align: top;
}
td.admin_comment div {
	text-align: right;
}


/* --- conf_button --- */
div.conf_button {
	padding: 10px 15px;
}
div.conf_button form {
	float: left;
	display: inline;
	margin-right: 4px;
}

/* --- del_button --- */
div.del_button {
	padding: 10px 15px;
}
div.del_button form {
	float: left;
	display: inline;
	margin-right: 4px;
}

/* --- del_item --- */
table.del_item {
/*	font-size: 14px; */
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	width: 600px;
	margin: 15px;
}
table.del_item th {
	border-right: 1px solid #999999;
	text-align: center;
	color: #666699;
	vertical-align: middle;
	padding: 0px 5px;
	height: 28px;
	background: #ffffff url("../img/dl_user.jpg") repeat-x left top;
}
table.del_item td {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 5px 10px;
	line-height: 1.2em;
}

/* --- table_edit.php record layout --- */
div.record_layout {
	margin: 0px;
	padding: 5px;
	border: 1px solid blue;
	float: left;
	height: 480px;
}

table.table_button {
	margin: 0px;
	padding: 0px;
	border: none;
 	align: center;
	width: 100%;
}

table.table_button td{
	border: none !important;
	text-align: center !important;
	align: center !important;
	height: 1%;
	vertical-align: bottom;
	background-color: lightsteelblue !important;
}

td.button_td {
	border: none !important;
	background-color: lightsteelblue !important;
}


.input_form {
/*	font-size: 12px; */
}

table.input_form {
	width: 100%;
	border: none;
}

table.input_form th,
table.input_form td{
	text-align: left;
	vertical-align: top;
	border: none;
	border-right: 1px solid #999999;
}

.filter {
/*	font-size: 12px; */
}

table.filter {
	border: 1px solid #999999;
}

table.filter th {
	background: #ffffff url("../img/filter_th.jpg") repeat-x left center;
	line-height: 2em;
	border: 1px solid #999999;
}

table.filter td {
	padding: 4px;
	vertical-align: top;
}

table.filter fieldset {
	margin: 0 4px 4px 4px;
	padding: 4px;
}

table.filter table {
	float: left;
}

#main {
	text-align: center;
	width: 750px;
	margin: 0 auto;
}

#contents_setting {
	text-align: center;
}

/* --- table_main --- */
table.setting {
/*	font-size: 14px; */
	border: 1px solid #999999;
	margin: 20px auto;
	align: center;
}

table.setting th {
	border: 1px solid #999999;
	text-align: center;
	background: #336699;
	color: #ffffff;
	vertical-align: middle;
	padding: 0px 5px;
	font-weight: normal;
}

table.setting td {
	border: 1px solid #999999;
	padding: 4px;
	text-align: left;
}

.setting_input_num2 {
	width: 2em;
	ime-mode: disabled;
	text-align: right;
}

.setting_input_num8 {
	width: 8em;
	ime-mode: disabled;
	text-align: right;
}

.setting_input_name {
	width: 20em;
	text-align: left;
}

table.master_title {
/*	table-layout: fixed; */
/*	width: 360px; */
	margin: 0px;
	padding: 0px;
	border: none;
}

.master_title td, .master_title th {
	margin: 0px;
	padding: 0px;
	border: none;
	vertical-align: middle;
}

.master_title th {
	background: #999999;
	font-weight: normal;
}

table.master_title1 {
	table-layout: fixed;
	width: 360px;
	margin: 6px;
	padding: 0px;
	border: 1px solid #666666;
}

.master_title1 td,
.master_title1 th {
	margin: 0px;
	padding: 2px;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	vertical-align: middle;
	white-space: normal;
}

.master_title1 th {
	background: #e0e0e0;
	width: 75px;
}


.master_number {
	width:20px;
	text-align: right;
}

p.master_title_p {
	background: url("../img/detail_th.jpg") repeat-x top center;
	line-height:2em;
	margin:0 2px 0 0;
	text-align:center;
}


table.master_table {
	border-collapse: collapse;
	margin: 20px auto;
	padding: 0px;
	border: 1px solid #666666;
}

table.master_list {
	border-collapse: collapse;
	margin: 20px auto;
	padding: 0px;
	border: 1px solid #999999;
}

.master_list td,
.master_list th  {
	margin: 0px;
	padding: 4px;
	border: 1px solid #999999;
	vertical-align: middle;
}

.master_list th  {
	font-weight: normal;
	color: #ffffff;
	background-color: #003399;
}

table.master_admin_list {
	border-collapse: collapse;
	margin: 0 auto 20px auto;
	padding: 0px;
	border: 1px solid #999999;
}

table.master_admin_list caption {
	margin: 20px auto 0 auto;
	color: #fc0000;
	text-align: left;
}

.master_admin_list td,
.master_admin_list th  {
	margin: 0px;
	padding: 4px;
	border: 1px solid #999999;
	vertical-align: middle;
}

.master_admin_list th  {
	font-weight: normal;
	color: #000000;
/*	background-color: #003399; */
	background:#FFFFFF url(../img/dl_admin.jpg) repeat;
}

div.page_position span.admin {
	color: #fc0000;
}

.master_field li {
	list-style-type: none;
}

table.master_field {
	margin: 0;
	padding: 0;
}

.master_field th {
	background-color: #f0f0f0;
}

div.master_field_title_title {
	float: left;
	width: 75px;
	padding: 2px;
	background: #fafafa;
}

div.master_field_title_data1 {
	float: left;
	width: 140px;
	padding: 2px;
}

div.master_field_title_data2 {
	float: left;
	width: 220px;
	padding: 2px;
}

div.master_field_wrapper {
	padding: 4px 0;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

table.noborder {
	margin: 0px;
	padding: 0px;
	border: none;
}

table.noborder td,
table.noborder th {
	margin: 0px;
	padding: 0px;
	border: none;
	vertical-align: middle;
}


div.menu_space {
	height: 10px;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.invisible {
	display: none;
}

.visible {
	display: normal;
}

input[disabled],
input[disabled]:hover {
	background: #eeeeee;
	color: #cccccc;
}

.errmsg {
	color: #ff0000;
}

.warning {
	color: #ff0000;
}

.need {
	color: #ff0000;
}


dl.list {
	margin: 0;
	margin-left: 10px;
}

dl.list dt {
	margin-top: 6px;
	font-weight: bold;
}

dl.list dd {
	border-bottom: 1px solid #999999;
	margin-left: -10px;
}

dl.list .date{
	color: #3333ff;
}

dl.list .title{
	margin-left: 15px;
}

div.document {
	margin-top: 10px;
}

div.document img {
	margin-right: 4px;
}

div.change_date {
	margin-left: 10px;
	margin-bottom: 20px;
	background-color: #BFDCFF;
	width: 10em;
	padding: 1px;
}

div.change_date form {
	margin: 6px;
}

ul.file_list {
	padding-left: 0;
	margin: 10px 0 0 10px;
}

ul.file_list li {
	list-style-type: none;
	border-bottom: 1px dotted #666666;
	padding-bottom: 2px;
	padding-top: 10px;
}

