/*********************
** Default Settings **
*********************/

* {
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-family: 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Osaka', 'MS PGothic', sans-serif;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    background-image: url(http://www.diginfo.info/ja/images/bg.jpg);
    background-repeat: repeat-y;
/*    background-color: #687083;*/
    font-size: 13px;
    font-family: 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Osaka', 'MS PGothic', sans-serif;
}

img {
    border: none;
}

p {
    margin: 6px 0px;
    font-size: 13px;
    line-height: 16px;
}

strong {
    font-weight: bold;
}

/****************
** Page Layout **
****************/

#container {
    position: relative;
    width: 800px;
    background-color: #FFFFFF;
}

#head, #pagebody, #foot {
    clear: both;
    width: 800px;
}

#head {
    height: 115px;
    background-image: url(http://www.diginfo.info/ja/images/head_bg.jpg);
    background-repeat: no-repeat;
}

#foot {
    border-top: solid 20px #FFFFFF;
    height: 115px;
    background-image: url(http://www.diginfo.info/ja/images/foot_bg.jpg);
    background-repeat: repeat-x;
}

#main {
    float: right;
    width: 590px;
}

#side {
    float: left;
    width: 210px;
}


/***********************************
** Detail Layout (For Base Frame) **
***********************************/

#head-logo {
    position: absolute;
    left: 10px;
    top: 15px;
}

#head-note {
    position: absolute;
    right: 5px;
    top: 73px;
}

#head-search {
    position: absolute;
    right: 5px;
    top: 15px;
}

td#head-search-description {
    font-size: 12px;
    color: #666666;
    text-align: right;
}

div.side-menu-head {
    margin-left: 10px;
    padding-left: 5px;
    width: 190px;
    height: 28px;
    background-image: url(http://www.diginfo.info/ja/images/side-menu-head_bg.jpg);
    background-repeat: no-repeat;
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 26px;
}

div.side-menu-body {
    margin-left: 10px;
    width: 190px;
    background-color: #E7E8EC;
}

div.side-menu-body ol {
    padding: 10px 0 10px 10px;
    list-style-type: none;
}


/*******************************
** Detail Layout (for Common) **
********************************/

/* Calendar */
#main-calendar {
    width: 580px;
    height: 26px;
    background-image: url(http://www.diginfo.info/ja/images/main-calendar_bg.jpg);
    background-repeat: no-repeat;
}

#main-calendar table {
    height: 24px;
    border-collapse: collapse;
    border-style: none;
}

#main-calendar table tr td {
    padding: 0 1px 0 2px;
    line-height: 24px;
    text-align: center;
}

td.c0 { /* Label */
    border-right: solid 1px #FFFFFF;
    width: 90px;
    background-color: #ECEDEF;
    text-align: center;
    color: #395B9A;
    font-weight: bold;
}

td.c1, td.c8, td.c15, td.c22, td.c29 { /* Sunday */
    background-color: #F1B7B5;
}

td.c7, td.c14, td.c21, td.c28, td.c35 { /* Saturday */
    background-color: #BBCAE9;
}

td.today, td.today a {
    font-weight: bold;
}

/* Date Label */
div.main-date-label {
    margin-top: 10px;
    width: 580px;
    border-bottom: solid 2px #003399;
}

div.main-date-label table {
    height: 25px;
    border-collapse: collapse;
    border-style: none;
}

div.main-date-label table tr td{
    padding: 0 5px;
    line-height: 25px;
    background-color: #003399;
    color: #FFFFFF;
    font-weight: bold;
}

/* Entry */
div.main-entry {
    margin-top: 2px;
    width: 580px;
    height: 60px;
    background-image: url(http://www.diginfo.info/ja/images/main-separator.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
}

div.main-entry table {
    width: 580px;
    height: 60px;
    border-collapse: collapse;
    border-style: none;
}

div.main-entry table tr.line1 {
    height: 20px;
    background-color: #EDEEF0;
}

div.main-entry table tr.line2 {
    height: 40px;
}

td.main-entry-time {
    padding-left: 5px;
    width: 50px;
    color: #36579A;
    font-weight: bold;
}

td.main-entry-company {
    width: 380px;
/*    color: #656565;*/
    color: #003399;
    font-weight: bold;
}

td.main-entry-category {
    width: 150px;
}

td.main-entry-title {
    padding-left: 25px;
    background-image: url(http://www.diginfo.info/ja/images/clipboard.gif);
    background-repeat: no-repeat;
    background-position: center left;
}

/* Copyright */
#foot-copyright {
    margin-top: 10px;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
}

