@charset "shift_jis";
/* CSS Document */

/*TOPへ戻るボタン*/
.page-top {
    position: fixed;
    bottom: 80px;
    right: 40px;
    padding: 5px;
    background: #7e7a7a;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 12px;
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
	color:#fff;
	z-index:2000;
}
.page-top:hover {
	background:#906;
	color:#fff;
}


/*SPACE*/
.space10 {
	height: 10px;
	width: 100%;
}
.space20 {
	height: 20px;
	width: 100%;
}
.space30 {
	height: 30px;
	width: 100%;
}
.space40 {
	height: 40px;
	width: 100%;
}
.space50 {
	height: 50px;
	width: 100%;
}
body {
	background-image: url(../../img/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.headerTop {
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #916ace;
}
.headerLogoarea {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-bottom: 20px;
	vertical-align: bottom;
}
.headerLogo {
	float: left;
	width: 465px;
	margin-right: 70px;
	margin-top: 7px;
}
.headerBnr {
	float: left;
	width: 320px;
}
.mainNav {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-bottom: 20px;
}
.mainNav li {
	float: left;
	width: 320px;
}
.mainImg_top {
	background-image: url(../../img/top-mainimg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 400px;
	width: 100%;
	margin-bottom: 50px;
}

/**********************************/
.contents {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.contentsLeft {
	float: left;
	width: 700px;
	margin-right: 40px;
}
.contentsRight {
	float: left;
	width: 220px;
}

/*********************************/
.bnr {
	margin-bottom: 20px;
}

.rightBnr {
	width: 220px;
	margin-bottom: 15px;
}


/********************************/
.searchArea {
	clear: both;
	width: 100%;
	background-color: #FBF8FC;
	overflow: hidden;
}
.search {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
}

.searchTitlearea {
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 945px;
}
.searchTitle {
	width: 530px;
	float: left;
	margin-right: 20px;
	font-weight: bold;
	color: #AB70A6;
	margin-top: 5px;
	font-size: 16px;
}
.searchButton1 {
	float: left;
	width: 190px;
	margin-right: 15px;
}
.searchButton2 {
	float: left;
	width: 190px;
}
.searcharea_contents {
	font-size: 12px;
	margin-bottom: 20px;
}


/***********************************/
.footer {
	width: 100%;
	background-color: #F2F2F2;
	box-shadow: 0 0 8px #000;
	overflow: hidden;
	position: fixed;
    bottom: 0;
	z-index:1000;
}
.footerInner {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	overflow: hidden;
	margin-bottom: 10px;
}
.footerLogo {
	float: left;
	width: 314px;
	margin-top: 5px;
	margin-right: 150px;
}
.footerTel {
	float: left;
	width: 279px;
	margin-right: 17px;
}
.footerButton {
	float: left;
	width: 200px;
	margin-top: 10px;
}
.contentsLeft p {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}
