@charset "UTF-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td{
padding:0;
margin:0;
}

table{
border-collapse: collapse;
border-spacing:0;
}
img{
border:0;
line-height:0;
}
ol,ul{
list-style:none;
}

body{
font:12px/1.5 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#333;
}

body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

a:link,a:visited{color:#63449e;text-decoration:none;}
a:hover{color:#8c71c0;}
a:active, a:focus {outline:0;}
img{border:0;}



/*******************************
レイアウト
*******************************/
#header, #mainNav, #wrapper,#footer ul{
margin:0 auto;
width:880px;
clear:both;
}

#sidebar{
float:left;
width:233px;
padding:22px 0 50px;
}

#main{
float:right;
width:627px;
padding:22px 0 50px;
}


/*******************************
/* ヘッダー
*******************************/
#headerWrap_top{
height:500px;
background:#fff url(images/wall.jpg) repeat-x 0 0;
}

#headerWrap{
height:147px;
background:#fff url(images/wall2.jpg) repeat-x 0 0;
}

#header{
position:relative;
height:147px;
}

#header h1,#header h2,#header p{
position:absolute;
top:31px;
font-size:10px;
font-weight:normal;
line-height:22px;
}

/* スローガン */
#header h1{
top:2px;
left:0;
color:#555;
}

/* ロゴ */
#header h2{
left:0;
}

/* 住所 */
#header p{
right:0;
}


/************************************
/* メインナビゲーション
************************************/
ul#mainNav{
position:absolute;
top:102px;
height:45px;
background:url(images/mainNavBg.png) no-repeat 0 0;
}

ul#mainNav li{
text-indent: -5000px;
float:left;
}

ul#mainNav a{
display: block;
width: 176px;
height: 45px;
background:url(images/mainNav1.jpg) no-repeat 0 0;
}

ul#mainNav li.current_page_item a,ul#mainNav li.current-menu-item a,ul#mainNav li a:hover{background-position:0 -45px;}

ul#mainNav li.menu-item-2 a{background-image:url(images/mainNav2.jpg);}
ul#mainNav li.menu-item-3 a{background-image:url(images/mainNav3.jpg);}
ul#mainNav li.menu-item-4 a{background-image:url(images/mainNav4.jpg);}
ul#mainNav li.menu-item-5 a{background-image:url(images/mainNav5.jpg);}	



/*******************************
/* メイン
*******************************/
#mainImg{margin-top:-350px;}

h3.heading{
clear:both;
padding-left:25px;
line-height:34px;
font-size:14px;
font-weight:normal;
color:#333;
background:url(images/headingBg.png) no-repeat 0 0;
}

h3.heading span{
font-size:10px;
color:#63449e;
padding-left:10px;
line-height:34px;
}

.article{
border:0;
margin:0 0 20px 0;
padding: 0 10px 0 10px;
background:none;
border:1px solid #dcdcdc;
}

.article_cell{
clear:both;
padding:20px 0 25px;
border-bottom:1px dashed #dcdcdc;
}

.main{
padding:20px 10px 20px 10px;
margin:0 0 20px 0;
border:0;
background:none;
border:1px solid #dcdcdc;
}

.last{border-bottom:none;}

.main h4{
margin:0 0 10px 10px;
font-size:16px;
font-weight:normal;
color:#63449e;
}

.article h4{
margin:0 0 10px 10px;
font-size:16px;
font-weight:normal;
color:#63449e;
}

.alignleft{
float:left;
padding:0 15px 15px 10px;
}

.alignright{
float:right;
padding: 0 10px 15px 15px;
}

.aligncenter{
padding: 20px 0 20px 0;
text-align: center;
}

.main p{
padding:0 10px 0 10px;
}

.article p{
padding:0 10px 0 10px;
}

.picture{
width:193px;
float:left;
text-align:center;
background-color:#ffffff;
border-top:1px solid #eaeaea;
border-right:1px solid #ddd;
border-bottom:1px solid #ccc;
border-left:1px solid #eaeaea;
padding:5px 0 5px 0;
margin:5px 0 0 5px;
}

.picture:hover{
background-color:#fffaef;
}


/*******************************
/* サイトバー
*******************************/
#sidebar h3{
clear:both;
padding-left:25px;
line-height:34px;
font-size:14px;
font-weight:normal;
color:#333;
background:url(images/side_headingBg.png) no-repeat 0 0;
}

