@charset "UTF-8";

body {
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(../images/back.png);
	background-color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.75em;
	letter-spacing: 0.075em;
	color: black;
	padding-top: 0px;
}


#wrapper {
	position: relative;
	width: 950px;
	margin: 0 auto;
	/* [disabled]background-color: #FFFFFF; */
}

#header {
	margin-bottom: 40px;
	width: 867px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: -10px;
}
#hobo {
	position: absolute;
	width: 875px;
	margin: 5px auto;
	text-align: center;
	top: 80px;
}
#hobo a {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
}

#yodogawa {
	float: none;
	margin-top: 0px;
	margin-right: 0;
	margin-left: 0px;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 1.75em;
	font-weight: bold;
	text-align: center;
	top: 30px;
	position: relative;
}

#toc {
	margin-left: 400px;
	margin-top: 40px;
}

#profile {
	margin-left: 400px;
	margin-top: 40px;
}

.contents {
	margin: 80px auto 40px;
}
.contents h2 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	top: 0px;
}
.contents .photo {
	margin: 40px 0;
}
.contents .photo .cap {
	font-size: 13px;
	color: #808080;
}
.contents .photo2 {
	margin-top: 40px;
	margin-right: 0;
	margin-left: 140px;
	margin-bottom: 0px;
	margin-top: 40px;
}

#navinew {
	margin: 40px 0;
	background-image: url(../images/next_line.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#navinew ul {
	text-align: center;
	/* for inline-block bug */
	letter-spacing: -0.4em;
	line-height: 0;
}
#navinew li {
	display: inline-block;
	/* for inline-block bug */
	letter-spacing: 0.075em;
	line-height: 1em;
	margin: 0 20px 0 20px;
}

#navi {
	margin: 40px 0;
	background-image: url(../images/next_line_1.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#navi ul {
	text-align: center;
	/* for inline-block bug */
	letter-spacing: -0.4em;
	line-height: 0;
}
#navi li {
	display: inline-block;
	/* for inline-block bug */
	letter-spacing: 0.075em;
	line-height: 1em;
	margin: 0 20px 0 20px;
}
#navi2 {
	margin: 40px 0;
	background-image: url(../images/next_line_2.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#navi2 ul {
	text-align: center;
	/* for inline-block bug */
	letter-spacing: -0.4em;
	line-height: 0;
}
#navi2 li {
	display: inline-block;
	/* for inline-block bug */
	letter-spacing: 0.075em;
	line-height: 1em;
	margin: 0 20px 0 20px;
}

#navi3 {
	margin: 40px 0;
	background-image: url(../images/next_line.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#navi3 ul {
	text-align: center;
	/* for inline-block bug */
	letter-spacing: -0.4em;
	line-height: 0;
}
#navi3 li {
	display: inline-block;
	/* for inline-block bug */
	letter-spacing: 0.075em;
	line-height: 1em;
	margin: 0 20px 0 20px;
}

.date {
  margin: 20px 0;
  font-size: 12px;
  font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #3f3f3f;
}



.column {
	width: 600px;
	margin: 40px auto;
	padding: 38px;
	border: 1px solid #808080;
}
.column .article {
	float: left;
}
.column .bookInfo {
	margin-left: 360px;
}
.column .bookInfo h3 {
	font-size: 16px;
	line-height: 1.75em;
	font-weight: bold;
}
.column .bookInfo p {
	font-size: 13px;
	line-height: 1.75em;
}


/*--------------------------------------------------------------------------------
 * 
 * footer
 * 
 --------------------------------------------------------------------------------*/
#footer {
  position: relative;
  padding-bottom: 100px;
  margin-top: 50px;
}
#footer ul {
  letter-spacing: -0.4em;
  line-height: 0;
  text-align: center;
  margin-bottom: 10px;
}
#footer ul li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  letter-spacing: 0.075em;
  line-height: 1.75em;
  padding: 0 40px;
  margin: 0;
  letter-spacing: 0.075em;
}
#footer ul li a[target] {
  background: none;
  padding: 0;
}
#footer .fblike {
  text-align: center;
  margin: 20px;
}
#footer .copyright {
	margin-top: 20px;
	font-size: 10px;
	font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #3f3f3f;
}

