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

html {
	overflow-y:scroll;
}

a:link {
	color: #555555;
}
	
a:visited {
	color: #555555;
}

a:hover {
	color: #ff8c8c;
}

body {
	background: url(../images/bg.png) repeat;
	font: small ＭＳ Ｐゴシック, Verdana, Arial, Helvetica, sans-serif;
	line-height: 140%;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	color: #333333;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	list-style-type: none;
}

#frame {
	overflow:hidden;
	background-color: #ffffff;
	width: 920px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-left:auto;
	margin-right:auto;
	text-align: justify;
	border: solid 0px;
}

.main {
	background: url(../images/main_pic.png);
	position: relative;
	width: 920px;
	height:950px;
	margin: 0px;
	padding: 0px;
	border: solid 0px;
}

.txt1 {
	position: absolute;
	width: 450px;
	margin: 325px 0px 0px 100px;
	padding: 0px;
	text-align:left;
	border: solid 0px;
	display: inline
	z-index: 98;
}

.btn {
	background: url(../images/btn.png) no-repeat;
	position: absolute;
	width: 824px;
	height:78px;
	margin: 810px 0px 0px 48px;
	padding: 0px;
	border: solid 0px;
	display: inline
	background-position: 0px -78px;
	z-index: 99;
}

.btn a {
	position: absolute;
	margin: 0px;
	background: url(../images/btn.png) no-repeat;
	width: 824px;
	height: 78px;
	display: inline
	background-position: 0px 0px;
}

.btn a:hover {
	background-position: 0px -78px;
}


