body {
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
/** 入力モード **/
.han {	/* 半角 */
    ime-mode: inactive;
}
.zen {	/* 全角 */
    ime-mode: active;
}

label.must:after {
	content: "★";
	color: red;
	font-weight: bold;
	font-style: italic;
}
label.must {
	vertical-align: 50%;
}
.ui-sub-title {
	position: absolute;
	top: 10px;
	right:110px
}

.ui-header > .ui-btn-left {
	margin-left: 20px;
}
#mask {
	position:absolute;
	z-index:9000;
	background-color:#708090;
	display:none;
}

#tableheader {
	position:relative;
	border:1px solid #999;
/*	width:230px;*/
	padding-top:26px;
}

#tablecontent {
	overflow:auto;
	height:278px;
}
table.tablesorter {
	border-spacing: 1px;
	margin: 0px;
}

table.tablesorter thead tr .header {
	background-image:url(tablesorter_bg.gif);
	background-repeat:no-repeat;
	background-position:center right;
	cursor:pointer;
}

table.tablesorter thead {
/*	position:absolute;*/
	top:0;
	left:0;
}
