/* 2006/01/17　更新 */

@import url("../common.css");
@import url("../calendar.css");

/* 共通セレクタ　*/

#pageTitle{
    background: transparent url(img/logolearn.gif) no-repeat 0% 0%;
    margin: 0px;
    padding: 0px 0px 0px 60px;
}
#contentMenu {
    border-left: 3px solid #6BCC00;
    width: 200;
}
#contentMenu li{
    background: transparent url(img/point_s_lgr.gif) no-repeat 0% 50%;
}
#pageInfo {
    width: 240;
}
h2 {
    background: #F0FAE5;
}
h2 img {
    margin: 0px 10px 0px 0px;
}

/* 共通セレクタ メニュー　*/

#thispage dt {
    background: transparent url(img/point_s_gr.gif) no-repeat 3px center;
    color: #6BCC00;
}
#this {
    background: #F0FAE5 url(img/arrow_gr.gif) no-repeat 3px center;
    color: #003300;
    border-top: 1px solid #008836;
    border-bottom: 1px solid #008836;
}
#this2 {
    border-bottom: 1px dashed #008836;
    color: #008836;
}
#thispage .other,#thispage .other2 {
    background: transparent url(img/point_s_gr2.gif) no-repeat 3px center;
}
#thispage .otherLink{
    background: url(img/point_ss_gr.gif) no-repeat 3px 8px;
}


/* メインコンテンツ　*/

.eventInfo  {
    margin: 5px;
    border-bottom: 3px double #6BCC00;
}
.eventInfo dt {
    margin: 10px 0px 10px;
    padding: 0px 0px 2px 18px;
    background: transparent url(img/arrow_01.gif) no-repeat 0% 50%;
    color: #009900;
    font-weight: bold;
    border-bottom: 1px solid #6BCC00;
}
.eventInfo dd {
    margin: 0px 0px 0px 25px;
    padding: 1px 3px 1px 15px;
    font-size: 12px;
}
.eventInfo dd.note {
    margin-left: 0px;
    margin-bottom: 10px;
    padding: 0px 3px;
    font-size: 12px;
    line-height: 22px;
    background: transparent url(../img/note_bg.gif) repeat 0% 0%;
}

.eventInfo a:link,.eventInfo a:visited{
    padding: 1px 3px 1px 15px;
    background: url(img/arrow_gr3.gif) no-repeat 0% 50%;
    text-decoration: none;
}
.eventInfo a:hover,.eventInfo a:active{
    padding: 1px 3px 1px 15px;
    background: url(img/arrow_gr4.gif) no-repeat 0% 50%;
    text-decoration: underline;
}

/* イベント詳細　*/

.eventBlock {
    margin: 0px 5px 0px 0px;
}
.eventBlock dl {
    margin: 20px 0px 2px;
}

.eventBlock dt {
    color: #5A6E6F;
    background: transparent url(img/bbs_titlemark.gif) no-repeat 0% 0%;
    padding: 3px 0px 0px 18px;
    font-size: large;
}
.eventBlock span {
    font-size: small;
}
.eventBlock dd.update {
    font-size: xx-small;
    color: #000000;
    margin: 0px 0px 8px;
    padding: 2px 0px 2px 16px;
    border-left: 5px solid #D3DAD6;
}
.eventBlock dd.introduction {
    background: #D3DAD6;
    margin: 2px 0px;
    padding: 8px;
}
.eventBlock dd.information {
    margin: 2px 0px;
    padding: 8px;
    border: 1px solid #D3DAD6;
}
.eventBlock dd.item {
    line-height: 24px;
    background: transparent url(img/bbs_infobg.gif);
    margin: 5px 5px 0px;
    padding: 0px;
}
.eventBlock dd.item span {
    width: 100px;
    padding-right: 5px;
    color: #333333;
    text-align: right;
}
.eventBlock p.details {
    margin-left: 410px;
    font-size: 14px;
}
.eventBlock p.details a:link,.eventBlock p.details a:visited{
    padding-left: 15px;
    background: transparent url("img/arrow_link01_gr.gif") no-repeat 0% 50%;
}
.eventBlock p.details a:hover,.eventBlock p.details a:active{
    padding-left: 15px;
    background: transparent url("img/arrow_link01_gy.gif") no-repeat 0% 50%;
}

.eventBlock dd.sponsor {
    margin: 2px 5px 5px;
    padding: 3px 0px 3px 18px;
    background: transparent url("img/point_s_lgr3.gif") no-repeat 5px 50%;
    text-align: left;
    font-size: 12px;
    border-top: 1px solid #333333;
    border-bottom: 2px solid #000000;
}




