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

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/*------------------------------------------------------------- リセット ***/
body,div,dl,dt,dl,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin:0px;
	padding:0px;
}

body {
	background-color:#ffffff;
	color:#333333;
	line-height: 140%;
	font-size: 16px;
	font-family:"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN",Osaka,"メイリオ",Meiryo,Arial,"ＭＳ Ｐゴシック",Osaka,sans-serif;
font-family: 'Noto Sans Japanese', sans-serif;
background-image:url(index_pc.png);
background-position:center top;
background-repeat:no-repeat;
}

.clear_both{
    clear:both;
    height:0;
}



div#index_wrapper{
	width:960px;
	text-align:center;
	margin-top:490px;
	margin-left:auto;
	margin-right:auto;
}

.btn-enter{
	float:left;
	margin-top:15px;
	margin-bottom:20px;
}

.btn-leave{
	float:right;
	margin-top:15px;
	margin-bottom:20px;
}

a.btn_enter{ display:block; background-image:url(btn_enter.png); width:436px; height:66px;}
a.btn_enter:hover{ background-position:top center;}
a.btn_enter:active{ background-position:top right;}

a.btn_leave{ display:block; background-image:url(btn_leave.png); width:436px; height:65px;}
a.btn_leave:hover{ background-position:top center;}
a.btn_leave:active{ background-position:top right;}

.leftimg{
	width:451px;
	height:170px;
	background-image:url(index_line.png);
	float:left;
	margin-bottom:15px;
}

.rightimg{
	width:440px;
	height:170px;
	float:right;
	margin-bottom:15px;
}

a.btn_rightimg{ display:block; background-image:url(index_contact.png); width:440px; height:170px;}
a.btn_rightimg:hover{ background-position:top center;}
a.btn_rightimg:active{ background-position:top right;}


