@charset "utf-8";

/*
*/

/*●●●●●enterPageTitle背景の設定●●●●●*/
#pageTitle {
	background-image: url("../images/pageTitles/testPageTitle.jpg");
	background-position: 0% 90%;/*限界widthに達しても消えない調整*/
	background-repeat: no-repeat;
	background-size: 200px 350px;
	}

/*●●●●●enterMain背景の設定●●●●●*/
#main {
	background-image: url("../images/tokoyoEnter.png");
	background-position: 50% 170px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 300px 300px;
	padding-left: 50px;/*sidebarない分だけmainを中央に調整*/
	text-align: center;
	}
#main p{
	margin: 10px 0px;
	text-shadow: 1px 1px 3px #fef4f4;
	}
#main ul {
	margin: 50px 0px;
	}
#main a {
	color: #ffffff;
	border-radius: 10px;
	background: #250d00;
	display: inline-block;
	width: 280px;
	text-shadow: none;
	}
#main a:active {
	position: relative;
	top: 1px;
	}
#main a:link,#main a:visited {
	color: #ffffff;/*未クリック・クリック済*/
	}
#main a:hover {
	color: #d6e9ca;/*カーソル触*/
	}
#main a:active {
	color: #fef4f4;/*クリック中*/
	}
