@charset "utf-8";


/*reset YUI 3.5.0 reset.css (http://developer.yahoo.com/yui/3/cssreset/) - http://cssreset.com
---------------------------------------------------*/
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}


/*font
---------------------------------------------------*/
body{font:14px "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;line-height: 2;letter-spacing: 0.08rem;color:#231815;}


/*layout
---------------------------------------------------*/
html{
  background-image:url(../images/bg.jpg);
  background-attachment:fixed;
}

#wrapper{
  background-image:url(../images/bg_wrapper.png);
  width: 830px;
  height: auto;
  margin: 0 auto;
  z-index: 100;
  }

.fade_l{
  position: fixed;
  bottom: 0;
  left:50%;
  margin-left:-1070px ;
  z-index: 10;
 }

.fade_r{
  position: fixed;
  bottom: 0;
  right:50%;
  margin-right:-1100px ;
  z-index: 10;
 }


/*contents
---------------------------------------------------*/
  
  
.main_content{
  width:500px;
  height: auto;
  margin: 0 auto;
}

h1{
  position:relative
}

h2{
  position:relative;
  margin:0 auto 20px auto;
  display: block;
}

p{
  color:#265C8D;
}

p a{
  color:#BE6E3C;
  text-decoration: none;
}

p a:hover{
  color: #F0DED2;
  text-decoration: none;
}

.image_cut{
  width: 500px;
  height: 324px;
  margin: 0;
}

p .cap{
  font-size: 12px;
  color: #919191;
}

p .name{
  font-size: 12px;
  color: #919191;
  font-weight: bold;
}


.date{
  text-align:center;
  margin:auto ;
  font-size: 12px;
  color: #919191;
}

.column_frame{
  width:583px;
  height:4px;
  margin:40px 0 40px -41px;
  display: block;
}

.column{
  width:500px;
}

.column .mail{
  width: 60px;
  height:50px;
  float: left;
  margin-top: -10px;
}

.column p{
  color: #888888;
  margin: 0 0 0 80px
}

.column p .mail_small{
  font-size: 12px;
  color: #00A0DC;
}

.common{
  width:631px;
  margin-left: -70px;
  background-color: #E7F3F7;
}

.common .content{
  width: 565px;
  margin: 0 auto;
  display: block;
  }

.common .content img{
  margin-bottom: 10px;
}

.common p{
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0rem;
  color: #646464;
  margin:0 0 20px 0;
}
  
.common .content2{
  width: 565px;
  margin: 10px auto 0 auto;
  display: block;
  }
    
  
.common_frame{
  width: 631px;
  height: 35px;
  margin-left: -70px;
}




/*navi
---------------------------------------------------*/

#navi{
  width:500px;
  height: 52px;
  margin:60px auto 40px auto;
  display: block;

}

#navi ul{
  width:500px;
  height: 52px;
  list-style-type:none;
}

#navi ul li{
  width:140px;
  height:52px;
  padding-left: 10px;
  display: inline
}

#navi ul li:first-child{
  width:140px;
  height:52px;
  padding:0;
  display: inline
}





/*index
---------------------------------------------------*/

#index{
  width:500px;
  margin: 20px 0 ;
  background-image: url(../images/bg_index.jpg);
  background-repeat: no-repeat; 
  display: block;
}

#index ul{
  list-style-type:none;
  width:300px;
  height: 250px;
  margin-top: 10px;
}

#index ul li{
  width:300px;
  height: 30px;
  padding:0 0 10px 0;
  display: block;
}



/*footer
---------------------------------------------------*/

#footer{
  width:631px;
  margin:40px auto 0 -70px;
  display: block;
}

#footer ul{
  width:631px;
  height: 38px;
  margin-bottom: 20px;
  list-style-type:none;
}

#footer ul li{
  width:204px;
  height:38px;
  padding-left: 1px;
  display: inline
}

#footer ul li:first-child{
  width:204px;
  height:38px;
  padding:0;
  display: inline
}

#footer .fb{
  width:120px;
  height:20px;
  display: block;
  margin: 40px auto 0 auto;
    }


#bottom{
  width: 830px;
  height: 387px;
  margin: 0; 
  }


/*staff
---------------------------------------------------*/

#staff{
  width:631px;
  margin:0 auto 0 -70px;
  display: block;
  text-align: right;
}

#staff p{
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  color: #B2B2B2;
}
  
#staff p a{
  color: #B2B2B2;
}

#staff p a:hover{
  color: #CECECE;
}

