/*====[ サイドメニュー ]====*/
#sidemenu{
    float:left;
    width:230px;
    height:auto;
    margin-top: 113px;
    padding-right:20px;
}
#sidemenu h1{
    width:232px;
   color: #444;
    font-size:15px;
    font-weight:normal;
    margin: 0px;
    padding:20px 0px 10px 0px;
    line-height:1.6em;
    position: fixed;
    background:#fff;
}

 #sidemenu a:link, a:visited{
    color: #73803b;
    text-decoration: none;
    overflow: hidden;
}
.line{
    width:230px;
    height:385px;
    margin: 0px;
    padding-bottom:10px;
}
#sidemenu img.menubar{
    width: 230px;
    height: 50px;
    margin: 10px 0px 0px 0px;
}

#sidemenu h1{
    color: #444;
    font-size: 15px;
    font-weight: normal;
    margin: 0px;
    padding: 20px 0px 10px 0px;
    line-height: 1.6em;
    position: fixed;
}

/*====[ サイドメニュー テーブル]====*/

.sidemenuTB{
    width: 230px;
    margin:110px 0px;
    border-collapse: collapse;
}
.sidemenuTB th{
    padding:8px 0px;
    width: 230px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    font-weight:bold;
    background:#7aa813;
}
.sidemenuTB td{
    padding-top:8px;
    font-size: 15px;
    color: #444;
    font-weight: normal;
    text-align: left;
}
.sidemenuTB .bottom{
    margin:0px;
    padding:0px;
    width: 230px;
    font-size: 46px;
    text-align: center;
    color: #df1010;
    font-weight:bold;
}
.sidemenuTB .text{
    padding-bottom:10px;
    width: 230px;
    font-size: 15px;
    text-align: left;
    color: #444;
    font-weight:normal;
}
/*====[ カレンダー ]====*/
#calendar{
    width:228px;
    margin: 0px;
    padding:0px;
}
#calendar th{
    margin: 0px 0px 0px 10px;
    padding: 3px 0px 3px 0px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
    color: #777;
}
#calendar td{
    padding: 3px;
    font-weight: normal;
    line-height: 1.4;
    text-align: left;
    color: #777;
}
#calendar .d1 {
    border-collapse:collapse;
    margin: 10px 0px;
    width:228px;
}  
#calendar .d1 td {
    border:solid 1px #ccc;
    height:24px;
    text-align:center;
}  
#calendar .d2 td {
    font-weight:bold;  
    font-size:16px;  
    color:#000;  
    text-align:center;
    border:none;  
}  
#calendar .d3,.d3a {  
    color:#f00;  
    text-align:center;
}  
.d3 {  
    background:#fee;  
    text-align:center;
}  
#calendar .d4,.d4a {  
    color:#00f;  
    text-align:center;
}  
#sidemenu .d4 {  
    background:#eef;  
    text-align:center;
}  
#calendar .d5 {  
    background:#ff8;  
    text-align:center;
    font-weight:bold;  
}  
#calendar .d6 {  
    font-weight:bold;  
    background:#efe;
    text-align:center;
} 