ul.info{
overflow:hidden;
padding:0 0 10px 17px;
border:1px solid #dcdcdc;
margin-bottom:20px;
}

ul.info li{
line-height:0;
padding:10px 0;
margin-right:15px;
border-bottom:1px dashed #dcdcdc;
}

ul.info a:link,ul.info a:visited{
display: block;
padding-left:12px;
line-height:normal;
text-decoration:none;
color:#313131;
background:url(images/linkArrow.gif) no-repeat 0 50%;
}

ul.info a:hover, ul.info li.current_page_item a, ul.info li.current-menu-item a{color:#63449e;}

ul.info li.last{border-bottom:none;}

#sidebar p{margin-bottom:20px;}

/*******************************
/* フッター
*******************************/
#footer{
clear:both;
background:#808080;
}

#footer ul{
padding:25px 0;
text-align:center;
}

#footer li{
display: inline;
padding: 5px 16px;
border-left:1px dotted #ccc;
}

#footer li a{
text-decoration:none;
color:#fff;
}

#footer li a:hover{color:#e0e0e0;}

p#copy{
padding:10px 0 37px;
text-align:center;
color:#fff;
font-size:10px;
}

/* スライドショー
*****************************************************/
    #slides{
      display: none
    ;
}

    #slides .slidesjs-navigation{
      margin-top:-50px;
      color:#ffffff;
    }

.container2,
padding-top: 30px;
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container{
  width: 910px;
  margin: 0 auto;
}
.span12{
  width: 940px;
}
.span11{
  width: 860px;
}
.span10{
  width: 780px;
}
.span9{
  width: 700px;
}
.span8{
  width: 620px;
}
.span7{
  width: 540px;
}
.span6{
  width: 460px;
}
.span5{
  width: 380px;
}
.span4{
  width: 300px;
}
.span3{
  width: 220px;
}
.span2{
  width: 140px;
}
.span1{
  width: 60px;
}
.offset12{
  margin-left: 980px;
}
.offset11{
  margin-left: 900px;
}
.offset10{
  margin-left: 820px;
}
.offset9{
  margin-left: 740px;
}
.offset8{
  margin-left: 660px;
}
.offset7{
  margin-left: 580px;
}
.offset6{
  margin-left: 500px;
}
.offset5{
  margin-left: 420px;
}
.offset4{
  margin-left: 340px;
}
.offset3{
  margin-left: 260px;
}
.offset2{
  margin-left: 180px;
}
.offset1{
  margin-left: 100px;
}
    a.slidesjs-next,
    a.slidesjs-previous,
    a.slidesjs-play,
    a.slidesjs-stop{
      background-image: url(playing/img/btns-next-prev.png);
      background-repeat: no-repeat;
      display:block;
      width:12px;
      height:18px;
      overflow: hidden;
      text-indent: -9999px;
      float: left;
      margin-right:5px;
    }

    a.slidesjs-next{
      margin-right:10px;
      background-position: -12px 0;
      color:#ffffff;
    }

    a:hover.slidesjs-next{
      background-position: -12px -18px;
    }

    a.slidesjs-previous{
      background-position: 0 0;
    }

    a:hover.slidesjs-previous{
      background-position: 0 -18px;
    }

    a.slidesjs-play{
      width:15px;
      background-position: -25px 0;
    }

    a:hover.slidesjs-play{
      background-position: -25px -18px;
    }

    a.slidesjs-stop{
      width:18px;
      background-position: -41px 0;
    }

    a:hover.slidesjs-stop{
      background-position: -41px -18px;
    }

    .slidesjs-pagination{
      margin: 7px 20px 0;
      float: right;
      list-style: none;
    }

    .slidesjs-pagination li{
      float: left;
      margin: 0 1px;
    }

    .slidesjs-pagination li a{
      display: block;
      width: 13px;
      height: 0;
      padding-top: 13px;
      background-image: url(playing/img/pagination.png);
      background-position: 0 0;
      float: left;
      overflow: hidden;
    }

    .slidesjs-pagination li a.active,
    .slidesjs-pagination li a:hover.active{
      background-position: 0 -13px
    ;
}

    .slidesjs-pagination li a:hover{
      background-position: 0 -26px
    ;
}

    #slides a:link,
    #slides a:visited{
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;

    
}

    #slides a:hover,
    #slides a:active{
      color: #9e2020
    ;
}

    .navbar{
      overflow: hidden
    ;
}

