a.actionlink, .actionlink {
   color: #0000EE;
   text-decoration: underline;
}
/* body
----------------------------------------------- */
div#calBodyWrap {
    margin:5px 0 0;
    padding:0;
    width:700px;
    font-size: 82%;
    line-height: 140%;
}


/* mainArea
----------------------------------------------- */
div#calBodyWrap #mainArea {
    margin:0;
    padding:0;
    width:676px;
    float:right;
}
div#calBodyWrap div#mainArea {
    padding: 10px 5px 20px 7px;
    margin-bottom: 10px;
}
div#calBodyWrap div#calHeadArea {
    background: url('/img/cal_toptitle_bg.gif') 0 100% no-repeat;
    width: 676px;
    height: 120px;
}
div#calBodyWrap div#calHeadArea #calTxtArea {
    float: left;
}
div#calBodyWrap div#calHeadArea #calTitle {
    font-size: 140%;
    display: block;
    width: 460px;
    padding: 40px 10px 10px 10px;
}
div#calBodyWrap div#calHeadArea #calTheme {
    display: block;
    width: 460px;
    padding: 5px 10px 20px 10px;
}
div#calBodyWrap div#calHeadArea #calPic {
    border: 1px solid #BBB;
    display: block;
    width: 150px;
    height: 90px;
    background-color: #FFF;
    float: right;
    margin: 10px;
    padding: 5px;
    text-align: center;
}
* html div#calBodyWrap div#calHeadArea #calPic {
    width: 160px;
}
div#calBodyWrap div#calBodyArea {
    width: 674px;
    height: auto;
    overflow: hidden;
    border: 1px solid #BBB;
}
div#calBodyWrap div#calBodyArea #desc{
    font-weight: normal;
    padding: 10px 15px 5px 10px;
}
div#calBodyWrap div#calBodyArea #subInfo {
    width: 648px;
    margin-left: 10px;
    text-align: right;
    border-top: 1px solid #BBB;
    border-bottom: 1px solid #BBB;
}
div#calBodyWrap div#calBodyArea #btnArea {
    margin: 15px 0 20px 10px;
}
div#calendarSFrame .resultLogo{
    padding: 10px;
    text-align: right;
}
div#calendarSFrame .resultLogo img{
   vertical-align: bottom;
}
#calendarFrame {
    width: 674px;
    height: 100%;
    overflow: hidden;
    background-color: #EFEFEF;
    border-right: 1px solid #BBB;
    border-left: 1px solid #BBB;
    border-bottom: 1px solid #BBB;
}
ul#tabmenu li {
    background: url(/img/tabnavi_off_right03.gif) no-repeat right top;
    position: relative;
    top: 5px;
}
ul#tabmenu li span {
    background: url(/img/tabnavi_off_left03.gif) no-repeat left top;
    color: #0000EE;
}
ul#tabmenu li.on {
    background: url(/img/tabnavi_on_right03.gif) no-repeat right top;
    position: relative;
    top: 1px;
}
ul#tabmenu li.on span {
    background: url(/img/tabnavi_on_left03.gif) no-repeat left top;
}
ul#tabmenu li.list span {
    background: url(/img/tabnavi_off_left03.gif) no-repeat left top;
}

ul#tabmenu li.list_on {
    background: url(/img/tabnavi_on_right03.gif) no-repeat right top;
    position: relative;
    top: 1px;;
}
ul#tabmenu li.list_on span {
    background: url(/img/tabnavi_on_left03.gif) no-repeat left top;
}
#calListTtlWrap {
    margin-right: 0;
    width: 657px;
}
#calendarArea {
    width: 674px;
}
#calendarFrame #tabLinkArea {
    background-color: #EFEFEF;
    margin: 0;
    width: 674px;
    padding-top: 10px;
    border-bottom: 2px solid #BBB;
}
#calendarFrame .weekOfMonthBox {
    background-color: #EFEFEF;
    border-color: #BBB;
    width: 14.1%;
}
#calendarFrame .weekOfMonthBox span {
    display: inline-block;
    margin-top: 5px;
}
#calendarFrame .dayOfMonthBox {
    border-color: #BBB;
    width: 14.1%;
}
#calendarFrame .dayOfMonth-now_iframe {
    border-color: #BBB;
}
#calendarFrame div#calBottom {
    background: url('/img/cal_bottom_bg.gif') 0 100% no-repeat;
    display: block;
    width: 676px;
    height: 14px;
    overflow: hidden;
}
table.calList {
    border-color: #BBB;
}
div#calMonthly01 {
    margin: 0;
    font-size: 120%;
}
table.calList th, table.calList td {
    border-color: #BBB;
    padding: 0;
}
table.calList th {
    background: url(/img/callist_bg002.gif) repeat-x top;
}
table.calList td.ttlBtnOpn,
table.calList td.ttlEvent,
table.calList td.ttlCategory {
    background-color: #EFEFEF;
}
table.calList td.ttlSchedule {
    background:url(/img/cal_date_bg02.gif) no-repeat left top;
}
table.calList .opnDetail {
    background:url(/img/opndetail_bg02.gif) repeat-y;
}
table.calList .opnDetail ul.detail_txt {
    border-color: #BBB;
}

/*
=================================================================

* baloon

=================================================================
*/
div.bal-event-disp01 div.bottomAreaBg {
    background:url(/img/disp02_btm.gif) no-repeat top;
}
div.bal-event-disp01 div.topAreaBg {
    background:url(/img/disp02_top_bg.gif) no-repeat top;
}
div.bal-event-disp01 div.bodyAreaBg {
    background:url(/img/disp02_body_bg.gif) no-repeat top;
}
div.bal-event-disp01 div.btmAreaBg {
    background:url(/img/disp02_btm_bg.gif) no-repeat top;
}
div.bal-event-disp01 div.btmAreaBg ul li span {
    color: #666;
}