@charset "UTF-8";

/**
 * -----------------------------------------------------------------
 * Style Sheet (top.css)
 * -----------------------------------------------------------------
 */
@import url("base.css");

body {
	background:#e0e0e0;
	text-align:center;
	font-size:10pt;
	vertical-align:text-bottom;
}

div.wrapper {
	width:980px;
	margin:0 auto;
	text-align:left;
	padding:0 0 20px;
	position: relative;
}
div.wrapper:after, div.button:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

div.header {
	padding:20px;
	margin:0;
	position: relative;
	font-size:16pt;
	top:-10px;
	height:35px;
	line-height:50px;
	width:95.7%;
}
div.header #version {
	position:absolute;
	right:10px;
	top:15px;
	font-size:9pt;
	color:#ccc;
	line-height:1.2em;
}

div.content {
	padding:20px;
	min-height:350px;
	margin-left:220px;
}

div.sidebar {position:absolute; width:210px; left:0;}
.infobar {padding:15px 10px 20px; margin-bottom:10px; *margin-bottom:5px; text-align:center;}
.infobar p {line-height:1.5em; margin-bottom:10px;}
.infobar button {width:110px; height:30px;}

.menubar {padding:10px 0;}
.menubar ul li a {
	display:block;
	text-decoration: none;
	color:#000;
	border:0px solid #999;
	padding:2px 5px 2px 8px;
	margin:5px 10px;
	border:1px solid transparent;
}
.menubar ul li a:hover {background:#efefef; border-color:#ccc;}

.top .menubar ul li a#menu-top,
.information .menubar ul li a#menu-information,
.training .menubar ul li a#menu-training,
.supervisor .menubar ul li a#menu-supervisor
{background:#666; color:#fff; padding-left:5px;}


div.footer {
	font-size:8pt;
	line-height:2.5em;
	text-align:center;
	color:#666;
}

div.title h1 {font-size:14pt; line-height:1.5em; background:#f0f0f0; padding:5px 10px 2px;}

/* -------------------------------------------------------------------------------- */
body.login div.wrapper, body.logout div.wrapper, body.regist div.wrapper {width:750px;}
body.login div.content, body.logout div.content, body.regist div.content {margin-left:0; width:95%;}
body.login div.button button, body.logout div.button button {float:none;}

body.logout fieldset {
	margin:0 auto;
	text-align:left;
	border:0;
	padding:0;
}


/* -------------------------------------------------------------------------------- */
label {
	display: inline-block;
	white-space:nowrap;
	text-align:right;
	padding:3px 8px 3px 2px;
}
label.note {color:#999; font-size:.9em;}
label.colon {
	padding-right:12px;
	background:transparent url(../../common/images/colon.png) no-repeat 100% 48%;
}


/* -----------------------------------------------------------------
 * ページング
 * ----------------------------------------------------------------- */
div.paging {margin:30px 0 0; position:relative; clear:both;}
a.new {position:absolute; right:0; bottom:4px;}


/* -----------------------------------------------------------------
 * テーブル
 * ----------------------------------------------------------------- */
table {
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
	margin:10px 0;
}
table tbody th, table tbody td {
	border:1px solid #ccc;
	padding:10px 5px;
}
table tbody th {background:#f0f0f0; color:#444;}
table thead th {
	background:#333;
	color:#fff; padding:5px 10px; border-left:1px solid #666; font-size:.9em;
}
table tbody td {background:#fff;}

table.data-list {margin:0;font-size:.9em;}
table.data-list th {white-space:nowrap; padding-left:4px; padding-right:4px;}
table.data-list tbody td { padding:4px;}
table.data-list th.no {width:5px;}
table.data-list tbody td {background-color:#fff;}
table.data-list tbody tr:hover td {background-color:#ffffdd;}
table th.icon, table td.sort {width:35px; text-align:center;}

table td.edit {cursor:pointer; background-image:url(../../common/images/notepad.png); background-repeat:no-repeat; background-position: 50% 50%; text-indent:-5000px;}
table td.del {cursor:pointer; background-image:url(../../common/images/trash.png); background-repeat:no-repeat; background-position: 50% 50%; text-indent:-5000px;}
table td.view {cursor:pointer; text-align:center; text-decoration:underline; font-size:.9em;}
table td.view:hover {color:#006699; text-decoration:none;}

.border-radius {
	background:#fff;
	border:#999 solid 1px;
	border-radius: 12px; -moz-border-radius: 12px; -webkit-border-radius: 12px;
}

.left {text-align:left;}
.right {text-align:right;}
.center {text-align:center;}

div.button {
}
div.button button {
	margin:0;
	min-width:100px;
	padding:2px;
	float:right;
}
div.button button#back {
	float:left;
}

fieldset {
	border:1px solid #000;
	position:relative;
	margin-top:30px;
	padding:20px;
}

fieldset div.comment {
	margin:0 0 20px;
	padding:0 0 10px;
	border-bottom:1px dotted #999;
}
fieldset div.comment p {
	padding:0 0 10px;
}
fieldset .legend {
	background:#000;
	padding:5px 10px;
	color:#fff;
	width:120px;
	top:-30px;
	left:-1px;
	position:absolute;
	z-index:999;
}

table th.required {
	background-image:url(../../common/images/must.png);
	background-repeat:no-repeat;
	background-position:99% 50%;
}

