/*contentmidtable */
#contenttablewidth {
	z-index:0;
	position:absolute;
	padding-bottom:40px;
	width:95%;
	background-color:#ffffff;
}
#contenttableplate {
	z-index:0;
	position:absolute;
	top:10px;
	padding-bottom:40px;
	width:95%;
	background-color:#ffffff;
}

#contentmidtable {
	width: 100%;
	text-align: left;
	margin:0px auto ;
}


/* other pages */
.recwidth {
	width: 90%;
	margin:0px auto;
}

.findimg {
	background: url(images/find_icon.png) no-repeat;
	width: 45px;
	height: 43px;
	padding-left: 20px;
}

.scrolladd {
	width: 100%;
	margin: 0px;
}

.curvedbg {
	margin: 10px 40px 0px 40px;
	float: left;
	background: transparent url(images/tableheader_curved.png) repeat-x;
	width: 85%;
	height: 42px;
}


table.record {
	border: 1px solid #c8c8c8;
	background-color: #efeeee;
	color: #000000;
	font-size: 13px;
	margin: 0px auto;
	padding: 0px;
	top: 0px;
}

td.field_name {
	color: #000000;
	text-align: right;
	font-weight: normal;
	padding:3px 10px;
	width:200px;
}

td.field_data {
	color: #000000;
	text-align: left;
	width:200px;
}
td.field_name_op {
	width:50px;
	}

.fieldinput {
	width:300px;
}

#submit {
	text-align:center;
	padding-bottom:10px;
}

#submit input{
	background: url(../images/button.png) ;
	border: 1px solid #90908d;
	cursor:pointer;
 }
#submit input:hover{
	background-image:url(../images/link.jpg);
	border: 1px solid #90908d;
}

th.browse_header {
	background-color: #ffffff;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	border-left: 1px #ffffff solid;
	border-right: 1px #ffffff solid;
	border-top: 1px solid #696969 ;
	border-bottom:1px solid #696969 ;
	margin: 0px;
	padding: 5px 0px;
	text-align:center;
}

table.browse_records {
	background-color: #ffffff;
	border: 1px #cccccc solid;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	top: 0px;
	color: #000000;
	font-size: 14px;
	width:100%;
}
table.browse_records th.browse_header {
	font-weight:normal;
	border:solid 1px #cccccc;
	}

table.reclistnavi {
	margin: 0px;
	padding:0px;
	background-color:#ffffff;
	z-index:3;
	border-spacing:0px;
	height:24px;

}
table.reclistnavi td {
	font-size: 12px;
	color: #24100c;
	font-variant: normal;
	padding-left: 20px;
	padding-top: 0px;
}
table.reclistnavi img{
	margin:0px;
	padding:0px;
	border:0px;
	vertical-align:middle;
	}


.recordlist_nav_range {
	color: #24100c;
}

.recordlist_nav_next {
	font-size: 12px;
	color: #24100c;
	font-variant: normal;
	text-align: right;
	padding-left: 0px;
	padding-top: 20px;
}

.recordlist_nav_next a {
	color: #24100c;
	font-weight: bold;
}

.recordlist_nav_last a {
	color: #24100c;
	font-weight: bold;
}

.recordlist_nav_first a {
	color: #24100c;
	font-weight: bold;
}

.recordlist_nav_prev a {
	color: #24100c;
	font-weight: bold;
}






tr.table_row {
	background-color: #ffffff;
}


tr.alt_row {
	background-color: #ffffff;
}

td.browse_cell {
	font-size: 12px;
	color: #000000;
	border-top: 1px #696969 solid;
	border-buttom: 1px #696969 solid;
	border-left:1px #ffffff solid;
	margin:0px;
	padding: 5px 0px;;
	font-weight: normal;
}
.lg {
/*	background-color:#adff2f;*/
/*	background-image: url(../images/linkbase.jpg) !important;*/
	background-color:#f0fff0;
	}

td.imglink:link {
	background-image: url(../images/linkbase.jpg) !important;
}

td.lg:hover {
background-color:#eee8aa;
cursor:pointer;
font-weight:bold;
}

.sublinks a:link {
	color: #000000;
	text-decoration: none
}

.sublinks a:visited {
	color: #000000;
	text-decoration: none
}

.sublinks a:hover {
	color: #04f6dc;
}





/*  タイトル */
#title {
width:95%;
position:fixed;
/*background-color:red*/;
	text-align:center;


	}
#title h1 {
	text-align: center;
	margin:0px;
	padding:30px;
	vertical-align:middle;
	color: #000000;
	font-size: 16px;
	font-style: normal;
	font-weight:normal;
	background-color:#ffffff;

	
}
#title p {
	color: #000000;
	font-size:13px;
	margin:0px;
	padding:3px 0px;
	background-color:#ffffff;
}

.tag {
	position:fixed;
	}
.tag img{
	margin:0px;
	padding:0px;
	border:0px;
	vertical-align:middle;
	}

table.browse_records.tag.tableheadtag {
	height:43px;
	}




/*photolist discription */
.discription  {
	width:100%;
}
.discription th,td {
	margin:0px;
	padding:5px;
}

/* 図版一覧　*/
table.plate_records {
	background-color: #ffffff;

	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	top: 0px;
	color: #000000;
	font-size: 14px;
	width:100%;
}
table.plate_records td.plate {
text-align:center;
width:50%;

}