@charset "UTF-8";

*{
   padding:0;
   margin:0;
}

img {
    border; 0 none;
}

body {
     font-size: 14px;
     font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"MS Pゴシック","MS PGothic",sans-serif;
     color: #6C6459;
     text-align: left;cf 
     line-height: 1.5;
     background-image: url(../images/common/background.jpg)
}

a {
    color: #F57A00;
}

a:hover {
    color: #9933CC;
}

.container {
   width: 950px;
   margin: 0 auto;
}

#body-color{
	width: 950px;
	background-color:#ffffff;
   margin: 0 auto;
}

#header {
}

#maintitle {
   background-color: #f39800;
   border-bottom: 10px solid gray;
   height: 110px;
}

#logo {
   background-color: #f39800; 
}

#emblem {
   float:left;
   width: 108px;
   height: 110px;
}

#name{
   padding: 22px 40px 20px;
   height: 110px;
   float: left;
   box-sizing: border-box;
   display: block;
}

#lead {
   height: 110px;
   padding: 50px 40px 35px;
   color: #FFFFFF;
   font-size: 15px;
   line-height: 25px;
   text-align: right;
   box-sizing:border-box;
}

#main-nav{
   position: relative;
   width: 950px;
   height: 50px;
   margin-top: 40px;
   margin-bottom: 40px;
   list-style: none;
   box-shadow: 0px 5px 10px rgba(0,0,0,0.4);
}

#main-nav li{
   position: absolute;
   top: 0;
   height: 50px;
}

#main-nav li a{
   display: block;
   overflow: hidden;
   height: 0;
   padding-top: 50px;
   background-image: url(../images/common/globalnav.png);
   background-repeat: no-repeat;
}

#nav-home{
   left: 0;
}

#nav-home,
#nav-home a{
   width: 159px;
}

#nav-home a{
   background-position: 0 0;
}

#nav-home.current a,
#nav-home a:hover {
   background-position: 0 -50px;
}

#nav-information{
   left: 159px;
}

#nav-information,
#nav-information a{
   width: 158px;
}

#nav-information a{
   background-position: -159px 0;
}

#nav-information.current a,
#nav-information a:hover{
   background-position: -159px -50px;}

#nav-data{
   left: 317px;
}

#nav-data,
#nav-data a{
   width: 159px;
}

#nav-data a{
   background-position: -317px 0;
}

#nav-data.current a,
#nav-data a:hover{
   background-position: -317px -50px;}

#nav-schedule{
   left: 476px;
}

#nav-schedule,
#nav-schedule a{
   width: 158px;
}

#nav-schedule a{
   background-position: -476px 0;
}

#nav-schedule.current a,
#nav-schedule a:hover{
   background-position: -476px -50px;
}

#nav-album{
   left: 634px;
}

#nav-album,
#nav-album a{
   width: 158px;
}

#nav-album a{
   background-position: -634px 0;
}

#nav-album.current a,
#nav-album a:hover{
   background-position: -634px -50px;
}

#nav-blog{
   left: 792px;
}

#nav-blog,
#nav-blog a{
   width: 158px;
}

#nav-blog a{
   background-position: -792px 0;
}

#nav-blog.current a,
#nav-blog a:hover{
   background-position: -792px -50px;
}

#contents .container{
   padding-bottom: 30px;
}

#contents-banner li{
   list-style: none;
   box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
}

#contacts{
   border: 1px solid #E3DFD9;
   background-color: #FFFFFF;
   text-align: center;
}

#contacts ul{
   list-style: none;
}

#footer {
   clear: both;
   background-image: url(../images/common/footer.jpg);
   background-position: 0 0;
   background-repeat: repeat-x;
   background-color: #808080;
}

#footer .container {
   position: relative;
   padding: 15px 0;
}

#return{
   position: absolute;
   right: 0;
   top: -19px;
}

#footer-nav{
   float: left;
   margin: auto auto auto 30px;
   list-style: none;
}

#footer-nav li{
   float: left;
   padding-left: 12px;
   margin-right: 12px;
   font-size: 12px;
   font-weight: bold;
   line-height:18px;
   background-image: url(../images/common/sankaku.png);
   background-repeat: no-repeat;
   background-position: 0 center;
}

#copyright{
   font-size: 10px;
   line-height: 18px;
   margin: auto 30px auto auto;
   text-align: right;
}
