@charset "UTF-8";

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

body {
	color:#000;
	text-align:center;
	background-color:#f7f4e7;
}

a {
	color:#50a4c4;
}

a:hover {
	color:#50a4c4;
	text-decoration:none;
}

.blackBg {
	background-color:#000;
}

#top {
	background-color:#000;
	width:900px;
	height:25px;
	text-align:right;
	margin:0 auto;
	padding-top:15px;
}

#wrapper {
	background: url(../img/bg.jpg)#f7f4e7 repeat-x top;
	text-align:left;
	padding-bottom:50px;
}

#header {
	width:900px;
	margin:0 auto;
	padding-top: 50px;
}

h1 {
	background-image:url(../img/logo.jpg);
	background-repeat:no-repeat;
	width:319px;
	height:74px;
	text-indent:-9999px;
	float:left;
}

h2 a {
	background-image:url(../img/btn_001.jpg);
	background-repeat:no-repeat;
	width:344px;
	height:74px;
	text-indent:-9999px;
	float:right;
	display:block;
}

h2 a:hover {
	background-image:url(../img/btn_001_ov.jpg);
}

h3 {
	background:url(../img/h3_001.jpg) no-repeat top left;
	width:191px;
	height:64px;
	text-indent:-9999px;
	margin-bottom: 45px;
}

#main {
	height:335px;
	clear:both;
	width: 900px;
	background:url(../img/keyvisual1.jpg) no-repeat bottom;
	text-indent:-9999px;
	padding-top:20px;
}


#book {
	width:900px;
	margin:0 auto;
	margin-top:30px;
}

#book p {
	clear:both;
	padding-left:22px;
	float:left;
}

#book dl {
	padding-left:22px;
	float:left;
	width:650px;
}

#book dt {
	float:left;
	padding-right:22px;
}

#book dd {
	position:relative;
}

#book dd a {
	position:absolute;
	top:47px;
}

#book .bookMargin {
	padding-top:20px;
}

#book p.pagetop {
	float:right;
	text-align:right;
	display:block;
	background:url(../img/deco_001.jpg) no-repeat left center;
	margin-top:20px;
}

.contactBtn a {
	clear:both;
	background-position:bottom;
	background-image:url(../img/btn_001.jpg);
	background-repeat:no-repeat;
	width:349px;
	height:74px;
	text-indent:-9999px;
	margin:0 auto;
	display:block;
	margin-top:40px;
}

.contactBtn a:hover {
	background-image:url(../img/btn_001_ov.jpg);
}

#footer {
	color:#FFF;
	text-align:left;
	width:900px;
	height:65px;
	margin:0 auto;
	padding-top:16px;
}

#footer ul li {
	float:right;
	padding-right:16px;
}

address {
	padding-top:16px;
}

.clear {
	clear:both;
}
