@charset "Shift_JIS";

#columnLeft {
	width: 170px;
	float: left;
	margin-top: 15px;
	}

#columnRight {
	width: 555px;
	float: right;
	margin: 15px 0 0 15px;
	}

#emp01 {
	background: #333;
	color: #fff;
	padding: 3px 0 3px 3px;
	border-bottom: 3px solid #c33;
	}

#writingsList {
	width: 555px;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 0;
	border: 0;
	margin: 0;
	font-size: 12px;
	line-height: 1.2em;
	}

.listCell01 {
	width: 50px;
	background: #333;
	color: #fff;
	border-right: 1px solid #fff;
	text-align: center;
	padding: 4px;
	}

.listCell02 {
	width: 35px;
	background: #333;
	color: #fff;
	border-right: 1px solid #fff;
	text-align: center;
	padding: 4px;
	}

.listCell03 {
	background: #333;
	color: #fff;
	border-right: 1px solid #fff;
	text-align: center;
	padding: 4px;
	}

.listCell04 {
	background: #333;
	color: #fff;
	text-align: center;
	padding: 4px;
	}

.listCell05 {
	width: 50px;
	border-right: 1px dotted #333;
	border-bottom: 1px solid #333;
	text-align: right;
	vertical-align: top;
	padding: 4px;
	}

.listCell06 {
	width: 35px;
	border-right: 1px dotted #333;
	border-bottom: 1px solid #333;
	text-align: right;
	vertical-align: top;
	padding: 4px;
	}

.listCell07 {
	border-right: 1px dotted #333;
	border-bottom: 1px solid #333;
	text-align: left;
	vertical-align: top;
	padding: 4px;
	}

.listCell08 {
	border-bottom: 1px solid #333;
	text-align: left;
	vertical-align: top;
	padding: 4px;
	}