
/*テーブル用*/
table.sortable {
	font-size: x-small !important;
	font-size: xx-small;
	width: 100%;
	text-align: left;
	border-top:solid #ccc 1px;
	border-left: solid #ccc 1px;
}
table.sortable thead tr th, table.sortable tfoot tr th {
	font-size: x-small !important;
	font-size: xx-small;
	padding: 3px;
	border-right:solid #ccc 1px;
	font-weight: normal;
	border-bottom: solid #ccc 1px;
}
tfoot tr th {
text-align:center;
background-image: url(../image/bg_02.gif);
}
table.sortable thead tr {
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.sortable tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: middle;
	border-bottom:solid #ccc 1px;
	border-right:solid #ccc 1px;
}
table.sortable tbody tr.odd td {
	background-color:#cccccc;
}
.nosort{
background-position:right;
background-image: url(../image/bg_02.gif);
background-repeat:repeat-x;
}
.sortcol {
	background-position:right;
	background-image: url(../image/bg_02_nomal.gif);
	}
.sortasc {
background-position:right center;
	background-image: url(../image/bg_02_down.gif);
}
.sortdesc {
background-position:right;
	background-image: url(../image/bg_02_up.gif);
}
table.sortable thead tr .headerSortDown, table.sortable thead tr .headerSortUp {
background-color: #8dbdd8;
}
/*検索用*/

.gsc-control { width : 400px; }
.gs-snippet {
font-size:x-small;
}
#searchResults {
	position:absolute;
	width:400px;
	z-index:1;
	text-align:left;
	padding:0 20px;
	border:solid #cccccc 1px;
	background-image:url(../image/search_back.jpg);
	background-repeat:no-repeat;
	top: 80px;
	left: 320px;
	background-color: #FFFFFF;
}

.index_z{
	z-index:0;
	position: absolute;
}
.align_left{
word-break:break-all;
}
