html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	overflow: hidden;
}
body {
	color : #333;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
	font-size: 9pt;
	line-height: 125%;
	overflow: hidden;
}
td, th {
	font-size: 9pt;
	line-height: 125%;
}
a {
	color: #069;
	text-decoration: none;
}
a:hover {
	text-decoration : underline;
}
a img {
	border: none;
}
form {
	margin: 0px;
}
input, select, textarea {
	font-size: 9pt;
}

/* contents */
#contents {
	min-width: 480px;
	overflow: hidden;
}
div.float_r {
	float: right;
}
div.float_l {
	float: left;
}
div.indent {
	margin-left: 2em;
}
table.layout {
	width: 100%;
	margin: 0px;
	border-collapse: collapse;
	empty-cells: show;
}
.small {
	font-size: 80%;
}
.error {
	color: #f33;
}
a.btn {
	border: 1px solid #ccc;
	color: #888;
	text-decoration: none;
	font-size: 90%;
	padding: 0px 2px;
}
a.btn:hover {
	border: 1px solid #069;
	color: #069;
	text-decoration: none;
}

/* header */
#cont_head {
	background-color: #eee;
	border-bottom: 1px solid #888;
	overflow: hidden;
	padding: 1px;
}
#cont_head_left {
	float: left;
	width: 16em;
	padding-left: 4px;
}
#cont_head_right {
	float: right;
	white-space: nowrap;
}
#cont_head_main {
	padding-left: 4px;
	white-space: nowrap;
	overflow: hidden;
}
#task_find {
	border: 1px solid #666;
	padding: 2px;
	width: 12em;
	height: 1em;
}
#task_clock {
	color: #333;
}
a.headMenu {
	padding-right: 10px;
	background: #eee url(image/menu_triangle1.gif) no-repeat right center;
	color: #333;
	height: 1em;
	white-space: nowrap;
}

/* body */
#cont_body {
	clear: both;
}
#cont_body_left {
	float: left;
	width: 16em;
	height: 100%;
	overflow: auto;
	overflow-x: hidden;
	border-right: 1px solid #888;
}
#cont_body_left .head {
	background-color: #f7f7f7;
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
	margin: 2px 0px;
	padding-left: 4px;
	width: 100%;
	overflow: hidden;
}
#cont_body_main {
	height: 100%;
	overflow: auto;
}

#note_list {
	margin: 0px;
	padding: 0px;
}
#note_list li {
	margin: 0px;
	padding: 2px 2px 2px 16px;
	list-style-type: none;
}
#note_list li.noteFrame {
	padding: 2px;
}
#note_list .noteProj {
	margin-left: 13px;
	padding: 2px;
}
#note_list .noteProjEmpty {
	margin-left: 13px;
	padding: 2px;
	color: #888;
}
#note_list img {
	vertical-align: middle;
	margin-right: 2px;
}
#note_list a {
	color: #333;
}
#note_list .focus {
	font-weight: bolder;
}

div.projFrame {
	margin: 2px;
	border: 2px solid #ccf;
}
div.projItem {
	background-color: #ddf;
	padding: 2px;
}
div.projItem .taskText a {
	color: #333;
	font-size: 120%;
	font-weight: bolder;
}
div.projItem #taskTextEdit {
	background-color: #ffc;
	font-family: sans-serif;
	font-size: 120%;
	font-weight: bolder;
	border: none;
}
div.taskItem {
	padding: 2px;
}
div.taskItem .taskText a {
	color: #333;
}
div.taskItem .taskText a.check {
	color: #888;
	text-decoration: line-through;
}
div.taskItem .taskText a.today {
	color: #33f;
}
div.taskItem .taskText a.past {
	color: #f33;
}
div.taskItem #taskTextEdit {
	background-color: #ffc;
	font-family: sans-serif;
	font-size: 100%;
	border: none;
}
div.findFrame {
	margin: 2px;
	border: 2px solid #fd9;
}
div.findItem {
	background-color: #fea;
	padding: 2px;
}
div.findItem .taskText {
	color: #333;
	font-size: 120%;
	font-weight: bolder;
}
div.findItem .taskText a {
	color: #333;
}
span.taskBtns {
	padding-left: 1em;
}
span.taskBtns a {
	color: #686;
	font-size: 90%;
}
div.projItem img,
div.taskItem img,
div.findItem img {
	vertical-align: middle;
}
div#newProj {
}
div#newItem {
	border: 1px dashed #33f;
}

div.projItem .cmntBlock {
	margin-left: 1em;
}
div.taskItem .cmntBlock {
	margin-left: 2em;
}
.cmntBlock .taskCmnt {
	color: #866;
	font-size: 90%;
	cursor: default;
}
.cmntBlock .taskCmnt a {
	color: #866;
}
textarea#taskCmntEdit {
	width: 95%;
	font-size: 90%;
	font-family: sans-serif;
	background-color: #ffc;
	border: none;
}

div#taskFoot {
	padding: 1em;
	padding-bottom: 10em;
}
div#taskFoot a {
	display: block;
	float: left;
	margin: 4px;
	padding: 4px;
	border: 1px dashed #888;
	color: #888;
	width: 10em;
	text-align: center;
	text-decoration: none;
}
div#taskFoot a:hover {
	background-color: #eee;
	border: 1px solid #069;
	color: #069;
}

