body {
    margin: 0;
    color: #161616;
    font-family: arial, sans-serif;
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
}

div {
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
}

table,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
}

th,
td {
    font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

th {
    text-align: right;
    cursor: default;
}

td {
    text-align: left;
}

a {
    color: #3f6be1;
    text-decoration: none;
}

label {
    cursor: pointer;
}

#mask {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    min-height: 100%;
    width: 100%;
    background-color: #000000;
    cursor: default;
}

#wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    min-height: 100%;
    width: 100%;
}

#about {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 400px;
    width: 400px;
    margin-top: -200px;
    margin-left: -200px;
    background-color: #000000;
    border: 4px solid #ffffff;
    color: #ffffff;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
}

#about_title {
    padding: 16px;
    font-size: 16px;
    text-align: center;
}

#about_body {
    padding: 0 16px 16px 16px;
}


.shortcuts {
    padding: 8px 0;
}
.shortcuts .link {
    float: left;
    margin: 0 8px;
    white-space: nowrap;
}
.shortcuts a {
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
}




.title {
    padding: 4px 16px;
    background-color: #c6c6c6;
    color: #161616;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #969696;
    text-align: center;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-topleft: 8px;
    cursor: default;
}

.mark {
    margin-right: 2px;
    color: #3f6be1;
}

.list {
    overflow: auto;
    background-color: #ffffff;
    text-align: left;
}
.list a div {
    padding: 4px 16px;
    color: #444444;
    text-decoration: none;
}
.list a:hover div {
    background-color: #ececec;
}
.list .line1 {
    background-color: #ffffff;
    border-bottom: 1px dotted #aaaaaa;
}
.list .line2 {
    background-color: #f6f6f6;
    border-bottom: 1px dotted #aaaaaa;
}


.confirm_box {
    position: absolute;
    top: 120px;
    left: 50%;
    width: 400px;
    margin-left: -200px;
}
.confirm_body {
    padding: 16px;
    background-color: #000000;
    color: #ffffff;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    cursor: default;
}

.message_bar {
    padding: 4px 16px 2px 16px;
    background-color: #f0f0f0;
    border-bottom: 1px solid #aaaaaa;
    height: 24px;
    cursor: default;
}
.message_bar .mark {
    margin-right: 2px;
}

a .mark {
    color: #4f7bf1;
}

.contents_win {
    position: absolute;
    top: 110px;
    left: 50%;
    width: 800px;
    margin-left: -400px;
}
#navi {
    height: 24px;
    background-color: #aaaaaa;
    color: #161616;
    border-bottom: 1px solid #333333;
    cursor: default;
}
#navi a {
    font-size: 12px;
    color: #161616;
    text-decoration: none;
}


#navi_left {
    position: absolute;
    top: 0;
    left: 12px;
    text-align: left;
}
#navi_left div {
    padding: 5px 12px 3px 12px;
    float: left;
}
#navi_left div.navi_active {
    padding: 4px 12px 3px 11px;
    background-color: #404040;
    border-top: 1px solid #333333;
    border-left: 1px solid #333333;
}
#navi_left div.navi_active a {
    color: #ffffff;
}


#navi_right {
    position: absolute;
    top: 0;
    right: 12px;
    text-align: right;
}
#navi_right div {
    padding: 5px 12px 3px 12px;
    float: right;
}


#navi_center {
    position: absolute;
    top: 5px;
    left: 0;
    text-align: center;
    width: 100%;
}
#navi_center span {
    margin: 0 12px;
}



form {
    margin: 0;
    padding: 0;
}

form th,
form td {
    padding: 4px;
}

.text_input,
.text_input_short {
    font-family: arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    width: 500px;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-top: 1px solid #999999;
    color: #161616;
    -webkit-user-select: text;
    -moz-user-select: text;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 1px 2px;
}


.text_input_short {
    width: 240px;
}


.input_box {
    background-color: #ffffff;
}


.search_box {
    position: absolute;
    top: 0;
    right: 0;
    padding: 2px 16px;
}
.search_word {
    width: 160px;
    font-size: 12px;
    line-height: 16px;
    border-top: 1px solid #939393;
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    border-left: 1px solid #c0c0c0;
    background-color: #ffffff;
}


.star_input {
    text-align: right;
}
.star_input .on {
    color: #3f6be1;
}
.star_input_0,
.star_input_1,
.star_input_2,
.star_input_3,
.star_input_4,
.star_input_5 {
    text-align: right;
    font-size: 16px;
    color: #dddddd;
    display: none;
}
.star_0 .star_input_0,
.star_1 .star_input_1,
.star_2 .star_input_2,
.star_3 .star_input_3,
.star_4 .star_input_4,
.star_5 .star_input_5 {
    display: inline;
}