.profile {
	display: none;
	width: 500px;
	margin: 0 auto;
	background: #FFF;
	padding: 40px;
}
.profile dt {
	font-size: 28px;
}
.profile dt img {
	vertical-align: middle;
	margin-right: 20px;
}
.profile span span {
	font-size: 14px;
}
.profile dd {
	margin-top: 20px;
}
.profile .close {
	display: block;
	margin: 20px 0 0 0 ;
	text-align: center;
}

/* --------------------------------------------------------------------------------
 * link style
 --------------------------------------------------------------------------------*/
a {
  color: #00a0c6;
  text-decoration: none;
  outline: none 0 !important;
}
a:link {
  color: #00a0c6;
  text-decoration: none;
}
a:visited {
  color: #91918f;
  text-decoration: none;
}
a:hover {
  color: #7fcfe2;
  text-decoration: underline;
}
a:active {
  color: #7fcfe2;
  text-decoration: underline;
}
a:focus {
	outline: 0;
	margin-top: 20px;
}
a img {
	vertical-align: top;
	padding-top: 0px;
	padding-bottom: 0px;
}
a:hover img.hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.opc a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.opc2 a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
a img.hover, .opc a *, .opc2 a {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}


/*--------------------------------------------------------------------------------*/

}
.char ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.char li {
	position: absolute;
	margin: 0;
	padding: 0;
}
.char li.snow1 {
	top: 405px;
	right: -35px;
}
.char li.snow2 {
	top: 800px;
	left: -35px;
}
.char li.snow3 {
	top: 1200px;
	right:-35px;
}
.char li.snow4 {
	top: 1600px;
	left: -35px;
}
.char li.snow5 {
	top: 2000px;
	right: -35px;
}
.char li.snow6 {
	top: 2400px;
	left: -35px;
}
.char li.snow7 {
	top: 2800px;
	right: -35px;
}

.char li.snow8 {
	top: 3200px;
	left: -35px;
}
.char li.snow9 {
	top: 3600px;
	right: -35px;
}
.char li.snow10 {
	top: 4000px;
	left: -35px;
}
.char li.snow11 {
	top: 4400px;
	right: -35px;
}
.char li.snow12 {
	top: 4800px;
	left: -35px;
}
.char li.snow13 {
	top: 5200px;
	right: -35px;
}
.char li.snow14 {
	top: 5600px;
	left: -35px;
}
.char li.snow15 {
	top: 6000px;
	right: -35px;
}
.char li.snow16 {
	top: 6400px;
	left: -35px;
}
.char li.snow17 {
	top: 6800px;
	right: -35px;
}
.char li.snow18 {
	top: 7200px;
	left: -35px;
}
.char li.snow19 {
	top: 7600px;
	right: -35px;
}
.char li.snow20 {
	top: 8000px;
	left: -35px;

}
.char li.snow21 {
	top: 8400px;
	right: -35px;
}
.char li.snow22 {
	top: 8800px;
	left: -35px;
}
.char li.char1 {
	top: 1200px;
	left: -20px;
}
.char li.char2 {
	top: 1600px;
	right: -26px;
}
.char li.char3 {
	top: 2000px;
	left: -14px;
}
.char li.char4 {
	top: 2400px;
	right: -14px;
}
.char li.char5 {
	top: 2800px;
	left: -12px;
}
.char li.char6 {
	top: 3200px;
	right: -14px;
}
.char li.char7 {
	top: 3600px;
	left: -14px;
}
.char li.char8 {
	top: 4000px;
	right: -14px;
}
.char li.char9 {
	top: 4400px;
	left: -14px;
}
.char li.char10 {
	top: 4800px;
	right: -14px;
}
.char li.char11 {
	top: 5200px;
	left: -14px;
}
.char li.char12 {
	top: 5600px;
	right: -14px;
}
.char li.char13 {
	top: 6000px;
	left: -14px;
}
.char li.char14 {
	top: 6400px;
	right: -14px;
}
.char li.char15 {
	top: 6800px;
	left: -14px;
}
.char li.char16 {
	top: 7200px;
	right: -14px;
}
.char li.char17 {
	top: 7600px;
	left: -14px;
}
.char li.char19 {
	top: 8000px;
	right: -14px;
}
.char li.char20 {
	top: 8400px;
	left: -14px;
}
.char li.char21 {
	top: 8800px;
	right: -14px;
}
.char li.char22 {
	top: 9200px;
	left: -14px;
}