div.noteEmpty {
	padding: 1em;
	color: #888;
}
div.findEmpty {
	padding: 1em;
	color: #888;
}

div#task_drag {
	opacity: 0.8;
	z-index: 10;
}
div#task_drag_guide {
	border: 2px solid #37c;
	z-index: 11;
}


/* image */
img.icon {
	width: 16px;
	height: 16px;
}
img.toggle {
	width: 11px;
	height: 11px;
}

/* menu */
.cont_menu {
	position: absolute;
	background-color: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #888 #333 #333 #888;
	z-index: 10;
	cursor: default;
	margin: 0px;
	overflow: auto;
	overflow-x: hidden;
}
.cont_menu table {
	margin: 0px;
	border-collapse: collapse;
	empty-cells: show;
}
.cont_menu td {
	white-space: nowrap;
	padding: 1px;
}
.cont_menu td.check {
	padding: 1px 1px 1px 2px;
	width: 8px;
}
.cont_menu td.check img {
	width: 8px;
	height: 8px;
}
.cont_menu td.item {
	padding: 1px 4px 1px 2px;
	text-align: left;
}
.cont_menu td.submenu {
	padding: 1px 2px 1px 1px;
	width: 8px;
}
.cont_menu td.submenu img {
	width: 8px;
	height: 8px;
}
.cont_menu tr.focus td {
	background-color: #37c;
	color: #fff;
}
.cont_menu .separator {
	height: 1px;
	background-color: #666;
	overflow: hidden;
}
.cont_menu .disable {
	color: #888;
}

#task_date {
	width: 16em;
	border-width: 1px;
	border-style: solid;
	border-color: #888 #333 #333 #888;
	background-color: #fff;
}
#task_date .head {
	margin: 2px;
	text-align: center;
}
#task_date .month {
	font-weight: bolder;
	color: #333;
}
#task_date a.step {
	font-size: 120%;
	color: #666;
}
#task_date table.opt {
	margin: 0px;
	width: 100%;
}
#task_date table.opt td {
	padding: 2px;
}
#task_date a.optMenu {
	border: 1px solid #888;
	text-decoration: none;
	padding: 0 10px 0 2px;
	background: #eee url(image/menu_triangle1.gif) no-repeat right center;
	color: #333;
}
#task_date a.optMenu:hover {
	border: 1px solid #069;
	text-decoration: none;
}
#task_date .foot {
	margin: 0.5em 0 2px;
	text-align: center;
}
#task_date .foot input.btn {
	width: 4em;
}
table.calBody {
	margin: 0px auto;
	border-collapse: collapse;
	empty-cells: show;
}
.calBody th {
	width: 2em;
	border: 1px solid #888;
	background-color: #ccc;
	text-align: center;
	color: #333;
}
.calBody td {
	width: 2em;
	border: 1px solid #888;
	background-color: #fff;
	text-align: center;
	padding: 1px;
}
.calBody td a {
	display: block;
	color: #333;
}
.calBody .sun,
.calBody .hol {
	color: #f33;
}
.calBody .sat {
	color: #33f;
}
.calBody .pale {
	color: #888;
}
.calBody .pale.sun,
.calBody .pale.hol {
	color: #f88;
}
.calBody .pale.sat {
	color: #88f;
}
.calBody .today {
	font-weight: bolder;
}
.calBody .select {
	background-color: #ff6;
	font-weight: bolder;
}

/* config */
.configGroup {
	padding: 4px;
}
.configGroup h3 {
	margin: 1em 0px;
	font-size: 120%;
	font-weight: bolder;
}
.configGroup p {
	margin: 1em;
	line-height: 150%;
}

/* about */
#cont_about {
	padding: 4px;
}
ul#note_about {
	border-top: 1px solid #888;
	margin: 1em 4px;
	padding: 4px 0px;
	padding-left: 1em;
}
ul#note_about li {
	margin-left: 1em;
	margin-top: 2px;
}
ul#note_about a {
	color: #333;
}

/* banner */
#banner {
	padding: 2px;
}
.ama_list {
	margin: 2px 0px;
	padding: 0px;
}
.ama_list li {
	margin: 0px;
	padding: 2px;
	list-style-type: none;
	clear: both;
}
#banner a.image {
	float:left;
	margin-right: 2px;
	display: block;
	width: 60px;
	text-align: center;
}
#banner a.title {
	color: #039;
/*	font-weight: bolder;*/
}
#banner .priceList {
	clear: both;
}
#banner .price {
	color: #900;
	white-space: nowrap;
}
#banner .label {
	font-size: 90%;
	color: #888;
}
#banner .genre {
	color: #c60;
	font-weight: bolder;
}
#banner .anno {
	font-size: 80%;
	color: #333;
}
#banner .anno a {
	color: #333;
}

/* notice */
#notice {
	z-index: 20;
	position: absolute;
	background-color: #fff;
	border: 2px solid #888;
	padding: 10px;
	white-space: nowrap;
	overflow: hidden;
}
#notice_save {
	z-index: 20;
	position: absolute;
	background-color: #833;
	color: #fff;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	width: 15em;
	padding: 2px;
	text-align: center;
}
