@charset "utf-8";
/* CSS Document */
/* サイドバー */
div#sideBar {
	width:100px;
	padding: 5px 0 5px 5px;
	position: fixed;
	right:0;
	bottom:100px;
	z-index: 30;
	background: #fff;
	border-top:#1A4A9E 2px solid;
	border-left:#1A4A9E 2px solid;
	border-bottom:#1A4A9E 2px solid;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
	div#sideBar a {
		display: block;
		width:100px;
		height:100px;
		margin: 0 auto 5px auto;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
		text-decoration: none;
	}
	div#sideBar a.contact {
		line-height: 140px;
		text-align: center;
		background: url(../images/mitumori.png) no-repeat, #EB6817;
		background-size: 60px 60px;
		background-position: center top 0px;
		color: #fff;
		font-size: 16px;
		letter-spacing: 2px;
	}
	div#sideBar a.tel {
		width:100px;
		height:50px;
		padding: 50px 0 0 0;
		text-align: center;
		background: url(../images/free.png) no-repeat, #1A4A9E;
		background-size: 60px 60px;
		background-position: center top 10px;
		font-size: 12px;
		color: #fff;
		line-height: 20px;
	}
	div#sideBar p {
		font-size: 10px;
		line-height: 20px;
		text-align: center;
	}
/* スマホ用サイドメニュー */
div#spmenu { display: none; }
/* アンカー */
a.hideAnchor {
    display:block;
    height:0px;
    overflow:hidden;
    text-indent:-9999px;
    margin-top:-60px;
	padding-bottom: 60px;
}
/* トップイメージ */
div#mainContets {
	width:100%;
	min-width: 900px;
	position: absolute;
	top:0;
	z-index: 10;
}
/* ヘッダー */
div#mainContets div#headerBox {
	width:100%;
	min-width:900px;
	height:85px;
	border-top: #00A0E9 2px solid;
	border-bottom: #eee 1px solid;
	background: url(../images/headerbarbg.png) repeat-x, #fff;
	background-position: center top 25px;
}
	div#mainContets div#headerBox > div {
		width:900px;
		height:85px;
		margin: 0 auto;
		position: relative;
	}
		div#mainContets div#headerBox > div a.logo {
			display: block;
			width:215px;
			position: absolute;
			top:20px;
			left:0px;
		}
			div#mainContets div#headerBox > div a.logo img {
				width:215px;
			}
	div#mainContets div#headerBox h1 {
		display: block;
		width:100%;
		height:50px;
		line-height: 50px;
		padding-top: 25px;
		text-align: right;
		font-weight: normal;
		font-size:14px;
		letter-spacing: 1px;
	}
/* フッター */
div#mainContets div#footerBox {
	width:100%;
	padding: 10px 0;
	min-width:900px;
	background: #fff;
	text-align: center;
	margin-top: 20px;
}
div#mainContets div#footerBox small {
	font-size: 10px;
	letter-spacing: 2px;
	color:#333;
}
