body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	font-family:"Times New Roman",'CI',Meiryo,Times,'qMmpS Pro W3','Hiragino Kaku Gothic Pro','lr oSVbN',sans-serif;
	background: #000;
}
a:link,
a:visited {text-decoration: none; color: #0066ff;}
a:hover,
a:active {text-decoration: none; color: #00b4ff;}

a img {
	border: none;
}
.red {
	color: #2265ff;
}
.txt {
	width: 860px;
	margin: 0 auto;
	padding: 0;
}
.txt-narrow {
	width: 520px;
	margin: 0 auto;
	text-align: left;
}
.leftimg {
	float: left;
	margin: 0 20px 20px 0;
}
.banner {
	width: 468px;
	margin: 0 auto;
	text-align: center;
}
.banner640  {
	width: 640px;
}
.banner img {
	display: block;
	margin: 0 auto 15px;
}


/*z[*/
#home {
}
#homepic {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	z-index: 0;
}

#homebody {
	position:absolute;
	top: 50%;
	left: 50%;
	margin-top: -180px;
	margin-left: -360px;
	width: 720px;
	height: 310px;
	padding: 0;
	text-align: center;
	background-color: rgba(255,255,255,0.36);
	z-index: 10;
}
#home h1 {
	height: 200px;
	margin: 0px auto;
	padding: 15px 0 20px;
	font-size: 14px;
	line-height: 22px;
}
#home h1 img {
	display: block;
	margin: 0 auto;
}
#enter {
	margin: 0px auto;
	padding: 0;
	width: 560px;
	height: 60px;
}
#enter a {
	display: block;
	width: 560px;
	height: 60px;
	text-align: left;
	text-indent: -100%;
	text-decoration: none;
	overflow: hidden;
	background: url(../images/enter.png) center top no-repeat;
}
#enter a:hover {
	opacity: 0.5;
}
#homefooter {
	position: absolute;
	top: 92%;
	left: 0;
	display: block;
	width: 100%;
	margin: 0;
	padding: 20px 0 30px;
	z-index: 20;
}
#homeaudio {
	margin: 0 auto 40px;
	padding: 0;
}

#audio-btn {
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	width: 60px;
	height: 60px;
	margin: 0;
	z-index: 50;
}
#audio-btn a {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 60px;
	height: 60px;
	-webkit-border-radius: 6px; /*p*/
	-moz-border-radius: 6px;
	border-radius: 6px;
	cursor: pointer;
}
#audio-btn a:hover {
	opacity: 0.6;
}
#audio-btn-play {
	display: none;
	background: url(../images/audio-btn-play.png) center top no-repeat rgba(255,255,255,0.6);
}
#audio-btn-pause {
	display: block;
	background: url(../images/audio-btn-pause.png) center top no-repeat rgba(255,255,255,0.6);
}


.hometxt {
	width: 640px;
	margin: 0 auto;
	text-align: left;
}
#footer {
	position: relative;
	display: block;
	width: 560px;
	height: 380px;
	margin: 0 auto;
	padding: 0;
}
#footer a {
	position: absolute;
	display: block;
}
#foottel {
	top: 130px;
	left: 0;
	width: 270px;
	height: 50px;
}
#footmail {
	top: 185px;
	left: 80px;
	width: 400px;
	height: 50px;
}
#footline {
	top: 235px;
	left: 240px;
	width: 100px;
	height: 100px;
}
#home h2 {
	margin: 0 auto;
	padding: 0 0 10px;
	font-size: 18px;
	font-weight: normal;
	color: #333;
}
.hometel {
	font-size: 26px;
}
#home p {
	margin: 0 auto;
	padding: 0 0 30px;
}
