@charset "Shift_JIS";
body {
	text-align: left;
	font-size: 1em;
	line-height: 2;
	font-family: "メイリオ", "Meiryo", sans-serif, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro";
	color: #333;
	min-width:960px;
	background-color:#fff;
}
#header {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0px 20px 0px;
	position: absolute;
	top: 0px;
	z-index: 10000;
	background-image: url(../images/top/headder_bg.png);
	background-repeat: repeat-x;
}
#header .inner {
	width: 960px;
	margin: 0 auto;
}
#header ul li {
	float: left;
	margin-left: 20px;
}
#header h1 {
	float: left;
	margin-top: -30px;


}
#header ul {
	float: right;
}
.sp {
	display: none;
}
#container {
	height: 600px;
	width: 100%;
}
.navi {
	margin-top: -5px;
	line-height: 18px;
}
.navi li{
		line-height:17px;
}
.navi li a {
	padding: 4px;
}
.navi li:hover {
	background-color: #009de1;
}
.navi li.current {
	background-color: #009de1;
}

.navi li.facebook:hover{
	background-color:inherit !important;

}

.navi li a {
	text-decoration: none !important;
	font-size: 12px !important;
	color: #FFF;
}
.navi li.facebook:hover {
	border-bottom-style: solid;
	border-width: 0px;
	border-color: #009de1;
	text-decoration: none;
	line-height:17px;
}
h3 {
	font-size: 36px;
	color: #333;
	text-align: center;
	background-image: url(../images/top/h2_decoration.png);
	background-repeat: no-repeat;
	background-position: center;
	background-position: bottom;
	padding-bottom: 7px;
	letter-spacing: 1px;
}
.txt {
	margin-top: 60px;
	font-size: 14px;
	text-align: center;
}


.ch_w {
	background-color: #ffffff;
	padding: 70px 0 70px 0;
}

.ch_g {
	background-color: #f4f4f4;
	padding: 70px 0 70px 0;
}
#footer {
	background-color: #fff;
}
#footer .inner {
	background-color: #fff;
	width: 960px;
	margin: 0 auto;
}
#footer .rogo {
	margin: 40px 0 40px 0;
	float: left;
}
#footer .facebook {
	float: right;
	margin: 45px 0 40px 0;
}
#footer .footer_navi li {
	float: left;
	margin-left: 25px;
	width: 172px;
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #ccc;
	font-size: 12px;
}
#footer .footer_navi {
	margin-bottom: 20px;
}
#footer .footer_navi:last-child {
	margin-bottom: 50px;
}
#footer .footer_navi li:first-child {
	margin-left: 0px;
}
#footer .copyright {
	background-color: #0080b7;
	font-size: 10px;
	text-align: center;
	padding: 10px 0 10px 0;
	color: #FFF;
	margin-top: 50px;
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	color: #999;
}
#page-top {
	position: fixed;
	top: 0px;
	right: 0px;
	width: 100%;
	text-align: center;
	background-color: #FFF;
	z-index: 20000000!important;
	border-bottom-style: solid;
	border-width: 0px;
	border-color: #c0c1c1;
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #ddd;
	opacity: 1;
	box-shadow: 0px 0px 3px 1px #d3d3d3;
	-moz-box-shadow: 0px 0px 3px 1px #d3d3d3;
	-webkit-box-shadow: 0px 0px 3px 1px #d3d3d3;

}
#page-top .inner {
	width: 960px;
	background-color: #eee;
	margin: 0 auto;
	
}
#page-top .inner h1 {
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
}
#page-top .inner ul {
	float: right;
}
#page-top .inner li {
	float: left;
	padding-top: 7px;
	padding-bottom: 4px;
	margin-left: 25px;
}
h1 {
	padding-bottom: 5px;
	padding-top: 5px;

	
}
<!--
.css-fukidashi {
	padding: 0;
	margin: 0;
	position: relative;
	background-color: #eee;
	color: #333;
}
.css-fukidashi a:hover {
	background-color: #009de1;
	color: #fff;
	text-decoration: none;
}
.fukidashi {
	visibility: hidden;
	width: 340px;
	position: absolute;
	top: 73px;
	left: 0px;
	padding: 16px;
	border-radius: 5px;
	background: #FFF;
	font-weight: bold;
	z-index: 100000;
	padding: 20px;
	opacity:0;	
box-shadow:0px 1px 1px 1px #999;
-moz-box-shadow:0px 1px 1px 1px #999;
-webkit-box-shadow:0px 1px 1px 1px #999;
	
}
.fukidashi:after {
	position: absolute;
	width: 0;
	height: 0;
	left: 0;
	top: -14px;
	margin-left: 10px;
	border: solid transparent;
	border-bottom-color: #FFF;
	border-width: 7px;
	pointer-events: none;
	content: " ";	
}
.text:hover + .fukidashi {
	visibility: visible;
	top: 63px;
	-webkit-transition: .3s;
	transition: .3s;
	opacity:1;	
}

