@charset "shift_jis";
/*
 * Style Name: design Stylesheet
 * Style Path: /css/style.css
 * Description: design Stylesheet
 */

#doc {
	width: 380px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}
h1 {
	border-bottom: 1px solid #66CCFF;
	line-height: 2;
	font-size: 120%;
	background-color: #6699CC;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
}
table {
	/*border-collapse: collapse;*/
    width: 100%;
	font-size: 84%;
}
caption {
	padding-bottom: 2px;
	color: #999999;
	text-align: right;
}
td, th {
    padding: 5px;
    border: 1px solid #ccc;
    font-size: 120%;
}
th {
    text-align: left;
}
td {
    text-align: right;
}
.page {
	text-align: left;
	width: 160px;
}
thead, tfoot {
    background-color: #CCEFFF;
}
th {
    background-color: #CCEFFF;
}


tr.rowodd {
    background-color: #FFF;
}
tr.roweven {
	background-color: #F0F0F0;
}
.sortcol {
    cursor: pointer;
    padding-right: 20px;
    background-repeat: no-repeat;
    background-position: right center;
}
.sortasc {
    color: #fff;
    background-color: #007feb;
}
.sortdesc {
    color: #fff;
    background-color: #00aaeb;
}
.nosort {
    cursor: default;
}

.urg1, .urg2, .urg3, .urg4, .urg5 {
    padding: 3px;
    text-align: center;
    border: 1px solid #333;
    width: 3em;
}
.urg1 {
    background-color: #FFFACD;
}
.urg2 {
    background-color: #FFD700;
}
.urg3 {
    background-color: #FFA500;
}
.urg4 {
    background-color: #E13E00;
}
.urg5 {
    background-color: Red;
}

th.resize-handle-active {
    cursor: e-resize;
}

div.resize-handle {
    cursor: e-resize;
    width: 2px;
    border-right: 1px dashed #1E90FF;
    position:absolute;
    top:0;
    left:0;
}