.char li.char18 {
	top: 800px;
	right: -14px;
}

/*
 --------------------------------------------------------------------------------*/
.conv {
	width: 613px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 45px;
	position: static;
	top: px;
	color: #333333;
	letter-spacing: normal;
	word-spacing: normal;
}
.conv dl {
  display: table;
  width: 100%;
}
.conv dl + dl {
  margin-top: 0px;
}
.conv dt, .conv dd {
  display: table-cell;
  text-align: left;
}
.conv dt.talker0, .conv dd.talker0 {
  color: #238C23;
}
.conv dt.talker1, .conv dd.talker1 {
  color: #2E6999;
}
.conv dt.talker2, .conv dd.talker2 {
  color: #2E6999;
}
.conv dt.talker3, .conv dd.talker3 {
  color: #218521;
}
.conv dt {
	width: 100px;
	padding-top: 2em;
	padding-right: 40px;
	padding-left: 0;
	padding-bottom: 0;
	font-weight: bold;
	vertical-align: top;
	color: #333333;
	text-align: right;
	margin-top: 0px;
}
.conv dt.talker0 {
  letter-spacing: 0;
}
.conv dd {
	padding-top: 2em;
	vertical-align: middle;
	color: black;
}
.conv dd.photo {
  padding: 30px 0 10px 80px;
  text-align: left;
}
.conv dd.photo p {
  font-size: 12px;
  line-height: 1.75em;
  letter-spacing: 0.075em;
  text-align: left;
  color: #CCC;
}
.conv dd.photoC {
  padding: 30px 0 10px 0;
  text-align: center;
}
.conv dd.photoC p {
  width: 420px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  line-height: 1.75em;
  letter-spacing: 0.075em;
  text-align: left;
  color: #CCC;
}
.conv dd.center {
  text-align: center;
}
.conv .continue {
  width: 500px;
  margin: 0 auto;
  padding: 2em 0 0;
  text-align: center;
}
.conv .photo {
	padding-left: 140px;
}


/*--------------------------------------------------------------------------------
 * 
 * utils
 * 
 --------------------------------------------------------------------------------*/
.clearfix {
	height: auto;
	overflow: hidden;
}

.clearfix2 {
	*zoom: 1;
}
.clearfix2:after {
	content: "";
	display: table;
	clear: both;
}




.rollover {
	top: 0px;
	left: 0px;
	position: static;
	right: 0px;
	padding-top: 0px;
}
#profileButton {
	width: 875px;
	margin-top: -30px;
	z-index: 1;
	position: relative;
}
.btnRight {
	float: right;
}
.btnLeft {
	float: left;
	left: 0px;
	bottom: 0;
	top: -100px;
}
.snowline {
	margin-bottom: 40px;
	margin-top: 40px;
	text-align: center;
	/* [disabled]top: 45px; */
}
#mainTitle {
	padding-top: 45px;
}
#enjoy {
	width: 613px;
	margin-right: auto;
	margin-left: auto;
	color: #333333;
	padding-top: 10px;
	padding-bottom: 0px;
}
strong {
	font-weight: bold;
}
movie {
	padding-left: 140px;
}
#enjoy h2 img {
	padding-bottom: 30px;
}
char1 {
	position: absolute;
	top: 100px;
}
caption {
	color: #333333;
	font-size: 12px;
	margin-top: 6px;
}
caption photo {
	margin-bottom: 20px;
}

.mokujiRight {
	margin-left: 515px;
}

.mokujiLeft {
	float: left;
	margin-left: 105px;
}
.mokujiItem {
	padding-top: 15px;
	padding-bottom: 15px;
}