.fukidashi:hover {
	visibility: visible;
	top: 63px;
	-webkit-transition: .3s;
	transition: .3s;
	opacity:1;	
}

.popLeft {
	float: left;
	font-weight: normal;
	font-size: 12px;
	width: 140px;
	margin-right: 20px;
	line-height: 1.6;
}
.popRight {
	float: right;
	font-weight: normal;
	font-size: 12px;
	width: 180px;
	line-height: 1.6;
}
.item01 li {
	width: 45%;
	margin: 2.5%;
	float: left;
}
.item01 li dt {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	margin-top: 10px;
	width:0%;
}
.innerTop {
	width: 960px;
	margin: 0 auto;
}
.innerTop .icon {
	text-align: center;
}
.item02 li {
	width: 43%;
	margin: 3.5%;
	float: left;
}
.item02 li dt {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	margin-top: 10px;
}
.item02 li dd {
	margin-top: 10px;
}
ul.list {
	margin-top: 0px;
}
.bukken {
	margin-top: 0px;
}
.bukken li {
	margin-top: 60px;
}
.bukkenName {
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
}



dd {
	font-size: 14px;
}
.hoverItem a {
	text-decoration: none;
}
.hoverItem li {
	width: 41%;
	padding: 0%;
	margin: 4%;
	float: left;
	text-decoration: none;
}
.hoverItem li:hover {
	background-color: #d0f1ff;
	text-decoration: none;
	
	
	
	

border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	
		-webkit-transition: .3s;
	transition: .3s;
	
	
	
	width: 41%;
	padding: 2%;
	margin: 2%;	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}
#footer {
	border-top-style: solid;
	border-width: 1px;
	border-color: #ddd;
}
.sPoint dt {
	font-size: 20px !important;
	padding: 8px;
	line-height: 0px;
	background-color: #dd0c0c;
	color: #FFF;
	padding-bottom: 5px;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	width:94% !important;

}
/**drop**/
.menu > li.menu__single {
	position: relative;
}
li.menu__single li {
	display: block;
	margin-left: 0px !important;
	margin: 10px !important;
}
li.menu__single ul.menu__second-level {
	position: absolute;
	top: 60px;
	padding: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	background: #FFF;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	opacity: 0;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	visibility: hidden;
	
box-shadow:0px 1px 1px 1px #999;
-moz-box-shadow:0px 1px 1px 1px #999;
-webkit-box-shadow:0px 1px 1px 1px #999;	
}
li.menu__single ul.menu__second-level a {
	color: #333;
}
li.menu__single:hover ul.menu__second-level {
	display: block;
	top: 45px;
	visibility: visible;
	opacity: 1;
	height: auto;
}
p.arrow {
	position: relative;
	top: -23px;
}
.menu__second-level li {
	margin: 0px !important;
	padding: 0px !important;
	line-height: 14px;
}
.menu__second-level li a:hover {
	color: #FFF !important;
}
.bottomLine {
	background-color: #eee;
}
.bottomLine li {
	padding-left: 0px !important;
	margin-left: 0px !important;
}
#page-top li a {
	color: #333;
}
#page-top li {
	margin-top: 25px;
	padding: 0px !important;
	line-height: 14px;
}
#page-top li a:hover {
	color: #FFF;
}
.txt_20 {
	font-size: 20px;
	text-align: center;
	margin-top: 50px;
}

.mt_merit{
	padding-top:30px;

}

#page-top .facebook{
	margin-top:22px;
}

.facebook3 a:hover{
	background-color:inherit;
}

.pt_0{
	padding-top:0px !important;
}

.bt_z{
	z-index:100000;
}

#container{
		background-color:#FFF;
}