/*
Title:index.css
Description:下層用CSS
*/

/*--------
mainContents----------------------------------------------------*/
#mainContents {
    z-index:9999;
    margin-top:55px;
    margin-left:15px;
    margin-bottom:8px;
    float: left;
    width: 945px;
    padding: 0px 0px 20px 0px;
    background-color: #ffffff;
    border-radius: 0px 0px 5px 5px;
}

.mainHeader{
    position:relative;
    top: 1px;
    left: 215px;
}

.mainHeaderTitle{
    position: relative;
    z-index: 1;
    top: 30px;
    left: 20px;
    width:220px;
    height:167px;
    background-image:url("../image/lower/img_mainTitle.png");
}

.mainHeaderTitleText{
    position: absolute;
    width: 150px;
    top: 50%;
    margin-top: -50px;
    left: 50%;
    margin-left: -75px;
    height: 100px;
    overflow: hidden;
    display: table;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fe679f;
}
.mainHeaderTitleText h1{
    position:relative;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
    color: #fe679f;
}

.mainHeaderTitleText h1 img{
  position:absolute;
  left:0;
  top:0;
}

.mainHeaderBg{
    position:absolute;
    top: 0;
    z-index: 0;
}

/*--------
mainContents----------------------------------------------------*/
#mainContents .plan h2{
         width:630px;
         height:63px;
   background-repeat: no-repeat;
    background-image: url("../image/top/img_planTitle.jpg");
}
#mainContents .plan ul{
               width: 630px;
              height: 81px;
    background-image: url("../image/top/img_planBg.jpg");
}

#mainContents .plan ul li{
    margin: 0px 0px 0px 21px;
}

#mainContents .objective .objectiveLayout{
     margin-left: 9px;
    margin-right: -9px;
}

#mainContents .plan ul li,
#mainContents .objective ul li{
    float:left;
}

#mainContents .topics{
    position:relative;
    margin: 10px 0px;
}

#mainContents .topics h2{
         width:630px;
         height:63px;
   background-repeat: no-repeat;
    background-image: url("../image/top/img_topicsTitle.jpg");
}

.topicsDate {
        color:#6b6b6b;
    font-size: 12px;
      display: block;
        clear: both;
}
.topics a{
          display: block;
    border-bottom: 1px solid #dcdcdc;
   padding-bottom: 10px;

}

#mainContents .topics ul li{
    padding: 5px 15px;
    background-image: url("../image/top/img_topicsBg-mid.jpg");
}

#mainContents .topics ul {
         width: 630px;
    margin-top: -11px;
}

#mainContents .topics ul{
    background-image: url("../image/top/img_topicsBg-mid.jpg");
}

#mainContents .topics ul li:last-child{
         padding-bottom: 20px;
      background-repeat: no-repeat;
       background-image: url("../image/top/img_topicsBg-bot.jpg");
    background-position: bottom;
}

.topicsList a {
    position: absolute;
             top: 15px;
           right: 15px;
         display: inline;
         padding: 0px 9px;
     line-height: 1.5em;
          border: 1px solid #ffffff;
       font-size: 14px;
   border-radius: 2px;
           color:#ffffff;

}

.topicsList a:hover{
    color: #58c3ed;
    background-color:#ffffff;
}

/*--------
departmentSchedule----------------------------------------------------*/
.blockSchedule{
    margin: 10px 0px;
}
.departmentSchedule{
    width: 200px;
    background-color: #ffffff;
    border-radius: 5px;   box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    margin: 10px 0px;
}
.departmentSchedule dl{
    padding: 10px 10px;
    margin: 0px 10px;
    border-bottom: 1px solid #efeee8;
}
.departmentSchedule dl.second{
    border-bottom: none;
}

.departmentSchedule h2{
   width: 200px;
   height: 45px;
   background-repeat: no-repeat;

   background-image: url("../image/lower/img_side-departmentTitle.png");

}

.departmentSchedule article,
.eventSchedule article{
    text-align:center;
           height:75px;
          padding: 7px 15px;
background-repeat: no-repeat;
 background-image: url("../image/top/img_dpeventBg.jpg");
}

.departmentSchedule dl dt{
    margin-right: 10px;
           color: #ff74a7;
           float: left;
}

.departmentSchedule dd{
    margin-left: 40px;
}

/*--------
departmentSchedule----------------------------------------------------*/
.eventSchedule{
    width: 200px;

    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    margin: 10px 0px;
    padding: 0px 0px 5px 0px;
}

.eventSchedule h2{
   width: 200px;
   height: 45px;
   background-repeat: no-repeat;
    background-image: url("../image/lower/img_side-eventTitle.png");
}

.eventSchedule ul{
    text-align:center;
    line-height: 1.5;
}

.eventSchedule ul li{

background-image: url("../image/global/img_listIcon.gif");
background-repeat:no-repeat;
background-position: left center;
margin: 5px 10px;
text-align: left;
padding: 0px 0px 0px 20px;
}

/*--------
detailLink----------------------------------------------------*/
.detailLink{
    margin:10px 0px;
}
.detailLink ul li{
           float: left;
    margin-right: 14px;
   margin-bottom: 11px;
}

.detailLink ul li:last-child{
           float: left;
      margin-top: -96px;
    margin-right: 0px;
}

/*--------
rightSide----------------------------------------------------*/

.bnrArea li a img{
    box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    margin:10px 0px;
}

/*--------
rightSide----------------------------------------------------*/

#rightSide {
          width: 310px;
       position: absolute;
          right: -317px;
            top: 7px;
}

.rightSideNav ul li{
    float:left;
    margin-right: 10px;
}
.rightSideNav ul li:last-child {
margin-right: 0px;
}

.forBusiness{
    width: 200px;
    margin: 10px 0px;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.forBusiness h2{
        height: 37px;
    background-repeat: no-repeat;
     background-image: url("../image/lower/img_side-forBusinessTitle.png");
}

.forBusiness ul{
    height: 321px;
    height: 315px;
    padding:5px;
    background-repeat: no-repeat;
     background-image: url("../image/lower/img_side-forBusinessBg.png");
}

.forBusiness ul li{
    margin-top:5px;
       display: block;
    text-align:center;
}
.forBusiness ul li a img{
    box-shadow:1px 1px 1px rgba(0,0,0,0.3);
}
.fbWidget{
    height:378px;
    padding:15px 10px;
    background-repeat: no-repeat;
     background-image: url("../image/top/img_fbWidgetBg.jpg");
}
.topicPath{background-color: #fbf8ee;}
.topicPath ul{padding: 10px 15px;}
.topicPath ul li{
    display:inline-block;
}