a .button {
    padding: 8px;
    width: 100px;
    text-align: center;
    background-color: #3f6be1;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

a:hover .button {
    background-color: #4f7bf1;
}

.button_span {
    width: 40px;
}

#popup_mask {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    min-height: 100%;
    width: 100%;
    background-color: #000000;
    cursor: default;
}


#popup_box {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    min-height: 100%;
    width: 100%;
}
.popup_body {
	padding: 16px;
    background-color: #ffffff;
    -webkit-border-bottom-right-radius: 12px;
    -webkit-border-bottom-left-radius: 12px;
    -moz-border-radius-bottomright: 12px;
    -moz-border-radius-bottomleft: 12px;
}
.popup_title {
	padding: 0 0 16px 0;
	font-size: 14px;
	line-height: 18px;
    cursor: default;
}
.popup_read {
    padding: 0 0 16px 0;
    font-size: 11px;
    cursor: default;
}
#message_box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    margin-top:-40px;
    margin-left: -200px;
}
#message_body {
    padding: 16px;
    background-color: #000000;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    cursor: default;
}


#error_message_box {
    margin-bottom: 16px;
}
#error_message_body {
    padding: 4px;
    background-color: #f0f0f0;
    border: 2px solid #e0e0e0;
    color: #161616;
    font-size: 11px;
    font-weight: bold;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    cursor: default;
}
#error_message_body .mark {
    color: #3f6be1;
    margin-right: 2px;
}





#bookmark_search_navi {
    position: absolute;
    top: 4px;
    right: 16px;
}
#bookmark_search_navi span {
    padding-left: 12px;
}
#bookmark_search_navi a {
    font-size: 12px;
    color: #161616;
    text-decoration: none;
}


#bookmark_list,
#bookmark_qsearch_list {
    height: 450px;
}
#note_search_navi {
    position: absolute;
    top: 4px;
    right: 16px;
}
#note_search_navi span {
    padding-left: 12px;
}
#note_search_navi a {
    font-size: 12px;
    color: #161616;
    text-decoration: none;
}


#note_qsearch_list {
    height: 450px;
}

#note_list {
    height: 150px;
}

#note_form {
    height: 300px;
    background-color: #ffffff;
}

#note_edit_form {
    padding-top: 4px;
}

#note_body {
    height: 194px;
    width: 562px;
    font-size: 12px;
    line-height: 16px;
}

#note_edit_form_error_message {
    position: absolute;
    top: 320px;
    left: 300px;
    width: 400px;
    text-align: center;
}
#note_edit_form_error_message #error_message_body {
    background-color: #ffffff;
}



#calendar_current_month {
    position: absolute;
    top: 34px;
    left: 374px;
    font-size: 16px;
}

#calendar_table {
    height: 450px;
    overflow: auto;
    background-color: #ffffff;
}

#calendar_table td {
    border: 1px solid #aaaaaa;
}

#calendar_table .cell {
    height:120px;
    width: 110px;
}

#calendar_table .day {
    padding: 4px;
    background-color: #e6e6e6;
    color: #161616;
    font-size: 16px;
    text-align: right;
}

#calendar_table .today .day {
    background-color: #5374c1;
    color: #ffffff;
}

#calendar_table .wday {
    margin-left: 4px;
    font-size: 11px;
}
#calendar_table .wday0 {
    color: #ee5555;
}
#calendar_table .wday6 {
    color: #3f6be1;
}

#calendar_table .schedule {
    margin: 2px;
    padding: 2px;
    background-color: #f0f0f0;
    color: #404040;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

#calendar_table .holiday {
    margin: 4px;
    padding: 2px;
    text-align: center;
    background-color: #e17967;
    color: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}


.schedule_date {
    font-size: 16px;
}


.schedule_list {
    margin-bottom: 16px;
    text-align: left;
}

.schedule_list .schedule {
    margin: 0 0 4px 0;
    padding: 4px;
    background-color: #f0f0f0;
    color: #404040;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.schedule_list a:hover .schedule {
    background-color: #eaeaea;
}

.schedule_list .schedule_title {
    font-size: 14px;
    line-height: 18px;
}

.schedule_list .schedule_detail {
    padding: 8px 16px 0 8px;
    color: #868686;
}
