@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding:0px;
	background-color:#FFFFFF;
	background-attachment: fixed;
	}

html {-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;}

/*               リンク               */
a {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  outline:none;
}
a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
}

a{/*リンクされた文字*/
    color:#C20D23;
    text-decoration:none;
	  outline:none;
}
a:link {/*未訪問のリンク*/
    color:#C20D23;
    text-decoration:none; ;
}
a:visited {/*訪問後のリンク*/
    color:#B32C1F;
    text-decoration:none;
}



#wrapper {
	width: 1100px;
	background: url(../images/shadow.png) repeat-y center top;
	background-color:#FFFFFF;
	margin: 0 auto;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif ;
	font-size: 16px;
	letter-spacing: -0.05em;
	line-height: 2em;
	color:#3E3A39;
	border-left:#3E3A39 solid 1px;
	border-right:#3E3A39 solid 1px;

}

h1 {
		line-height: 1.5em;
}



/*               ヘッダ               */
.hobonichi {
	position:absolute;
	top:200px;
	left:0px;
}
	

#header {
	text-align: center;
	margin-bottom: 60px;
	position:relative;
}
.header_text {
	margin-left:60px;
	margin-bottom:20px;
	width:970px;
}
.header_left {
	text-align:left;
	float:left;
}
.header_right {
	text-align:right;
	float:right;
}


.btn_profile a {
	outline:none;
}
.btn_profile {
	position:absolute;
	top:650px;
	left:515px;
}

#profile {
	padding:40px;
}
#matsumoto_profile {
	padding:40px;
}

/*               ヨドガワ               */
.yodogawa {
	text-align: center;
	margin-left: 50px;
	margin-bottom:50px;
	padding-top:30px;
	width:1000px;
	font-weight: bolder;
}
.profile {
	margin-top:80px;
	margin-bottom:80px;
}


/*               目次              */
.mokuji {
	width:850px;
	height:850px;
	/*               border-top:#3E3A39 solid 1px ;
	border-bottom:#3E3A39 solid 1px ;              */
	text-align:center;
}

.mokuji_midashi {
	margin-left:30px;
	margin-top:30px;
	margin-bottom:30px;
	text-align:left;
}
.mokuji_1 {
	margin-top:30px;
	margin-bottom:30px;
}

.mokuji_left {
	width:380px;
	margin-bottom:30px;
	margin-left:30px;
	float:left;
}
.mokuji_right {
	width:380px;
	margin-bottom:30px;
	margin-left:30px;
	float:left;

}


/*               web_and_real               */
.web_and_real {
	width:1110px;
	text-align:left;
}
.web_and_real_left {
	float:left;
}

/*               web               */
.web {
	width:850px;
	padding:125px;
}

.banner_main {
	margin-top:60px;
	margin-bottom: 60px;
}
.banner {
	margin-top:60px;
	margin-bottom: 40px;
}


/*               real               */
.real {
	width:850px;
	padding:125px;
	border-top:#3E3A39 dotted 1px;
}

#event_0 {
	height:1675px;
}
#event_1 {
	height:950px;
}
#event_2 {
	height:1050px;
}
#event_3 {
	height:2400px;
}

/*               info               */
.info {
	width: 735px;
	background-color:#F6F6F6;
	border:#DADBDB solid 1px;
	height: 2200px;
	text-align: left;
	margin-left: 100px;
	margin-top:80px;
	padding-top:65px;
	padding-left:65px;
}

.info_midashi {
	padding-bottom: 40px;
	margin-bottom:40px;
	border-bottom: #DADBDB solid 1px;
	width: 670px;
}

.info_left {
	margin-top: 5px;
	margin-left:30px;
	width:400px;
	float:left;
}

.info_right {
	margin-top: 5px;
	margin-left:510px;
	width:330px;
	font-size:14px;
	letter-spacing: -0.05em;
}

.komidashi {
	font-weight:bolder;
}


.date {
	text-align:center;
}

/*               K線               */
.ksen {
	width:850px;
	border-bottom:#3E3A39 solid 1px;
	margin-left: 125px;
	margin-top: 150px;
	margin-bottom: 30px;
}


/*               フッター               */
.footer{
	width:100%;
}

.btn_footer {
	width:500px;
	margin:0 auto;
	text-align:center;
}
#footer_hobonichi {
	margin-top:60px;
	margin-bottom: 30px;
}
.fb {
	margin-top:40px;
	margin-bottom:80px;
}