@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:15px "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro", "游明朝", YuMincho, "メイリオ",Meiryo,Osaka,"Times New Roman","ＭＳ Ｐ明朝","MS PMincho",serif;line-height: 2.05;letter-spacing: 0.04rem;color:#1e1414;}


/*base
---------------------------------------------------*/
html{
  background-color: #ffffff;
}

body{ 
  width: 100%; 
  height:auto;
}



/*layout
---------------------------------------------------*/
#wrapper{
  width: 960px;
  margin: 0 auto;
  position: relative;
  }

#honmon{
  width: 500px;
  margin: 40px auto 100px auto;
  }

#right_title{
  position: relative;
  float: right;
  width: 190px;
  height: 760px;
  z-index: 1;
}

#yodogawa{
  width: 960px;
  height: 720px;
  position: absolute;
  margin-bottom: 10px;
}

#intro{
  width:100%;
  margin-top: 720px;
  background:url(../images/bg_02.gif);
  z-index: 5;
}

#intro #content{
  width:830px;
  height: 530px;
  margin:0 auto;
  padding-top: 60px;
  display: block;
  background:url(../images/bg_intro.jpg);
  background-repeat: no-repeat;
}


#right_people{
  width: 380px;
  float: right;
  display: block;
}

#right_people li{
  margin-bottom: 12px;
  display: block;
}

#right_people li:first-child{
  margin-bottom: 30px;
  display: block;
}

#right_people li:last-child{
  margin-bottom: 0;
  position: relative;
}

#left_mokuji{
  width: 400px;
  float: left;
  display: block;
}

#left_mokuji ul{
  width: 400px;
}

#left_mokuji li{
  width:180px; 
  margin: 0 10px 24px 0;
  display: inline-block;
}

#left_mokuji li:first-child{
  width:380px; 
  margin-bottom: 24px;
  display: block;
}


p a{
  color: #a00014;
  font-weight: bold;
  text-decoration: none;
}

p a:hover{
  color: #d1828c;
  font-weight: bold;
  text-decoration: none;
}

.photo{
  width: 500px;
}

.caption{
  margin-top:8px; 
  font:12px "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;line-height: 1.75;letter-spacing: 0.04rem;color:#77564e;
  display: block;
}

#date{
  text-align: center;
  margin-top: 20px;
  display: block;
  font:12px "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;line-height: 1.75;letter-spacing: 0.04rem;color:#231815;
}

/*navigation
---------------------------------------------------*/


#navi{
  width: 500px;
  margin: 0 auto 80px auto;
}

#navi ul{
  width: 500px;
}

#navi ul li{
  width: 160px;
  height: 120px;
  display: inline-block;
}

#navi ul li:first-child{
  width: 115px;
  height: 120px;
  padding-right: 40px;
  display: inline-block;
}

#navi ul li:last-child{
  width: 115px;
  height: 120px;
  padding-left: 40px;
  display: inline-block;
}




/*footer
---------------------------------------------------*/
#footer{
  background:url(../images/bg_02.gif);
  width: 100%;
  }
  
#footer .content{
  background:url(../images/bg_footer.jpg);
  width: 960px;
  height: 503px;
  margin: 0 auto;
  }
  
#credit{
  width:360px;
  margin-top: 200px;
  float: right;
  display: block;
  font:12px "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;line-height: 1.75;letter-spacing: 0.04rem;color:#231815;
}
  
#footer ul{
  width: 175px;
  margin: 0 0 100px 130px;
  padding-top: 73px;
  display: block;
  }

#footer li{
  width: 170px;
  display: block;
  margin-bottom: 20px
  }

#footer li:last-child{
  width: 170px;
  display: block;
  margin-bottom: 0;
  }
  
  
  
/*slideshow
---------------------------------------------------*/

.slideshow{
	width:822px;
	height:527px;
	top:0;
	left:0;
	/*画像を絶対配置で表示させるため*/
	position: relative;
}



.slideshow img{
	/*画像を1箇所に重ねる*/
	position: absolute;
	top:0;
	left:0;
}


.slideshow img.alt{
	display: none;
}


/*side
---------------------------------------------------*/
.side{
    position: fixed;
    left: 0;
    top: 0;
}



/* profile
-------------------------------------------------------------------------------*/


#profile {
  width: 525px;
  height: 600px;
  background:url(../images/bg_02.gif);
  padding:30px 40px 0 40px;
}



#profile h2{
  width:525px;
  height: 215px;
  margin-top: 10px;
  margin-bottom: 10px;
  }
