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

/*topheader*/

div#topheader {
	clear: both;
	height: 392px;
	background-image: url(top/images/header-back.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

div#topheader div.header-top {
	background-image: url(top/images/logoheader-back.png);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	height: 170px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 15px;
}

div#topheader div.header-top div.contents-left {
	vertical-align: top;
	display: inline-block;
	width: 385px;
}

div#topheader div.header-top div.contents-left h1 {
}

div#topheader div.header-top div.contents-left p {
	font-size: 19px;
	color: #7F7F7F;
	padding-top: 10px;
	margin-bottom: 6px;
}

div#topheader div.header-top div.contents-right {
	vertical-align: top;
	display: inline-block;
	width: 215px;
}

div.newsbox {
	clear: both;
}

div.newsbox ul {
	font-size: 20px;
	color: #7F4F21;
	background-color: white;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
	clear: both;
	width: 100%;
	margin: 0;
}

div.newsbox ul li {
	text-align: left;
	margin: 0;
	padding: 0 20px;
	list-style-type: none;
}

/*contents-link*/

div#contents-link {
	clear: both;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-right: 20px;
	padding-left: 20px;
}

div#contents-link div.concept {
	background-image: url(common/images/concept-back_02.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	clear: both;
	padding-bottom: 15px;
	width: 540px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

div#contents-link div.concept p {
	font-family: "ヒラギノ丸ゴ Std W4", "Hiragino Maru Gothic Std W4", "HG丸ゴシックM-PRO", HGMaruGothicMPRO, "メイリオ", Meiryo, sans-serif;
	font-size: 24px;
	line-height: 1.6em;
	color: #6A3906;
	background-image: url(common/images/concept-back_01.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 0px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}

div#contents-link div.concept span {
	font-family: "ヒラギノ丸ゴ Std W4", "Hiragino Maru Gothic Std W4", "HG丸ゴシックM-PRO", HGMaruGothicMPRO, "メイリオ", Meiryo, sans-serif;
	font-size: 33px;
	line-height: 1.6em;
	color: #F79123;
	display: inline-block;
	margin: 0px;
	padding: 0px;
}

div#contents-link ul {
	clear: both;
}

div#contents-link ul li {
	padding: 0px;
	float: left;
	width: 190px;
	margin-right: 15px;
	list-style-type: none;
	margin-bottom: 30px;
	display: inline-block;
}

div#contents-link ul li.right {
	margin: 0px;
	padding: 0px;
}

div#contents-link span {
	clear: both;
	text-align: center;
	display: block;
	font-size: 19px;
	line-height: 1.4em;
	color: #6A3906;
}


/*subcontents*/

div#subcontents {
}

.banner-book:hover img{
	opacity: 0.6;
	transition-duration: 0.3s;
}
  